![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <vid.h>
Data Fields | |
int | bitsperpixel |
qbool | desktopfullscreen |
whether the display hardware mode can be changed | |
int | display |
qbool | fullscreen |
int | height |
float | refreshrate |
int | samples |
qbool | stereobuffer |
int | width |
int viddef_mode_t::bitsperpixel |
Definition at line 62 of file vid.h.
Referenced by M_Video_Key(), VID_ApplyDisplayMode(), VID_Mode(), and VID_Restart_f().
qbool viddef_mode_t::desktopfullscreen |
whether the display hardware mode can be changed
Definition at line 59 of file vid.h.
Referenced by M_Video_Draw(), M_Video_Key(), VID_ApplyDisplayMode(), VID_InitModeGL(), VID_Mode(), and VID_Restart_f().
int viddef_mode_t::display |
Definition at line 57 of file vid.h.
Referenced by M_Video_Key(), Sys_SDL_HandleEvents(), VID_ApplyDisplayMode(), VID_GetDesktopMode(), VID_InitModeGL(), VID_ListModes(), VID_Mode(), and VID_Restart_f().
qbool viddef_mode_t::fullscreen |
Definition at line 58 of file vid.h.
Referenced by M_Video_Draw(), M_Video_Key(), VID_ApplyDisplayMode(), VID_InitModeGL(), VID_Mode(), and VID_Restart_f().
int viddef_mode_t::height |
Definition at line 61 of file vid.h.
Referenced by CL_DrawVideo(), CL_Input(), CL_UpdateScreen(), CL_VM_UpdateView(), DrawQ_Line(), DrawQ_SetClipArea(), DrawQ_Start(), DrawQ_String_Scale(), Font_IndexForSize(), Font_VirtualToRealSize(), IN_Move(), IN_Move_TouchScreen_Quake(), M_Menu_Video_f(), M_Options_ColorControl_Draw(), M_Video_Draw(), MP_Draw(), MR_Init(), R_DebugLine(), R_Envmap_f(), R_ResetViewRendering2D_Common(), R_SetupView(), SCR_CaptureVideo_Avi_BeginVideo(), SCR_DrawLoadingScreen(), SCR_DrawScreen(), SCR_ScreenShot_f(), SCR_SetLoadingScreenTexture(), SCR_UpdateVars(), snap_to_pixel_y(), Sys_SDL_HandleEvents(), VID_ApplyDisplayMode(), VID_Mode(), VID_Restart_f(), VM_CL_getmousepos(), and VM_M_getmousepos().
float viddef_mode_t::refreshrate |
Definition at line 63 of file vid.h.
Referenced by M_Video_Draw(), M_Video_Key(), VID_ApplyDisplayMode(), VID_Mode(), and VID_Restart_f().
int viddef_mode_t::samples |
Definition at line 65 of file vid.h.
Referenced by GL_Setup(), M_Video_Key(), and R_Bloom_StartFrame().
qbool viddef_mode_t::stereobuffer |
Definition at line 64 of file vid.h.
Referenced by CL_UpdateScreen(), R_Stereo_Active(), VID_InitModeGL(), VID_Mode(), and VID_Restart_f().
int viddef_mode_t::width |
Definition at line 60 of file vid.h.
Referenced by CL_DrawVideo(), CL_Input(), CL_UpdateScreen(), CL_VM_UpdateView(), DrawQ_Line(), DrawQ_Start(), DrawQ_String_Scale(), Font_IndexForSize(), IN_Move(), IN_Move_TouchScreen_Quake(), M_Menu_Video_f(), M_Options_ColorControl_Draw(), M_Video_Draw(), MP_Draw(), MR_Init(), R_DebugLine(), R_Envmap_f(), SCR_CaptureVideo_Avi_BeginVideo(), SCR_DrawLoadingScreen(), SCR_DrawScreen(), SCR_ScreenShot_f(), SCR_SetLoadingScreenTexture(), SCR_UpdateVars(), snap_to_pixel_x(), Sys_SDL_HandleEvents(), VID_ApplyDisplayMode(), VID_Mode(), VID_Restart_f(), VM_CL_getmousepos(), VM_CL_R_SetView(), and VM_M_getmousepos().