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