Searched defs:drawTexiOES (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dtexture.cpp768 static void drawTexiOES(GLint x, GLint y, GLint z, GLint w, GLint h, ogles_context_t* c) function in namespace:android
1557 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);
1561 drawTexiOES(coords[0], coords[1], coords[2], coords[3], coords[4], c);
1565 drawTexiOES(x, y, z, w, h, c);
1569 drawTexiOES(x, y, z, w, h, c);

Completed in 58 milliseconds