#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 |
qvktexture_t | vk_texture |
qboolean image_s::has_alpha |
Definition at line 98 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GL_LoadPic().
int image_s::height |
Definition at line 75 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(), R_LoadWal(), Vk_BuildPolygonFromSurface(), and Vk_LoadPic().
char image_s::name |
Definition at line 73 of file r_local.h.
Referenced by GL_FindImage(), GL_ImageList_f(), GL_LoadPic(), R_FindImage(), R_ImageList_f(), R_LoadWal(), Vk_FindImage(), Vk_ImageList_f(), Vk_LoadPic(), and Vk_TextureMode().
qboolean image_s::paletted |
Definition at line 100 of file gl_local.h.
Referenced by GL_ImageList_f(), and GL_LoadPic().
byte* image_s::pixels[4] |
Definition at line 78 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 77 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(), R_ShutdownImages(), Vk_FindImage(), Vk_FreeUnusedImages(), Vk_LoadPic(), and Vk_ShutdownImages().
qboolean image_s::scrap |
Definition at line 97 of file gl_local.h.
Referenced by GL_LoadPic(), Vk_LoadPic(), and Vk_ShutdownImages().
float image_s::sh |
Definition at line 96 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().
float image_s::sl |
Definition at line 96 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().
int image_s::texnum |
Definition at line 95 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_DrawSpriteModel(), and R_RenderBrushPoly().
struct msurface_s * image_s::texturechain |
Definition at line 94 of file gl_local.h.
Referenced by DrawTextureChains(), and R_RecursiveWorldNode().
float image_s::th |
Definition at line 96 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().
float image_s::tl |
Definition at line 96 of file gl_local.h.
Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Vk_LoadPic().
qboolean image_s::transparent |
Definition at line 76 of file r_local.h.
Referenced by Draw_Pic(), and GL_LoadPic().
imagetype_t image_s::type |
Definition at line 74 of file r_local.h.
Referenced by GL_FreeUnusedImages(), GL_ImageList_f(), GL_LoadPic(), GL_TextureMode(), R_FreeUnusedImages(), R_ImageList_f(), R_LoadWal(), Vk_FreeUnusedImages(), Vk_ImageList_f(), and Vk_LoadPic().
int image_s::upload_height |
Definition at line 92 of file gl_local.h.
Referenced by GL_ImageList_f(), GL_LoadPic(), Vk_ImageList_f(), and Vk_LoadPic().
int image_s::upload_width |
Definition at line 92 of file gl_local.h.
Referenced by GL_ImageList_f(), GL_LoadPic(), Vk_ImageList_f(), and Vk_LoadPic().
qvktexture_t image_s::vk_texture |
Definition at line 116 of file vk_local.h.
Referenced by Draw_Char(), Draw_StretchPic(), Draw_TileClear(), R_DrawSkyBox(), R_DrawSpriteModel(), Vk_DrawParticles(), Vk_FreeUnusedImages(), Vk_ImageList_f(), Vk_LoadPic(), Vk_RenderLightmappedPoly(), Vk_ShutdownImages(), and Vk_TextureMode().
int image_s::width |
Definition at line 75 of file r_local.h.
Referenced by Draw_Char(), 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(), R_LoadWal(), Vk_BuildPolygonFromSurface(), and Vk_LoadPic().