/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL11Ext.java | 71 void glDrawTexivOES( method in interface:GL11Ext 76 void glDrawTexivOES( method in interface:GL11Ext
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 205 // C function void glDrawTexivOES ( const GLint *coords ) 207 public static native void glDrawTexivOES( method in class:GLES11Ext 212 // C function void glDrawTexivOES ( const GLint *coords ) 214 public static native void glDrawTexivOES( method in class:GLES11Ext
|
H A D | GLErrorWrapper.java | 897 public void glDrawTexivOES(int[] coords, int offset) { method in class:GLErrorWrapper 899 mgl11Ext.glDrawTexivOES(coords, offset); 903 public void glDrawTexivOES(IntBuffer coords) { method in class:GLErrorWrapper 905 mgl11Ext.glDrawTexivOES(coords);
|
H A D | GLLogWrapper.java | 2668 public void glDrawTexivOES(int[] coords, int offset) { method in class:GLLogWrapper 2669 begin("glDrawTexivOES"); 2673 mgl11Ext.glDrawTexivOES(coords, offset); 2677 public void glDrawTexivOES(IntBuffer coords) { method in class:GLLogWrapper 2678 begin("glDrawTexivOES"); 2681 mgl11Ext.glDrawTexivOES(coords);
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
H A D | checks.spec | 31 glDrawTexivOES check coords 5
|
H A D | GLES11Ext.spec | 8 void glDrawTexivOES ( const GLint *coords )
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 1760 // C function void glDrawTexivOES ( const GLint *coords ) 1762 public native void glDrawTexivOES( method in class:GLImpl 1767 // C function void glDrawTexivOES ( const GLint *coords ) 1769 public native void glDrawTexivOES( method in class:GLImpl
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 277 /* void glDrawTexivOES ( const GLint *coords ) */ 302 glDrawTexivOES( 313 /* void glDrawTexivOES ( const GLint *coords ) */ 326 glDrawTexivOES( 2393 {"glDrawTexivOES", "([II)V", (void *) android_glDrawTexivOES___3II }, 2394 {"glDrawTexivOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexivOES__Ljava_nio_IntBuffer_2 },
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 5941 /* void glDrawTexivOES ( const GLint *coords ) */ 5966 glDrawTexivOES( 5977 /* void glDrawTexivOES ( const GLint *coords ) */ 5990 glDrawTexivOES( 7506 {"glDrawTexivOES", "([II)V", (void *) android_glDrawTexivOES___3II }, 7507 {"glDrawTexivOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glDrawTexivOES__Ljava_nio_IntBuffer_2 },
|
/frameworks/base/opengl/include/GLES/ |
H A D | glext.h | 484 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
|
/frameworks/base/opengl/libagl/ |
H A D | texture.cpp | 1560 void glDrawTexivOES(const GLint* coords) {
|
H A D | egl.cpp | 873 { "glDrawTexivOES", 874 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES },
|