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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Drender_tex.c31 static GLuint DotTexture, RenderTexture; variable in typeref:typename:GLuint
146 glBindTexture(GL_TEXTURE_2D, DotTexture);
279 glGenTextures(1, &DotTexture);
280 glBindTexture(GL_TEXTURE_2D, DotTexture);
329 printf("DotTexture=%u RenderTexture=%u\n", DotTexture, RenderTexture);

Completed in 2 milliseconds