Searched refs:spotDir (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dshadowtex.c262 MakeShadowMatrix(const GLfloat lightPos[4], const GLfloat spotDir[3], argument
279 lightPos[0] + spotDir[0],
280 lightPos[1] + spotDir[1],
281 lightPos[2] + spotDir[2],
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dlight.c1003 GLfloat spotDir[3]; local in function:compute_light_positions
1004 COPY_3V(spotDir, light->SpotDirection);
1005 NORMALIZE_3FV(spotDir);
1007 spotDir,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dlight.c1086 GLfloat spotDir[3]; local in function:compute_light_positions
1087 COPY_3V(spotDir, lu->SpotDirection);
1088 NORMALIZE_3FV(spotDir);
1090 spotDir,

Completed in 6 milliseconds