Searched refs:sPlane (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | shadowtex.c | 313 static GLfloat sPlane[4] = { 1, 0, 0, 0 }; local in function:EnableIdentityTexgen 318 glTexGenfv(GL_S, GL_EYE_PLANE, sPlane); 345 GLfloat sPlane[4]; local in function:EnableDistanceTexgen 361 sPlane[0] = lightDir[0] / d / m; 362 sPlane[1] = lightDir[1] / d / m; 363 sPlane[2] = lightDir[2] / d / m; 364 sPlane[3] = -(sPlane[0] * nearPoint[0] 365 + sPlane[1] * nearPoint[1] 366 + sPlane[ [all...] |
| H A D | stex3d.c | 379 static const GLfloat sPlane[4] = { 0.5, 0, 0, -.5 }; local in function:drawScene 386 glTexGenfv(GL_S, GL_EYE_PLANE, sPlane); 396 glTexGenfv(GL_S, GL_EYE_PLANE, sPlane);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aaline.c | 193 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4], argument 196 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width; 197 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aaline.c | 192 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4], argument 195 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width; 196 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;
|
Completed in 5 milliseconds