OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_brush_polys
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
glquake2.h
138
extern int
c_brush_polys
, c_alias_polys;
gl_rmain.c
36
int
c_brush_polys
, c_alias_polys;
variable
902
c_brush_polys
= 0;
1211
c_brush_polys
= 0;
1236
Con_Printf ("%3i ms %4i wpoly %4i epoly\n", (int)((time2-time1)*1000),
c_brush_polys
, c_alias_polys);
glquake.h
184
extern int
c_brush_polys
, c_alias_polys;
gl_rsurf.c
792
c_brush_polys
++;
871
c_brush_polys
++;
[
all
...]
/external/quake/quake/src/WinQuake/
gl_rmain.cpp
36
int
c_brush_polys
, c_alias_polys;
variable
1001
c_brush_polys
= 0;
[
all
...]
glquake.h
174
extern int
c_brush_polys
, c_alias_polys;
gl_rsurf.cpp
862
c_brush_polys
++;
940
c_brush_polys
++;
[
all
...]
Completed in 1704 milliseconds