Searched defs:lightPos (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | arbfslight.c | 21 static GLfloat lightPos[4] = { 0.0f, 10.0f, 20.0f, 1.0f }; variable in typeref:typename:GLfloat[4] [all...] |
| H A D | fslight.c | 33 static GLfloat lightPos[4] = { 0.0f, 10.0f, 20.0f, 0.0f }; variable in typeref:typename:GLfloat[4] |
| H A D | shadowtex.c | 262 MakeShadowMatrix(const GLfloat lightPos[4], const GLfloat spotDir[3], argument 341 EnableDistanceTexgen(const GLfloat lightPos[ argument [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ | ||
| H A D | linktest.c | 19 static GLfloat lightPos[4] = { 0.0f, 10.0f, 20.0f, 0.0f }; variable in typeref:typename:GLfloat[4] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ | ||
| H A D | shadowmap.c | 62 GLfloat lightPos[] = { 25.0, 25.0, 25.0, 1.0 }; variable in typeref:typename:GLfloat[] 237 GLfloat lightPos[4]; local in function:generateShadowMap [all...] |
Completed in 7 milliseconds