/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 97 void glDrawTexxOES( in glDrawTexxOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 8 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 72 glDrawTexxOES;
|
D | entries_gles1.in | 72 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
|
D | entries.in | 226 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 188 public static native void glDrawTexxOES( in glDrawTexxOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 928 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLErrorWrapper 930 mgl11Ext.glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
D | GLLogWrapper.java | 2715 public void glDrawTexxOES(int x, int y, int z, int width, int height) { in glDrawTexxOES() method in GLLogWrapper 2723 mgl11Ext.glDrawTexxOES(x, y, z, width, height); in glDrawTexxOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 22 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 23 CALL_GL_API(glDrawTexxOES, x, y, z, width, height);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1799 public native void glDrawTexxOES( in glDrawTexxOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 231 #define glDrawTexxOES wrap_glDrawTexxOES macro
|
D | gles_undefine.h | 230 #undef glDrawTexxOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1580 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) { in glDrawTexxOES() function
|
D | egl.cpp | 870 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES },
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 484 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7461 glDrawTexxOES( in android_glDrawTexxOES__IIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19479 method public static void glDrawTexxOES(int, int, int, int, int); 52376 method public abstract void glDrawTexxOES(int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 31862 method public static void glDrawTexxOES(int, int, int, int, int); 75208 method public void glDrawTexxOES(int, int, int, int, int);
|