Home
last modified time | relevance | path

Searched refs:cl_testblend (Results 1 – 12 of 12) sorted by relevance

/dports/games/q2pro/q2pro/source/
H A Dcl_view.c36 cvar_t *cl_testblend; variable
447 if (cl_testblend->integer) in V_RenderView()
542 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_view.c38 cvar_t *cl_testblend; variable
552 if (cl_testblend->value) in V_RenderView()
652 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_view.c38 cvar_t *cl_testblend; variable
552 if (cl_testblend->value) in V_RenderView()
652 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_view.c44 cvar_t *cl_testblend; variable
755 if (cl_testblend->value) in V_RenderView()
880 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_view.c34 cvar_t *cl_testblend; variable
669 if (cl_testblend->value) in V_RenderView()
828 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_view.c40 cvar_t *cl_testblend; variable
625 if (cl_testblend->value) in V_RenderView()
876 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_view.c53 cvar_t *cl_testblend; variable
850 if (cl_testblend->value) in V_RenderView()
972 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_view.c53 cvar_t *cl_testblend; variable
850 if (cl_testblend->value) in V_RenderView()
972 cl_testblend = Cvar_Get ("cl_testblend", "0", 0); in V_Init()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_view.c52 cvar_t *cl_testblend; variable
885 if (cl_testblend->value) { in V_RenderView()
1140 cl_testblend = Cvar_Get("cl_testblend", "0", 0); in V_Init()
/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_main.c81 cVar_t *cl_testblend; variable
373 cl_testblend = cgi.Cvar_Register ("cl_testblend", "0", CVAR_CHEAT); in CG_RegisterMain()
H A Dcg_local.h408 extern cVar_t *cl_testblend;
H A Dcg_view.c541 if (cl_testblend->intVal) { in V_RenderView()