Searched defs:glDrawTexfvOES (Results 1 – 9 of 9) sorted by relevance
54 void glDrawTexfvOES( in glDrawTexfvOES() method59 void glDrawTexfvOES( in glDrawTexfvOES() method
247 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext254 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorWrapper885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorWrapper
2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLLogWrapper2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLLogWrapper
1572 void glDrawTexfvOES(const GLfloat* coords) { in glDrawTexfvOES() function
1740 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl1747 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
114 glDrawTexfvOES = 88; enumerator
920 const GLMessage_Function GLMessage::glDrawTexfvOES; member in android::gltrace::GLMessage
1268 static const Function glDrawTexfvOES = GLMessage_Function_glDrawTexfvOES; variable