OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r_cache_thrash
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/client/
d_surf.c
27
qboolean
r_cache_thrash
; // set if surface cache is thrashing
variable
203
r_cache_thrash
= true;
gl_rmain.c
26
qboolean
r_cache_thrash
; // compatability
variable
900
r_cache_thrash
= false;
/external/quake/quake/src/WinQuake/
d_surf.cpp
27
qboolean
r_cache_thrash
; // set if surface cache is thrashing
variable
200
r_cache_thrash
= true;
gl_rmain.cpp
26
qboolean
r_cache_thrash
; // compatability
variable
999
r_cache_thrash
= false;
[
all
...]
Completed in 34 milliseconds