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