Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java46 void glDrawTexfOES( in glDrawTexfOES() method
/frameworks/native/opengl/libagl/
Dtexture.cpp1586 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat w, GLfloat h){ in glDrawTexfOES() function
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java237 public static native void glDrawTexfOES( in glDrawTexfOES() method in GLES11Ext
DGLErrorWrapper.java872 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLErrorWrapper
DGLLogWrapper.java2626 public void glDrawTexfOES(float x, float y, float z, in glDrawTexfOES() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto113 glDrawTexfOES = 87; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp919 const GLMessage_Function GLMessage::glDrawTexfOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1267 static const Function glDrawTexfOES = GLMessage_Function_glDrawTexfOES; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1730 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl