Home
last modified time | relevance | path

Searched defs:glWeightPointerOES (Results 1 – 8 of 8) 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/base/opengl/java/android/opengl/
DGLErrorWrapper.java1367 public void glWeightPointerOES(int size, int type, int stride, in glWeightPointerOES() method in GLErrorWrapper
1374 public void glWeightPointerOES(int size, int type, int stride, int offset) { in glWeightPointerOES() method in GLErrorWrapper
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
3439 public void glWeightPointerOES(int size, int type, int stride, int offset) { in glWeightPointerOES() method in GLLogWrapper
/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/
Dgltrace.proto401 glWeightPointerOES = 375; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1207 const GLMessage_Function GLMessage::glWeightPointerOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1555 static const Function glWeightPointerOES = GLMessage_Function_glWeightPointerOES; variable