Searched refs:scr_showram (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dgl_screen.cpp87 cvar_t scr_showram = CVAR2("showram","1"); variable
376 Cvar_RegisterVariable (&scr_showram);
406 if (!scr_showram.value)
H A Dscreen.cpp37 cvar_t scr_showram = {"showram","1"}; variable
319 Cvar_RegisterVariable (&scr_showram);
348 if (!scr_showram.value)
/external/quake/quake/src/QW/client/
H A Dscreen.c88 cvar_t scr_showram = {"showram","1"}; variable
375 Cvar_RegisterVariable (&scr_showram);
406 if (!scr_showram.value)
H A Dgl_screen.c89 cvar_t scr_showram = CVAR2("showram","1"); variable
381 Cvar_RegisterVariable (&scr_showram);
413 if (!scr_showram.value)

Completed in 114 milliseconds