Functions | |
| void | VID_GetWindowSize (int def_w, int def_h) |
| void | VID_InitBuffers (void) |
| void | VID_InitGamma (unsigned char *) |
| void | VID_LockBuffer (void) |
| void | VID_MakeColormaps (void) |
| qboolean | VID_SetGamma (double) |
| void | VID_UnlockBuffer (void) |
| void | VID_Update (vrect_t *rects) |
| void | VID_UpdateGamma (struct cvar_s *) |
Variables | |
| unsigned short | sw32_8to16table [256] |
| struct cvar_s * | vid_fullscreen |
| struct cvar_s * | vid_gamma |
| struct cvar_s * | vid_system_gamma |
| void VID_InitBuffers | ( | void | ) |
| void VID_InitGamma | ( | unsigned char * | ) |
| void VID_LockBuffer | ( | void | ) |
| void VID_MakeColormaps | ( | void | ) |
| qboolean VID_SetGamma | ( | double | ) |
| void VID_UnlockBuffer | ( | void | ) |
| void VID_Update | ( | vrect_t * | rects | ) |
| void VID_UpdateGamma | ( | struct cvar_s * | ) |
| unsigned short sw32_8to16table[256] |
| struct cvar_s* vid_fullscreen |
| struct cvar_s* vid_gamma |
| struct cvar_s* vid_system_gamma |