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.cpp83 glWeightPointerOES(size, type, stride, pointer); in glWeightPointerOESBounds()
Dglext_api.in229 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/
DlibGLESv1_CM.map.txt279 glWeightPointerOES;
Dentries_gles1.in298 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const void *pointer)
Dentries.in1019 GL_ENTRY(void, glWeightPointerOES, GLint size, GLenum type, GLsizei stride, const void *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/base/libs/hwui/debug/
Dgles_undefine.h913 #undef glWeightPointerOES
Dgles_redefine.h914 #define glWeightPointerOES wrap_glWeightPointerOES macro
/frameworks/native/opengl/include/GLES/
Dglext.h373 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *po…
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_GLImpl.cpp7643 glWeightPointerOES( in android_glWeightPointerOES__IIII()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...