/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 139 void glWeightPointerOES( in glWeightPointerOES() method 146 void glWeightPointerOES( in glWeightPointerOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 15 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) 16 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 83 glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOESBounds()
|
D | glext_api.in | 229 void API_ENTRY(glWeightPointerOES)(GLint size, GLenum type, GLsizei stride, const void *pointer) { 230 CALL_GL_API(glWeightPointerOES, size, type, stride, pointer);
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 279 glWeightPointerOES;
|
D | entries.in | 1019 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointer)
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 75 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLErrorWrapper.java | 1367 public void glWeightPointerOES(int size, int type, int stride, in glWeightPointerOES() method in GLErrorWrapper 1370 mgl11Ext.glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOES() 1374 public void glWeightPointerOES(int size, int type, int stride, int offset) { in glWeightPointerOES() method in GLErrorWrapper 1376 mgl11Ext.glWeightPointerOES(size, type, stride, offset); in glWeightPointerOES()
|
D | GLES11Ext.java | 924 public static void glWeightPointerOES( in glWeightPointerOES() method in GLES11Ext
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1879 public void glWeightPointerOES( in glWeightPointerOES() method in GLImpl 1896 public native void glWeightPointerOES( in glWeightPointerOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 914 #define glWeightPointerOES wrap_glWeightPointerOES macro
|
D | gles_undefine.h | 913 #undef glWeightPointerOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 373 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *po…
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 7698 glWeightPointerOES( in android_glWeightPointerOES__IIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19567 method public static void glWeightPointerOES(int, int, int, java.nio.Buffer); 52385 method public abstract void glWeightPointerOES(int, int, int, java.nio.Buffer); 52386 method public abstract void glWeightPointerOES(int, int, int, int);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 28454 Landroid/opengl/GLES11Ext;->glWeightPointerOES(IIILjava/nio/Buffer;)V 72407 Ljavax/microedition/khronos/opengles/GL11Ext;->glWeightPointerOES(IIII)V 72408 Ljavax/microedition/khronos/opengles/GL11Ext;->glWeightPointerOES(IIILjava/nio/Buffer;)V
|
D | boot-image-profile.txt | 51208 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glWeightPointerOES(IIII)V 51209 HSPLjavax/microedition/khronos/opengles/GL11Ext;->glWeightPointerOES(IIILjava/nio/Buffer;)V
|
/frameworks/base/api/ |
D | current.txt | 29994 method public static void glWeightPointerOES(int, int, int, java.nio.Buffer); 71984 method public abstract void glWeightPointerOES(int, int, int, java.nio.Buffer); 71985 method public abstract void glWeightPointerOES(int, int, int, int);
|