HomeSort by: relevance | last modified time | path
    Searched refs:sPlane (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/demos/
shadowtex.c 313 static GLfloat sPlane[4] = { 1, 0, 0, 0 };
318 glTexGenfv(GL_S, GL_EYE_PLANE, sPlane);
345 GLfloat sPlane[4];
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[2] * nearPoint[2])
    [all...]
stex3d.c 379 static const GLfloat sPlane[4] = { 0.5, 0, 0, -.5 };
386 glTexGenfv(GL_S, GL_EYE_PLANE, sPlane);
396 glTexGenfv(GL_S, GL_EYE_PLANE, sPlane);
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_aaline.c 192 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4],
195 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width;
196 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_aaline.c 193 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4],
196 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width;
197 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;

Completed in 81 milliseconds