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

/frameworks/base/opengl/java/android/opengl/
H A DGLWrapperBase.java80 public void glDrawElements(int mode, int count, int type, int offset) { method in class:GLWrapperBase
H A DGLES11.java241 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
243 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);
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);
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
/frameworks/base/opengl/libagl/
H A Darray.cpp1394 void glDrawElements( function
/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.java338 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
340 public native void glDrawElements( method in class:GLImpl
1244 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
1246 public native void glDrawElements( method in class:GLImpl

Completed in 468 milliseconds