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

  /external/quake/quake/src/QW/client/
gl_rlight.c 149 if (!gl_flashblend.value)
240 if (gl_flashblend.value)
glquake.h 236 extern cvar_t gl_flashblend;
gl_rmisc.c 203 Cvar_RegisterVariable (&gl_flashblend);
cl_ents.c 817 if (!gl_flashblend.value || j != cl.playernum) {
cl_parse.c 1069 if (i-1 == cl.playernum && gl_flashblend.value)
gl_rmain.c 95 cvar_t gl_flashblend = CVAR2("gl_flashblend","1"); variable
gl_rsurf.c 1161 if (clmodel->firstmodelsurface != 0 && !gl_flashblend.value)
    [all...]
  /external/quake/quake/src/WinQuake/
gl_rlight.cpp 152 if (!gl_flashblend.value)
243 if (gl_flashblend.value)
gl_rmisc.cpp 213 Cvar_RegisterVariable (&gl_flashblend);
glquake.h 224 extern cvar_t gl_flashblend;
gl_rmain.cpp 95 cvar_t gl_flashblend = CVAR2("gl_flashblend","1"); variable
    [all...]
gl_rsurf.cpp 1230 if (clmodel->firstmodelsurface != 0 && !gl_flashblend.value)
    [all...]

Completed in 39 milliseconds