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

  /external/quake/quake/src/QW/client/
r_main.c 31 int r_numallocatededges; variable
290 r_numallocatededges = r_maxedges.value;
292 if (r_numallocatededges < MINEDGES)
293 r_numallocatededges = MINEDGES;
295 if (r_numallocatededges <= NUMSTACKEDGES)
301 auxedges = Hunk_AllocName (r_numallocatededges * sizeof(edge_t),
r_local.h 259 extern int r_numallocatededges;
r_misc.c 472 r_numallocatededges, r_maxedgesseen);
r_edge.c 132 edge_max = &r_edges[r_numallocatededges];
  /external/quake/quake/src/WinQuake/
r_main.cpp 31 int r_numallocatededges; variable
282 r_numallocatededges = r_maxedges.value;
284 if (r_numallocatededges < MINEDGES)
285 r_numallocatededges = MINEDGES;
287 if (r_numallocatededges <= NUMSTACKEDGES)
293 auxedges = Hunk_AllocName (r_numallocatededges * sizeof(edge_t),
r_local.h 258 extern int r_numallocatededges;
r_misc.cpp 399 r_numallocatededges, r_maxedgesseen);
r_edge.cpp 132 edge_max = &r_edges[r_numallocatededges];
  /gdk/samples/quake/jni/
r_local.h 258 extern int r_numallocatededges;

Completed in 526 milliseconds