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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dshadowtex.c68 static GLuint ShadowTexture, GrayTexture; variable in typeref:typename:GLuint
401 * The result will be in the texture object named ShadowTexture.
922 glGenTextures(1, &ShadowTexture);
923 glBindTexture(GL_TEXTURE_2D, ShadowTexture);
946 GL_TEXTURE_2D, ShadowTexture, 0);

Completed in 3 milliseconds