Searched refs:r_stencilshadows (Results 1 – 4 of 4) sorted by relevance
75 extern cvar_t* r_stencilshadows;
84 cvar_t* r_stencilshadows; variable193 if (r_stencilshadows->integer) in R_Clear()571 …r_stencilshadows = Cvar_Get("r_stencilshadows", "0", CVAR_ARCHIVE, "Activate or deactivate stencil… in R_RegisterSystemVars()
211 const int mask = r_stencilshadows->integer ? RF_BLOOD : (RF_SHADOW | RF_BLOOD); in R_DrawEntityEffects()
675 if (!r_stencilshadows->integer) in R_DrawMeshShadow()