/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 105 void glDrawTexxvOES( in glDrawTexxvOES() method 110 void glDrawTexxvOES( in glDrawTexxvOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 9 void glDrawTexxvOES ( const GLfixed *coords )
|
D | glspec-checks | 31 glDrawTexxvOES check coords 5
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 224 public static native void glDrawTexxvOES( in glDrawTexxvOES() method in GLES11Ext 231 public static native void glDrawTexxvOES( in glDrawTexxvOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 934 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in GLErrorWrapper 936 mgl11Ext.glDrawTexxvOES(coords, offset); in glDrawTexxvOES() 940 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in GLErrorWrapper 942 mgl11Ext.glDrawTexxvOES(coords); in glDrawTexxvOES()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 42 glDrawTexxvOES check coords 5
|
D | GLES11Ext.spec | 9 void glDrawTexxvOES ( const GLfixed *coords )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 73 glDrawTexxvOES;
|
D | entries.in | 227 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1809 public native void glDrawTexxvOES( in glDrawTexxvOES() method in GLImpl 1816 public native void glDrawTexxvOES( in glDrawTexxvOES() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 31 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) { 32 CALL_GL_API(glDrawTexxvOES, coords);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 232 #define glDrawTexxvOES wrap_glDrawTexxvOES macro
|
D | gles_undefine.h | 231 #undef glDrawTexxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 741 glDrawTexxvOES( in android_glDrawTexxvOES___3II() 784 glDrawTexxvOES( in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7559 glDrawTexxvOES( in android_glDrawTexxvOES___3II() 7602 glDrawTexxvOES( in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1569 void glDrawTexxvOES(const GLfixed* coords) { in glDrawTexxvOES() function
|
D | egl.cpp | 878 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19480 method public static void glDrawTexxvOES(int[], int); 19481 method public static void glDrawTexxvOES(java.nio.IntBuffer); 52377 method public abstract void glDrawTexxvOES(int[], int); 52378 method public abstract void glDrawTexxvOES(java.nio.IntBuffer);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28367 Landroid/opengl/GLES11Ext;->glDrawTexxvOES(Ljava/nio/IntBuffer;)V 28368 Landroid/opengl/GLES11Ext;->glDrawTexxvOES([II)V 72399 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexxvOES(Ljava/nio/IntBuffer;)V 72400 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexxvOES([II)V
|
D | boot-image-profile.txt | 51200 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexxvOES(Ljava/nio/IntBuffer;)V 51201 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexxvOES([II)V
|
/frameworks/base/api/ |
D | current.txt | 29907 method public static void glDrawTexxvOES(int[], int); 29908 method public static void glDrawTexxvOES(java.nio.IntBuffer); 71976 method public abstract void glDrawTexxvOES(int[], int); 71977 method public abstract void glDrawTexxvOES(java.nio.IntBuffer);
|