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

12

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCube.java94 gl.glDrawElements(GL10.GL_TRIANGLES, 36, GL10.GL_UNSIGNED_BYTE, mIndexBuffer);
/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.spec34 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.cpp248 || func == GLMessage::glDrawElements) {
/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
272 glDrawElements(GL_TRIANGLES, nelem*quads, 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.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
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/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp363 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1171 DRAW_DOUBLE_STENCIL(glDrawElements(GL_TRIANGLES, numQuads * 6,
1179 DRAW_DOUBLE_STENCIL(glDrawElements(GL_TRIANGLES, numQuads * 6,
1266 glDrawElements(GL_TRIANGLES, drawCount, GL_UNSIGNED_SHORT, NULL);
2376 glDrawElements(GL_TRIANGLE_STRIP, ONE_POLY_RING_SHADOW_INDEX_COUNT, GL_UNSIGNED_SHORT, 0);
2379 glDrawElements(GL_TRIANGLE_STRIP, TWO_POLY_RING_SHADOW_INDEX_COUNT, GL_UNSIGNED_SHORT, 0);
2382 glDrawElements(GL_TRIANGLE_STRIP, vertexBuffer.getIndexCount(), GL_UNSIGNED_SHORT,
2958 glDrawElements(GL_TRIANGLES, drawCount, GL_UNSIGNED_SHORT, NULL));
3348 glDrawElements(drawMode, elementsCount, GL_UNSIGNED_SHORT, NULL);
H A DFontRenderer.cpp522 glDrawElements(GL_TRIANGLES, texture->meshElementCount(),
/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/native/opengl/libs/GLES_trace/
H A Dgltrace.proto112 glDrawElements = 86;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java745 GLES20.glDrawElements(GLES20.GL_TRIANGLE_STRIP, indexCount, GLES20.GL_UNSIGNED_BYTE, 0);
/frameworks/native/opengl/include/GLES/
H A Dgl.h663 GL_API void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);

Completed in 418 milliseconds

12