Searched refs:texMaxX (Results 1 – 1 of 1) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testgl.c | 248 static GLfloat texMaxX, texMaxY; in DrawLogoCursor() local 270 texMaxX = texcoord[2]; in DrawLogoCursor() 292 glTexCoord2f(texMaxX, texMinY); glVertex2i(x+w, y ); in DrawLogoCursor() 294 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h); in DrawLogoCursor() 302 static GLfloat texMaxX, texMaxY; in DrawLogoTexture() local 329 texMaxX = texcoord[2]; in DrawLogoTexture() 366 glTexCoord2f(texMaxX, texMinY); glVertex2i(x+w, y ); in DrawLogoTexture() 368 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h); in DrawLogoTexture()
|