HomeSort by relevance Sort by last modified time
    Searched refs:r_cache_thrash (Results 1 - 15 of 15) sorted by null

  /external/quake/quake/src/QW/client/
render.h 146 extern qboolean r_cache_thrash; // set if thrashing the surface cache
d_surf.c 27 qboolean r_cache_thrash; // set if surface cache is thrashing variable
203 r_cache_thrash = true;
glquake2.h 132 extern qboolean r_cache_thrash; // compatability
glquake.h 178 extern qboolean r_cache_thrash; // compatability
r_misc.c 582 r_cache_thrash = false;
gl_rmain.c 26 qboolean r_cache_thrash; // compatability variable
900 r_cache_thrash = false;
screen.c 409 if (!r_cache_thrash)
gl_screen.c 416 if (!r_cache_thrash)
  /external/quake/quake/src/WinQuake/
render.h 151 extern qboolean r_cache_thrash; // set if thrashing the surface cache
d_surf.cpp 27 qboolean r_cache_thrash; // set if surface cache is thrashing variable
200 r_cache_thrash = true;
r_misc.cpp 509 r_cache_thrash = false;
gl_screen.cpp 409 if (!r_cache_thrash)
glquake.h 168 extern qboolean r_cache_thrash; // compatability
screen.cpp 351 if (!r_cache_thrash)
gl_rmain.cpp 26 qboolean r_cache_thrash; // compatability variable
999 r_cache_thrash = false;
    [all...]

Completed in 303 milliseconds