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

  /external/quake/quake/src/QW/client/
r_local.h 70 extern cvar_t r_maxsurfs;
r_main.c 132 cvar_t r_maxsurfs = {"r_maxsurfs", "0"}; variable
214 Cvar_RegisterVariable (&r_maxsurfs);
223 Cvar_SetValue ("r_maxsurfs", (float)NUMSTACKSURFACES);
266 r_cnumsurfs = r_maxsurfs.value;
  /external/quake/quake/src/WinQuake/
r_local.h 69 extern cvar_t r_maxsurfs;
r_main.cpp 132 cvar_t r_maxsurfs = {"r_maxsurfs", "0"}; variable
209 Cvar_RegisterVariable (&r_maxsurfs);
218 Cvar_SetValue ("r_maxsurfs", (float)NUMSTACKSURFACES);
258 r_cnumsurfs = r_maxsurfs.value;
  /gdk/samples/quake/jni/
r_local.h 69 extern cvar_t r_maxsurfs;

Completed in 110 milliseconds