#include <r_local.h>
Public Attributes | |
char | name [MAX_QPATH] |
imagetype_t | type |
int | width |
int | height |
qboolean | transparent |
int | registration_sequence |
byte * | pixels [4] |
int | upload_width |
int | upload_height |
struct msurface_s * | texturechain |
int | texnum |
float | sl |
float | tl |
float | sh |
float | th |
qboolean | scrap |
qboolean | has_alpha |
qboolean | paletted |
qboolean image_s::has_alpha |
Definition at line 105 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GL_LoadPic().
int image_s::height |
Definition at line 69 of file r_local.h.
Referenced by Draw_GetPicSize(), Draw_Pic(), Draw_StretchPicImplementation(), Draw_StretchRaw(), GL_BuildPolygonFromSurface(), GL_LoadPic(), R_AliasSetupSkin(), R_BuildPolygonFromSurface(), R_DrawSurface(), R_FreeUnusedImages(), R_ImageList_f(), R_InitTextures(), and R_LoadWal().
char image_s::name |
Definition at line 67 of file r_local.h.
Referenced by GL_FindImage(), GL_ImageList_f(), GL_LoadPic(), R_FindImage(), R_ImageList_f(), and R_LoadWal().
qboolean image_s::paletted |
Definition at line 107 of file gl_local.h.
Referenced by GL_ImageList_f(), and GL_LoadPic().
byte* image_s::pixels[4] |
Definition at line 72 of file r_local.h.
Referenced by D_SkySurf(), D_TurbulentSurf(), Draw_Char(), Draw_Pic(), Draw_StretchPicImplementation(), Draw_StretchRaw(), Draw_TileClear(), GL_LoadPic(), R_AliasSetupSkin(), R_BuildPolygonFromSurface(), R_DrawSprite(), R_DrawSurface(), R_FreeUnusedImages(), R_InitTextures(), R_LoadWal(), and R_ShutdownImages().
int image_s::registration_sequence |
Definition at line 71 of file r_local.h.
Referenced by DrawTextureChains(), GL_FindImage(), GL_FreeUnusedImages(), GL_LoadPic(), GL_ShutdownImages(), R_FindFreeImage(), R_FindImage(), R_FreeUnusedImages(), R_ImageList_f(), R_LoadWal(), R_RegisterModel(), and R_ShutdownImages().
qboolean image_s::scrap |
Definition at line 104 of file gl_local.h.
Referenced by GL_LoadPic().
float image_s::sh |
Definition at line 103 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), and GL_LoadPic().
float image_s::sl |
Definition at line 103 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), and GL_LoadPic().
int image_s::texnum |
Definition at line 102 of file gl_local.h.
Referenced by Draw_Char(), Draw_InitLocal(), Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), GL_Bind(), GL_DrawParticles(), GL_FreeUnusedImages(), GL_ImageList_f(), GL_LoadPic(), GL_RenderLightmappedPoly(), GL_ShutdownImages(), GL_TextureMode(), R_DrawAlphaSurfaces(), R_DrawSpriteModel(), and R_RenderBrushPoly().
struct msurface_s* image_s::texturechain |
Definition at line 101 of file gl_local.h.
Referenced by DrawTextureChains(), and R_RecursiveWorldNode().
float image_s::th |
Definition at line 103 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), and GL_LoadPic().
float image_s::tl |
Definition at line 103 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), and GL_LoadPic().
qboolean image_s::transparent |
Definition at line 70 of file r_local.h.
Referenced by Draw_Pic(), and GL_LoadPic().
imagetype_t image_s::type |
Definition at line 68 of file r_local.h.
Referenced by GL_FreeUnusedImages(), GL_ImageList_f(), GL_LoadPic(), GL_TextureMode(), R_FreeUnusedImages(), R_ImageList_f(), and R_LoadWal().
int image_s::upload_height |
Definition at line 99 of file gl_local.h.
Referenced by GL_ImageList_f(), and GL_LoadPic().
int image_s::upload_width |
Definition at line 99 of file gl_local.h.
Referenced by GL_ImageList_f(), and GL_LoadPic().
int image_s::width |
Definition at line 69 of file r_local.h.
Referenced by Draw_GetPicSize(), Draw_Pic(), Draw_StretchPicImplementation(), Draw_StretchRaw(), Draw_TileClear(), GL_BuildPolygonFromSurface(), GL_LoadPic(), R_AliasSetupSkin(), R_BuildPolygonFromSurface(), R_DrawSurface(), R_FreeUnusedImages(), R_ImageList_f(), R_InitTextures(), and R_LoadWal().