Home
last modified time | relevance | path

Searched refs:cl_lightstyle (Results 1 – 11 of 11) sorted by relevance

/external/quake/quake/src/QW/client/
Dr_light.c43 if (!cl_lightstyle[j].length) in R_AnimateLight()
48 k = i % cl_lightstyle[j].length; in R_AnimateLight()
49 k = cl_lightstyle[j].map[k] - 'a'; in R_AnimateLight()
Dgl_rlight.c42 if (!cl_lightstyle[j].length) in R_AnimateLight()
47 k = i % cl_lightstyle[j].length; in R_AnimateLight()
48 k = cl_lightstyle[j].map[k] - 'a'; in R_AnimateLight()
Dcl_main.c90 lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES]; variable
387 memset (cl_lightstyle, 0, sizeof(cl_lightstyle)); in CL_ClearState()
Dcl_parse.c1200 Q_strcpy (cl_lightstyle[i].map, MSG_ReadString()); in CL_ParseServerMessage()
1201 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
Dclient.h337 extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];
Dcl_demo.c625 MSG_WriteString (&buf, cl_lightstyle[i].map); in CL_Record_f()
/external/quake/quake/src/WinQuake/
Dr_light.cpp43 if (!cl_lightstyle[j].length) in R_AnimateLight()
48 k = i % cl_lightstyle[j].length; in R_AnimateLight()
49 k = cl_lightstyle[j].map[k] - 'a'; in R_AnimateLight()
Dgl_rlight.cpp42 if (!cl_lightstyle[j].length) in R_AnimateLight()
47 k = i % cl_lightstyle[j].length; in R_AnimateLight()
48 k = cl_lightstyle[j].map[k] - 'a'; in R_AnimateLight()
Dcl_main.cpp50 lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES]; variable
78 memset (cl_lightstyle, 0, sizeof(cl_lightstyle)); in CL_ClearState()
Dcl_parse.cpp826 Q_strcpy (cl_lightstyle[i].map, MSG_ReadString()); in CL_ParseServerMessage()
827 cl_lightstyle[i].length = Q_strlen(cl_lightstyle[i].map); in CL_ParseServerMessage()
Dclient.h282 extern lightstyle_t cl_lightstyle[MAX_LIGHTSTYLES];