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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dviewmemory.c27 static GLuint NumTextures = 50, CurTexture; variable in typeref:typename:GLuint
42 CurTexture = (CurTexture + 1) % NumTextures;
82 sprintf(s, "Texture %u", CurTexture);
87 glBindTexture(GL_TEXTURE_2D, CurTexture);
147 if (CurTexture > 0)
148 CurTexture--;
151 if (CurTexture + 1 < NumTextures)
152 CurTexture++;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c38 static int CurTexture = NOISE_TEXTURE, CurObject = TORUS; variable in typeref:typename:int
521 if (CurTexture == NOISE_TEXTURE)
522 CurTexture = GRADIENT_TEXTURE;
524 CurTexture = NOISE_TEXTURE;
525 glBindTexture(GL_TEXTURE_3D, CurTexture);

Completed in 7 milliseconds