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

12

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java157 gl.glDrawElements(GL10.GL_TRIANGLE_STRIP, VERTS,
/frameworks/rs/driver/
H A DrsdMeshObj.cpp170 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT,
174 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT,
/frameworks/native/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 DGLES20.spec42 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
43 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
H A DGLES10.spec30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp215 || func == GLMessage::glDrawElements) {
H A Dgltrace_fixup.cpp419 // when a glDrawElements() call is performed.
618 /* void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) */
625 // The index buffer is either passed in as an argument to the glDrawElements() call,
660 /* void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) */
827 case GLMessage::glDrawElements:
828 /* void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) */
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java218 gl11.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, 0);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp1 // Calls glDrawElements() the number of times specified by
271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto112 glDrawElements = 86;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp362 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
/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 DGLES20.java673 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
675 public static native void glDrawElements( method in class:GLES20
682 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
684 public static native void glDrawElements( method in class:GLES20
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);
/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
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp381 glDrawElements(GL_TRIANGLES, mCurrentQuadIndex * 6, GL_UNSIGNED_SHORT, NULL);
/frameworks/native/opengl/include/GLES/
H A Dgl.h663 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h515 GL_APICALL void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h502 GLAPI void APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);

Completed in 2547 milliseconds

12