Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java88 void glDrawTexsvOES( in glDrawTexsvOES() method
93 void glDrawTexsvOES( in glDrawTexsvOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext7 void glDrawTexsvOES ( const GLshort *coords )
Dglspec-checks30 glDrawTexsvOES check coords 5
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java198 public static native void glDrawTexsvOES( in glDrawTexsvOES() method in GLES11Ext
205 public static native void glDrawTexsvOES( in glDrawTexsvOES() method in GLES11Ext
DGLErrorWrapper.java916 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in GLErrorWrapper
918 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
922 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in GLErrorWrapper
924 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec41 glDrawTexsvOES check coords 5
DGLES11Ext.spec7 void glDrawTexsvOES ( const GLshort *coords )
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt71 glDrawTexsvOES;
Dentries.in225 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1786 public native void glDrawTexsvOES( in glDrawTexsvOES() method in GLImpl
1793 public native void glDrawTexsvOES( in glDrawTexsvOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in25 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
26 CALL_GL_API(glDrawTexsvOES, coords);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h230 #define glDrawTexsvOES wrap_glDrawTexsvOES macro
Dgles_undefine.h229 #undef glDrawTexsvOES
/frameworks/native/opengl/include/GLES/
Dglext.h143 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp561 glDrawTexsvOES( in android_glDrawTexsvOES___3SI()
604 glDrawTexsvOES( in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp7456 glDrawTexsvOES( in android_glDrawTexsvOES___3SI()
7499 glDrawTexsvOES( in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp1542 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES() function
Degl.cpp872 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19477 method public static void glDrawTexsvOES(short[], int);
19478 method public static void glDrawTexsvOES(java.nio.ShortBuffer);
52374 method public abstract void glDrawTexsvOES(short[], int);
52375 method public abstract void glDrawTexsvOES(java.nio.ShortBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28364 Landroid/opengl/GLES11Ext;->glDrawTexsvOES(Ljava/nio/ShortBuffer;)V
28365 Landroid/opengl/GLES11Ext;->glDrawTexsvOES([SI)V
72396 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexsvOES(Ljava/nio/ShortBuffer;)V
72397 Ljavax/microedition/khronos/opengles/GL11Ext;->glDrawTexsvOES([SI)V
Dboot-image-profile.txt51197 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexsvOES(Ljava/nio/ShortBuffer;)V
51198 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glDrawTexsvOES([SI)V
/frameworks/base/api/
Dcurrent.txt29904 method public static void glDrawTexsvOES(short[], int);
29905 method public static void glDrawTexsvOES(java.nio.ShortBuffer);
71973 method public abstract void glDrawTexsvOES(short[], int);
71974 method public abstract void glDrawTexsvOES(java.nio.ShortBuffer);