Home
last modified time | relevance | path

Searched defs:glDrawElements (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java213 void glDrawElements( in glDrawElements() method
DGL10.java439 void glDrawElements( in glDrawElements() method
/frameworks/base/opengl/java/android/opengl/
DGLES11.java244 public static native void glDrawElements( in glDrawElements() method in GLES11
DGLErrorWrapper.java261 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() method in GLErrorWrapper
1003 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() method in GLErrorWrapper
DGLES20.java679 public static native void glDrawElements( in glDrawElements() method in GLES20
688 public static native void glDrawElements( in glDrawElements() method in GLES20
DGLLogWrapper.java1529 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() method in GLLogWrapper
3345 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() method in GLLogWrapper
DGLES10.java536 public static native void glDrawElements( in glDrawElements() method in GLES10
/frameworks/native/opengl/libagl/
Darray.cpp1389 void glDrawElements( in glDrawElements() function
/frameworks/base/libs/hwui/tests/
Dnullgles.cpp191 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) {} in glDrawElements() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java350 public native void glDrawElements( in glDrawElements() method in GLImpl
1256 public native void glDrawElements( in glDrawElements() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto114 glDrawElements = 86; enumerator