Searched defs:lightpos (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ | ||
| H A D | backspecular.c | 12 static const float lightpos[4] = { 0, 0, 10, 0 }; variable in typeref:typename:const float[4] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | ipers.c | 80 static GLfloat lightpos[4] = { 30, 15.0, 30.0, 1.0 }; local in function:initlight |
| H A D | ray.c | 77 static float lightpos[3] = { 2.1, 2.1, 2.8 }; variable in typeref:typename:float[3] [all...] |
| H A D | teapot.c | 55 static GLfloat lightpos[4]={2.3,0.0,3.0,1.0}; variable in typeref:typename:GLfloat[4] 86 shadowmatrix(GLfloat shadowMat[4][4],GLfloat groundplane[4],GLfloat lightpos[4]) argument [all...] |
| H A D | dinoshade.c | 169 shadowMatrix(GLfloat shadowMat[4][4],GLfloat groundplane[4],GLfloat lightpos[4]) argument [all...] |
Completed in 7 milliseconds