Searched refs:dibonly (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dwq.bat41 winquake -dibonly -nosound -nojoy %2 %3 %4 %5 %6 %7 %8 %9
H A Dvid_win.cpp30 qboolean dibonly; variable
2090 if (COM_CheckParm ("-dibonly"))
2091 dibonly = true;
2097 if (!dibonly)
3150 // sort the modes on width (to handle picking up oddball dibonly modes
/external/quake/quake/src/QW/client/
H A Dvid_win.c32 qboolean dibonly; variable
2129 if (COM_CheckParm ("-dibonly"))
2130 dibonly = true;
2136 if (!dibonly)
3197 // sort the modes on width (to handle picking up oddball dibonly modes

Completed in 216 milliseconds