Searched refs:glDrawElements (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGroup.java143 gl.glDrawElements(gl.GL_TRIANGLES,
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 DGLWrapperBase.java80 public void glDrawElements(int mode, int count, int type, int offset) { method in class:GLWrapperBase
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 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);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
H A Dchecks.spec7 glDrawElements check_AIOOBE indices count
H A DGLES10.spec30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
/frameworks/base/opengl/tests/tritex/
H A Dtritex.c1 // Calls glDrawElements() the number of times specified by
267 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
/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
/frameworks/base/opengl/include/GLES/
H A Dgl.h662 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h502 GLAPI void APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
/frameworks/base/opengl/libagl/
H A Darray.cpp1378 void glDrawElements( function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp553 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
566 glDrawElements(
3465 {"glDrawElements", "(IIILjava/nio/Buffer;)V", (void *) android_glDrawElements__IIILjava_nio_Buffer_2 },
H A Dandroid_opengl_GLES11.cpp366 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) */
370 glDrawElements(
2400 {"glDrawElements", "(IIII)V", (void *) android_glDrawElements__IIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp588 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
601 glDrawElements(
3835 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset ) */
3839 glDrawElements(
6426 {"glDrawElements", "(IIILjava/nio/Buffer;)V", (void *) android_glDrawElements__IIILjava_nio_Buffer_2 },
6532 {"glDrawElements", "(IIII)V", (void *) android_glDrawElements__IIII },

Completed in 67 milliseconds