Searched refs:dlight_t (Results 1 – 20 of 20) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | client.h | 83 } dlight_t; typedef 283 extern dlight_t cl_dlights[MAX_DLIGHTS]; 292 dlight_t *CL_AllocDlight (int key);
|
D | gl_rlight.cpp | 75 void R_RenderDlight (dlight_t *light) in R_RenderDlight() 150 dlight_t *l; in R_RenderDlights() 192 void R_MarkLights (dlight_t *light, int bit, mnode_t *node) in R_MarkLights() 241 dlight_t *l; in R_PushDlights()
|
D | cl_main.cpp | 51 dlight_t cl_dlights[MAX_DLIGHTS]; 317 dlight_t *CL_AllocDlight (int key) in CL_AllocDlight() 320 dlight_t *dl; in CL_AllocDlight() 365 dlight_t *dl; in CL_DecayLights() 450 dlight_t *dl; in CL_RelinkEntities()
|
D | r_light.cpp | 69 void R_MarkLights (dlight_t *light, int bit, mnode_t *node) in R_MarkLights() 118 dlight_t *l; in R_PushDlights()
|
D | r_local.h | 314 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
|
D | quakedef.h | 409 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
|
D | cl_tent.cpp | 122 dlight_t *dl; in CL_ParseTEnt()
|
D | r_main.cpp | 614 dlight_t *dl; in R_DrawViewModel()
|
D | gl_rmain.cpp | 798 dlight_t *dl; in R_DrawViewModel()
|
/external/quake/quake/src/QW/client/ |
D | gl_rlight.c | 94 void R_RenderDlight (dlight_t *light) in R_RenderDlight() 147 dlight_t *l; in R_RenderDlights() 189 void R_MarkLights (dlight_t *light, int bit, mnode_t *node) in R_MarkLights() 238 dlight_t *l; in R_PushDlights()
|
D | client.h | 126 } dlight_t; typedef 338 extern dlight_t cl_dlights[MAX_DLIGHTS]; 349 dlight_t *CL_AllocDlight (int key);
|
D | r_light.c | 69 void R_MarkLights (dlight_t *light, int bit, mnode_t *node) in R_MarkLights() 118 dlight_t *l; in R_PushDlights()
|
D | cl_ents.c | 42 dlight_t *CL_AllocDlight (int key) in CL_AllocDlight() 45 dlight_t *dl; in CL_AllocDlight() 88 dlight_t *dl; in CL_NewDlight() 129 dlight_t *dl; in CL_DecayLights() 419 dlight_t *dl; in CL_LinkPacketEntities()
|
D | r_local.h | 315 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
|
D | glquake.h | 301 void R_MarkLights (dlight_t *light, int bit, mnode_t *node);
|
D | cl_tent.c | 168 dlight_t *dl; in CL_ParseTEnt()
|
D | r_main.c | 631 dlight_t *dl; in R_DrawViewModel()
|
D | cl_parse.c | 1058 dlight_t *dl; in CL_MuzzleFlash()
|
D | cl_main.c | 91 dlight_t cl_dlights[MAX_DLIGHTS];
|
D | gl_rmain.c | 710 dlight_t *dl; in R_DrawViewModel()
|