Searched refs:texMaxX (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
270 texMaxX = texcoord[2];
292 glTexCoord2f(texMaxX, texMinY); glVertex2i(x+w, y );
294 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h);
302 static GLfloat texMaxX, texMaxY; local
329 texMaxX = texcoord[2];
366 glTexCoord2f(texMaxX, texMinY); glVertex2i(x+w, y );
368 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h);

Completed in 2672 milliseconds