Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java97 void glDrawTexxOES( in glDrawTexxOES() method
/frameworks/native/opengl/libagl/
Dtexture.cpp1593 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) { in glDrawTexxOES() function
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java188 public static native void glDrawTexxOES( in glDrawTexxOES() method in GLES11Ext
DGLErrorWrapper.java928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLErrorWrapper
DGLLogWrapper.java2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h233 #define glDrawTexxOES wrap_glDrawTexxOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1799 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl