Home
last modified time | relevance | path

Searched defs:glMatrixIndexPointerOES (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java125 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
132 void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java1353 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLErrorWrapper
1360 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLErrorWrapper
DGLES11Ext.java889 public static void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLES11Ext
DGLLogWrapper.java3409 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLLogWrapper
3418 public void glMatrixIndexPointerOES(int size, int type, int stride, in glMatrixIndexPointerOES() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1835 public void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
1862 public native void glMatrixIndexPointerOES( in glMatrixIndexPointerOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto274 glMatrixIndexPointerOES = 248; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1080 const GLMessage_Function GLMessage::glMatrixIndexPointerOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1428 static const Function glMatrixIndexPointerOES = GLMessage_Function_glMatrixIndexPointerOES; variable