Searched defs:glDrawElements (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11.java | 213 void glDrawElements( in glDrawElements() method
|
D | GL10.java | 439 void glDrawElements( in glDrawElements() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11.java | 244 public static native void glDrawElements( in glDrawElements() method in GLES11
|
D | GLErrorWrapper.java | 261 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
|
D | GLES20.java | 679 public static native void glDrawElements( in glDrawElements() method in GLES20 688 public static native void glDrawElements( in glDrawElements() method in GLES20
|
D | GLLogWrapper.java | 1529 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
|
D | GLES10.java | 536 public static native void glDrawElements( in glDrawElements() method in GLES10
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 1389 void glDrawElements( in glDrawElements() function
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 191 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) {} in glDrawElements() function
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 350 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/ |
D | gltrace.proto | 114 glDrawElements = 86; enumerator
|