Home
last modified time | relevance | path

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

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dclient.h331 int cached_numsurfaces; member
H A Dr_shadow.c4392 rtlight->cached_numsurfaces = 0; in R_Shadow_PrepareLight()
4598 rtlight->cached_numsurfaces = numsurfaces; in R_Shadow_PrepareLight()
4649 numsurfaces = rtlight->cached_numsurfaces; in R_Shadow_DrawLight()
/dports/games/darkplaces/darkplaces/
H A Dclient.h331 int cached_numsurfaces; member
H A Dr_shadow.c4650 rtlight->cached_numsurfaces = 0; in R_Shadow_PrepareLight()
4891 rtlight->cached_numsurfaces = numsurfaces; in R_Shadow_PrepareLight()
4976 numsurfaces = rtlight->cached_numsurfaces; in R_Shadow_DrawLightShadowMaps()
5105 numsurfaces = rtlight->cached_numsurfaces; in R_Shadow_DrawLight()
7315 …zeof(temp), "World surfs : %i\n", r_shadow_selectedlight->rtlight.cached_numsurfaces); DrawQ_Stri… in R_Shadow_EditLights_DrawSelectedLightProperties()