|
| scrap_t * | GLSL_CreateScrap (int size, int format, int linear) |
| |
| void | GLSL_DestroyScrap (scrap_t *scrap) |
| |
| int | GLSL_LoadQuakeMipTex (const struct texture_s *tex) |
| |
| int | GLSL_LoadQuakeTexture (const char *identifier, int width, int height, byte *data) |
| |
| int | GLSL_LoadRGBATexture (const char *identifier, int width, int height, byte *data) |
| |
| int | GLSL_LoadRGBTexture (const char *identifier, int width, int height, byte *data) |
| |
| void | GLSL_ReleaseTexture (int tex) |
| |
| void | GLSL_ScrapClear (scrap_t *scrap) |
| |
| void | GLSL_ScrapFlush (scrap_t *scrap) |
| |
| subpic_t * | GLSL_ScrapSubpic (scrap_t *scrap, int width, int height) |
| |
| int | GLSL_ScrapTexture (scrap_t *scrap) |
| |
| void | GLSL_SubpicDelete (subpic_t *subpic) |
| |
| void | GLSL_SubpicUpdate (subpic_t *subpic, byte *data, int batch) |
| |
| void | GLSL_TextureInit (void) |
| |