Home
last modified time | relevance | path

Searched defs:glDrawTexfvOES (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java54 void glDrawTexfvOES( in glDrawTexfvOES() method
59 void glDrawTexfvOES( in glDrawTexfvOES() method
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java247 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
254 public static native void glDrawTexfvOES( in glDrawTexfvOES() method in GLES11Ext
DGLErrorWrapper.java879 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLErrorWrapper
885 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLErrorWrapper
DGLLogWrapper.java2639 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in GLLogWrapper
2648 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in GLLogWrapper
/frameworks/native/opengl/libagl/
Dtexture.cpp1572 void glDrawTexfvOES(const GLfloat* coords) { in glDrawTexfvOES() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1740 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
1747 public native void glDrawTexfvOES( in glDrawTexfvOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto114 glDrawTexfvOES = 88; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp920 const GLMessage_Function GLMessage::glDrawTexfvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1268 static const Function glDrawTexfvOES = GLMessage_Function_glDrawTexfvOES; variable