Home
last modified time | relevance | path

Searched refs:cached_shadowentities_noselfshadow (Results 1 – 4 of 4) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dclient.h335 struct entity_render_s **cached_shadowentities_noselfshadow; member
H A Dr_shadow.c4396 rtlight->cached_shadowentities_noselfshadow = NULL; in R_Shadow_PrepareLight()
4602 …rtlight->cached_shadowentities_noselfshadow = (entity_render_t**)R_FrameData_Store(numshadowent… in R_Shadow_PrepareLight()
4653 shadowentities_noselfshadow = rtlight->cached_shadowentities_noselfshadow; in R_Shadow_DrawLight()
/dports/games/darkplaces/darkplaces/
H A Dclient.h335 struct entity_render_s **cached_shadowentities_noselfshadow; member
H A Dr_shadow.c4654 rtlight->cached_shadowentities_noselfshadow = NULL; in R_Shadow_PrepareLight()
4895 …rtlight->cached_shadowentities_noselfshadow = (entity_render_t**)R_FrameData_Store(numshadowent… in R_Shadow_PrepareLight()
4980 shadowentities_noselfshadow = rtlight->cached_shadowentities_noselfshadow; in R_Shadow_DrawLightShadowMaps()
5109 shadowentities_noselfshadow = rtlight->cached_shadowentities_noselfshadow; in R_Shadow_DrawLight()