Searched defs:glDrawElements (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/libagl/
H A Darray.cpp1389 void glDrawElements( function
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp191 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java242 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
244 public static native void glDrawElements( method in class:GLES11
H A DGLErrorWrapper.java261 public void glDrawElements(int mode, int count, int type, Buffer indices) { method in class:GLErrorWrapper
263 mgl.glDrawElements(mode, count, type, indices);
1003 public void glDrawElements(int mode, int count, int type, int offset) { method in class:GLErrorWrapper
1005 mgl11.glDrawElements(mode, count, type, offset);
H A DGLES10.java534 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
536 public static native void glDrawElements( method in class:GLES10
H A DGLLogWrapper.java1529 public void glDrawElements(int mode, int count, int type, Buffer indices) { method in class:GLLogWrapper
1530 begin("glDrawElements");
1543 mgl.glDrawElements(mode, count, type, indices);
3345 public void glDrawElements(int mode, int count, int type, int offset) { method in class:GLLogWrapper
3346 begin("glDrawElements");
3352 mgl11.glDrawElements(mode, count, type, offset);
H A DGLES20.java677 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
679 public static native void glDrawElements( method in class:GLES20
686 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
688 public static native void glDrawElements( method in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java213 void glDrawElements( method in interface:GL11
H A DGL10.java439 void glDrawElements( method in interface:GL10
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java348 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
350 public native void glDrawElements( method in class:GLImpl
1254 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
1256 public native void glDrawElements( method in class:GLImpl

Completed in 278 milliseconds