/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 71 void glDrawTexivOES( in glDrawTexivOES() method 76 void glDrawTexivOES( in glDrawTexivOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 5 void glDrawTexivOES ( const GLint *coords )
|
D | glspec-checks | 29 glDrawTexivOES check coords 5
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 211 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext 218 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 897 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in GLErrorWrapper 899 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES() 903 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in GLErrorWrapper 905 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()
|
D | GLLogWrapper.java | 2668 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in GLLogWrapper 2673 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES() 2677 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in GLLogWrapper 2681 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 40 glDrawTexivOES check coords 5
|
D | GLES11Ext.spec | 8 void glDrawTexivOES ( const GLint *coords )
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1763 public native void glDrawTexivOES( in glDrawTexivOES() method in GLImpl 1770 public native void glDrawTexivOES( in glDrawTexivOES() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 28 void API_ENTRY(glDrawTexivOES)(const GLint *coords) { 29 CALL_GL_API(glDrawTexivOES, coords);
|
/frameworks/base/libs/hwui/debug/ |
D | unwrap_gles.h | 230 #undef glDrawTexivOES
|
D | wrap_gles.h | 230 #define glDrawTexivOES wrap_glDrawTexivOES macro
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 633 glDrawTexivOES( in android_glDrawTexivOES___3II() 670 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 6920 glDrawTexivOES( in android_glDrawTexivOES___3II() 6957 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1552 void glDrawTexivOES(const GLint* coords) { in glDrawTexivOES() function
|
D | egl.cpp | 852 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES },
|
/frameworks/native/opengl/libs/ |
D | entries.in | 211 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19474 method public static void glDrawTexivOES(int[], int); 19475 method public static void glDrawTexivOES(java.nio.IntBuffer); 52371 method public abstract void glDrawTexivOES(int[], int); 52372 method public abstract void glDrawTexivOES(java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26084 method public static void glDrawTexivOES(int[], int); 26085 method public static void glDrawTexivOES(java.nio.IntBuffer); 63432 method public abstract void glDrawTexivOES(int[], int); 63433 method public abstract void glDrawTexivOES(java.nio.IntBuffer);
|
D | system-current.txt | 28573 method public static void glDrawTexivOES(int[], int); 28574 method public static void glDrawTexivOES(java.nio.IntBuffer); 66966 method public abstract void glDrawTexivOES(int[], int); 66967 method public abstract void glDrawTexivOES(java.nio.IntBuffer);
|
D | test-current.txt | 26158 method public static void glDrawTexivOES(int[], int); 26159 method public static void glDrawTexivOES(java.nio.IntBuffer); 63525 method public abstract void glDrawTexivOES(int[], int); 63526 method public abstract void glDrawTexivOES(java.nio.IntBuffer);
|