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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dshadowtex.c72 static GLfloat lightProjection[16]; variable in typeref:typename:GLfloat[16]
258 * Stores the results in \c lightProjection (projection matrix) and
272 glGetFloatv(GL_PROJECTION_MATRIX, lightProjection);
303 glMultMatrixf(lightProjection);
433 glLoadMatrixf(lightProjection);

Completed in 3 milliseconds