#include "gl_local.h"
Go to the source code of this file.
Functions | |
void | Scrap_Upload (void) |
void | Draw_InitLocal (void) |
void | Draw_Char (int x, int y, int num) |
image_t * | Draw_FindPic (char *name) |
void | Draw_GetPicSize (int *w, int *h, char *pic) |
void | Draw_StretchPic (int x, int y, int w, int h, char *pic) |
void | Draw_Pic (int x, int y, char *pic) |
void | Draw_TileClear (int x, int y, int w, int h, char *pic) |
void | Draw_Fill (int x, int y, int w, int h, int c) |
void | Draw_FadeScreen (void) |
void | Draw_StretchRaw (int x, int y, int w, int h, int cols, int rows, byte *data) |
Variables | |
image_t * | draw_chars |
qboolean | scrap_dirty |
unsigned | r_rawpalette [256] |
image_t* Draw_FindPic | ( | char * | name | ) |
Definition at line 95 of file gl_draw.c.
Referenced by Draw_GetPicSize(), Draw_Pic(), Draw_StretchPic(), Draw_TileClear(), and GetRefAPI().
Definition at line 174 of file gl_draw.c.
Referenced by GetRefAPI().
Definition at line 135 of file gl_draw.c.
Definition at line 319 of file gl_draw.c.
Definition at line 214 of file gl_draw.c.
Referenced by GetRefAPI().
image_t* draw_chars |
Definition at line 25 of file gl_draw.c.
Referenced by Draw_Char(), and Draw_InitLocal().
unsigned r_rawpalette[256] |
Definition at line 1573 of file gl_rmain.c.
Referenced by Draw_StretchRaw(), and R_SetPalette().
qboolean scrap_dirty |
Definition at line 364 of file gl_image.c.
Referenced by Draw_Pic(), Draw_StretchPic(), GL_LoadPic(), and Scrap_Upload().