/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 | 84 glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOESBounds()
|
D | glext_api.in | 298 void API_ENTRY(glWeightPointerOES)(GLint size, GLenum type, GLsizei stride, const void * pointer) { 299 CALL_GL_API(glWeightPointerOES, size, type, stride, 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
|
D | GLLogWrapper.java | 3430 public void glWeightPointerOES(int size, int type, int stride, in glWeightPointerOES() method in GLLogWrapper 3435 mgl11Ext.glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOES() 3439 public void glWeightPointerOES(int size, int type, int stride, int offset) { in glWeightPointerOES() method in GLLogWrapper 3446 mgl11Ext.glWeightPointerOES(size, type, stride, offset); in glWeightPointerOES()
|
/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/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 403 glWeightPointerOES = 375; enumerator
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 810 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 732 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const void * pointer)
|
D | trace.in | 732 TRACE_GL_VOID(glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const void * pointer), …
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 7235 glWeightPointerOES( in android_glWeightPointerOES__IIII()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 30271 glmsg.set_function(GLMessage::glWeightPointerOES); in GLTrace_glWeightPointerOES() 30300 glContext->hooks->gl.glWeightPointerOES(size, type, stride, pointer); in GLTrace_glWeightPointerOES()
|
/frameworks/base/api/ |
D | current.txt | 20800 method public static void glWeightPointerOES(int, int, int, java.nio.Buffer); 55150 method public abstract void glWeightPointerOES(int, int, int, java.nio.Buffer); 55151 method public abstract void glWeightPointerOES(int, int, int, int);
|
D | system-current.txt | 22744 method public static void glWeightPointerOES(int, int, int, java.nio.Buffer); 57756 method public abstract void glWeightPointerOES(int, int, int, java.nio.Buffer); 57757 method public abstract void glWeightPointerOES(int, int, int, int);
|