Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java46 void glDrawTexfOES( in glDrawTexfOES() method
/frameworks/native/opengl/libagl/
Dtexture.cpp1573 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/base/libs/hwui/debug/
Dgles_redefine.h225 #define glDrawTexfOES wrap_glDrawTexfOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1733 public native void glDrawTexfOES( in glDrawTexfOES() method in GLImpl