/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 88 void glDrawTexsvOES( in glDrawTexsvOES() method 93 void glDrawTexsvOES( in glDrawTexsvOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 7 void glDrawTexsvOES ( const GLshort *coords )
|
D | glspec-checks | 30 glDrawTexsvOES check coords 5
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 198 public static native void glDrawTexsvOES( in glDrawTexsvOES() method in GLES11Ext 205 public static native void glDrawTexsvOES( in glDrawTexsvOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 916 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()
|
D | GLLogWrapper.java | 2698 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in GLLogWrapper 2703 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES() 2707 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in GLLogWrapper 2711 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 41 glDrawTexsvOES check coords 5
|
D | GLES11Ext.spec | 7 void glDrawTexsvOES ( const GLshort *coords )
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1786 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/ |
D | glext_api.in | 25 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) { 26 CALL_GL_API(glDrawTexsvOES, coords);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 232 #define glDrawTexsvOES wrap_glDrawTexsvOES macro
|
D | unwrap_gles.h | 232 #undef glDrawTexsvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 549 glDrawTexsvOES( in android_glDrawTexsvOES___3SI() 586 glDrawTexsvOES( in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7017 glDrawTexsvOES( in android_glDrawTexsvOES___3SI() 7054 glDrawTexsvOES( in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1555 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES() function
|
D | egl.cpp | 860 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
|
/frameworks/native/opengl/libs/ |
D | entries.in | 213 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19477 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/api/ |
D | current.txt | 25987 method public static void glDrawTexsvOES(short[], int); 25988 method public static void glDrawTexsvOES(java.nio.ShortBuffer); 63246 method public abstract void glDrawTexsvOES(short[], int); 63247 method public abstract void glDrawTexsvOES(java.nio.ShortBuffer);
|
D | system-current.txt | 28427 method public static void glDrawTexsvOES(short[], int); 28428 method public static void glDrawTexsvOES(java.nio.ShortBuffer); 66603 method public abstract void glDrawTexsvOES(short[], int); 66604 method public abstract void glDrawTexsvOES(java.nio.ShortBuffer);
|
D | test-current.txt | 26056 method public static void glDrawTexsvOES(short[], int); 26057 method public static void glDrawTexsvOES(java.nio.ShortBuffer); 63326 method public abstract void glDrawTexsvOES(short[], int); 63327 method public abstract void glDrawTexsvOES(java.nio.ShortBuffer);
|