Searched refs:glWeightPointerOES (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java139 void glWeightPointerOES( method in interface:GL11Ext
146 void glWeightPointerOES( method in interface:GL11Ext
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp84 glWeightPointerOES(size, type, stride, pointer);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec75 void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java914 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
924 public static void glWeightPointerOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1367 public void glWeightPointerOES(int size, int type, int stride, method in class:GLErrorWrapper
1370 mgl11Ext.glWeightPointerOES(size, type, stride, pointer);
1374 public void glWeightPointerOES(int size, int type, int stride, int offset) { method in class:GLErrorWrapper
1376 mgl11Ext.glWeightPointerOES(size, type, stride, offset);
H A DGLLogWrapper.java3430 public void glWeightPointerOES(int size, int type, int stride, method in class:GLLogWrapper
3432 begin("glWeightPointerOES");
3435 mgl11Ext.glWeightPointerOES(size, type, stride, pointer);
3439 public void glWeightPointerOES(int size, int type, int stride, int offset) { method in class:GLLogWrapper
3440 begin("glWeightPointerOES");
3446 mgl11Ext.glWeightPointerOES(size, type, stride, offset);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1869 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
1879 public void glWeightPointerOES( method in class:GLImpl
1894 // C function void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset )
1896 public native void glWeightPointerOES( method in class:GLImpl
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto401 glWeightPointerOES = 375;
/frameworks/native/opengl/include/GLES/
H A Dglext.h810 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1207 const GLMessage_Function GLMessage::glWeightPointerOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1555 static const Function glWeightPointerOES = GLMessage_Function_glWeightPointerOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp7203 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
7227 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset ) */
7231 glWeightPointerOES(
8700 {"glWeightPointerOES", "(IIII)V", (void *) android_glWeightPointerOES__IIII },

Completed in 354 milliseconds