Macros | |
| #define | PAGE_MASK (~(PAGE_SIZE-1)) |
| #define | PAGE_SIZE (sysconf(_SC_PAGESIZE)) |
Functions | |
| void | D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) |
| void | D_EndDirectRect (int x, int y, int width, int height) |
| void | VID_Init (byte *palette, byte *colormap) |
| void | VID_Init_Cvars () |
| void | VID_LockBuffer (void) |
| void | VID_SetCaption (const char *text) |
| qboolean | VID_SetGamma (double gamma) |
| void | VID_Shutdown (void) |
| void | VID_UnlockBuffer (void) |
| void | VID_Update (vrect_t *rects) |
| #define PAGE_MASK (~(PAGE_SIZE-1)) |
| #define PAGE_SIZE (sysconf(_SC_PAGESIZE)) |
| void VID_Init_Cvars | ( | void | ) |
| void VID_LockBuffer | ( | void | ) |
| void VID_SetCaption | ( | const char * | text | ) |
| qboolean VID_SetGamma | ( | double | gamma | ) |
| void VID_Shutdown | ( | void | ) |
| void VID_UnlockBuffer | ( | void | ) |
| void VID_Update | ( | vrect_t * | rects | ) |