Home
last modified time | relevance | path

Searched refs:glDrawTexivOES (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java71 void glDrawTexivOES( in glDrawTexivOES() method
76 void glDrawTexivOES( in glDrawTexivOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext5 void glDrawTexivOES ( const GLint *coords )
Dglspec-checks29 glDrawTexivOES check coords 5
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java211 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext
218 public static native void glDrawTexivOES( in glDrawTexivOES() method in GLES11Ext
DGLErrorWrapper.java897 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()
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec40 glDrawTexivOES check coords 5
DGLES11Ext.spec8 void glDrawTexivOES ( const GLint *coords )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt69 glDrawTexivOES;
Dentries.in223 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1763 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/
Dglext_api.in28 void API_ENTRY(glDrawTexivOES)(const GLint *coords) {
29 CALL_GL_API(glDrawTexivOES, coords);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h228 #define glDrawTexivOES wrap_glDrawTexivOES macro
Dgles_undefine.h227 #undef glDrawTexivOES
/frameworks/native/opengl/include/GLES/
Dglext.h144 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp651 glDrawTexivOES( in android_glDrawTexivOES___3II()
694 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp7353 glDrawTexivOES( in android_glDrawTexivOES___3II()
7396 glDrawTexivOES( in android_glDrawTexivOES__Ljava_nio_IntBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp1546 void glDrawTexivOES(const GLint* coords) { in glDrawTexivOES() function
Degl.cpp874 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES },
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19474 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/config/
Dhiddenapi-public-dex.txt28361 Landroid/opengl/GLES11Ext;->glDrawTexivOES(Ljava/nio/IntBuffer;)V
28362 Landroid/opengl/GLES11Ext;->glDrawTexivOES([II)V
72393 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexivOES(Ljava/nio/IntBuffer;)V
72394 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexivOES([II)V
Dboot-image-profile.txt51194 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexivOES(Ljava/nio/IntBuffer;)V
51195 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexivOES([II)V
/frameworks/base/api/
Dcurrent.txt29901 method public static void glDrawTexivOES(int[], int);
29902 method public static void glDrawTexivOES(java.nio.IntBuffer);
71970 method public abstract void glDrawTexivOES(int[], int);
71971 method public abstract void glDrawTexivOES(java.nio.IntBuffer);