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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmipmap_limits.c64 static GLuint texImage, texColor, texCurrent; variable in typeref:typename:GLuint
209 texCurrent = texImage;
290 glBindTexture(GL_TEXTURE_2D, texCurrent);
414 if (texCurrent == texColor)
415 texCurrent = texImage;
417 texCurrent = texColor;

Completed in 2 milliseconds