Searched refs:glWeightPointerOES (Results 1 - 12 of 12) 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.cpp83 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/base/libs/hwui/debug/
H A Dgles_redefine.h914 #define glWeightPointerOES wrap_glWeightPointerOE macro
H A Dgles_undefine.h913 #undef glWeightPointerOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h373 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *pointer);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp7664 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer ) */
7694 /* void glWeightPointerOES ( GLint size, GLenum type, GLsizei stride, GLint offset ) */
7698 glWeightPointerOES(
9303 {"glWeightPointerOES", "(IIII)V", (void *) android_glWeightPointerOES__IIII },
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 401 milliseconds