Home
last modified time | relevance | path

Searched defs:R_LightForPoint (Results 1 – 14 of 14) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_light.cpp419 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_light.c379 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_light.c379 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_light.c421 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) { in R_LightForPoint() function
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_light.c421 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) { in R_LightForPoint() function
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_light.c380 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_light.c379 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_light.c390 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_light.c390 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_light.cpp504 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) in R_LightForPoint() function
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_light.c481 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) { in R_LightForPoint() function
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_light.c481 int R_LightForPoint( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir ) { in R_LightForPoint() function
/dports/games/evq3/evq3/code/renderer/
H A Dtr_light.c412 int R_LightForPoint(vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t lightDir) in R_LightForPoint() function
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_public.h578 …int (*R_LightForPoint) ( vec3_t point, vec3_t ambientLight, vec3_t directedLight, vec3_t l… member