Searched refs:drawTexiOES (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 768 static void drawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h, ogles_context_t* c) in drawTexiOES() function 1557 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c); in glDrawTexsvOES() 1561 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c); in glDrawTexivOES() 1565 drawTexiOES(x, y, z, w, h, c); in glDrawTexsOES() 1569 drawTexiOES(x, y, z, w, h, c); in glDrawTexiOES()
|