Searched refs:vid_config_y (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dvid_dos.cpp49 cvar_t vid_config_y = {"vid_config_y","600", true}; variable
99 Cvar_RegisterVariable (&vid_config_y);
H A Dgl_vidnt.cpp152 cvar_t vid_config_y = {"vid_config_y","600", true}; variable
1591 Cvar_RegisterVariable (&vid_config_y);
H A Dvid_win.cpp74 cvar_t vid_config_y = {"vid_config_y","600", true}; variable
1039 if (vid_config_y.value < (200 << stretch))
1040 vid_config_y.value = 200 << stretch;
1043 y = (int)vid_config_y.value;
2071 Cvar_RegisterVariable (&vid_config_y);
/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c152 cvar_t vid_config_y = {"vid_config_y","600", true}; variable
1591 Cvar_RegisterVariable (&vid_config_y);
H A Dvid_win.c78 cvar_t vid_config_y = {"vid_config_y","600", true}; variable
1080 if (vid_config_y.value < (200 << stretch))
1081 vid_config_y.value = 200 << stretch;
1084 y = (int)vid_config_y.value;
2110 Cvar_RegisterVariable (&vid_config_y);

Completed in 558 milliseconds