Home
last modified time | relevance | path

Searched refs:glWeightPointerOES (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java139 void glWeightPointerOES( in glWeightPointerOES() method
146 void glWeightPointerOES( in glWeightPointerOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext15 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/
Dgl.cpp84 glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOESBounds()
Dglext_api.in298 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/
DGLES11Ext.spec75 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java1367 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()
DGLES11Ext.java924 public static void glWeightPointerOES( in glWeightPointerOES() method in GLES11Ext
DGLLogWrapper.java3430 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/
DGLImpl.java1879 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/
Dgltrace.proto403 glWeightPointerOES = 375; enumerator
/frameworks/native/opengl/include/GLES/
Dglext.h810 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
/frameworks/native/opengl/libs/
Dentries.in732 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const void * pointer)
Dtrace.in732 TRACE_GL_VOID(glWeightPointerOES, (GLint size, GLenum type, GLsizei stride, const void * pointer), …
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp7235 glWeightPointerOES( in android_glWeightPointerOES__IIII()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp30271 glmsg.set_function(GLMessage::glWeightPointerOES); in GLTrace_glWeightPointerOES()
30300 glContext->hooks->gl.glWeightPointerOES(size, type, stride, pointer); in GLTrace_glWeightPointerOES()
/frameworks/base/api/
Dcurrent.txt20800 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);
Dsystem-current.txt22744 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);