Searched refs:texMaxY (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 271 texMaxY = texcoord[3]; in DrawLogoCursor() 293 glTexCoord2f(texMinX, texMaxY); glVertex2i(x, y+h); in DrawLogoCursor() 294 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h); in DrawLogoCursor() 302 static GLfloat texMaxX, texMaxY; in DrawLogoTexture() local 330 texMaxY = texcoord[3]; in DrawLogoTexture() 367 glTexCoord2f(texMinX, texMaxY); glVertex2i(x, y+h); in DrawLogoTexture() 368 glTexCoord2f(texMaxX, texMaxY); glVertex2i(x+w, y+h); in DrawLogoTexture()
|