Searched defs:texMaxY (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c248 static GLfloat texMaxX, texMaxY; local
271 texMaxY = texcoord[3];
293 glTexCoord2f(texMinX, texMaxY); glVertex2i(x, y+h);
294 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h);
302 static GLfloat texMaxX, texMaxY; local
330 texMaxY = texcoord[3];
367 glTexCoord2f(texMinX, texMaxY); glVertex2i(x, y+h);
368 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h);

Completed in 68 milliseconds