Searched refs:glDrawTexfvOES (Results 1 – 8 of 8) sorted by relevance
58 glDrawTexfvOES
65 glDrawTexfvOES
696 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in MatrixTrackingGL697 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()700 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in MatrixTrackingGL701 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
489 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);