Home
last modified time | relevance | path

Searched refs:glDrawElements (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/rs/driver/
DrsdMeshObj.cpp170 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT, in renderPrimitiveRange()
174 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT, in renderPrimitiveRange()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCube.java94 gl.glDrawElements(GL10.GL_TRIANGLES, 36, GL10.GL_UNSIGNED_BYTE, mIndexBuffer); in draw()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp373 glDrawElements(mesh.primitiveMode, drawCount, GL_UNSIGNED_SHORT, nullptr); in render()
378 glDrawElements(mesh.primitiveMode, mesh.elementCount, GL_UNSIGNED_SHORT, indices.indices); in render()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java157 gl.glDrawElements(GL10.GL_TRIANGLE_STRIP, VERTS, in draw()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11.spec9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
Dchecks.spec36 glDrawElements check_AIOOBE indices count
DGLES20.spec42 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
43 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
DGLES10.spec30 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.19 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
Dglspec-checks5 glDrawElements check_AIOOBE indices count
Dglspec-1.030 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp177 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, quadIndices); in Java_com_android_gljni_GLJNILib_step()
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java218 gl11.glDrawElements(GL10.GL_TRIANGLES, mIndexCount, GL10.GL_UNSIGNED_SHORT, 0); in draw()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp272 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java213 void glDrawElements( in glDrawElements() method
DGL10.java439 void glDrawElements( in glDrawElements() method
/frameworks/native/opengl/tests/angeles/
DREADME.txt47 for example by changing the code to use glDrawElements
/frameworks/base/opengl/java/android/opengl/
DGLES11.java244 public static native void glDrawElements( in glDrawElements() method in GLES11
DGLES20.java679 public static native void glDrawElements( in glDrawElements() method in GLES20
688 public static native void glDrawElements( in glDrawElements() method in GLES20
DGLErrorWrapper.java261 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() method in GLErrorWrapper
263 mgl.glDrawElements(mode, count, type, indices); in glDrawElements()
1003 public void glDrawElements(int mode, int count, int type, int offset) { in glDrawElements() method in GLErrorWrapper
1005 mgl11.glDrawElements(mode, count, type, offset); in glDrawElements()
DGLES10.java536 public static native void glDrawElements( in glDrawElements() method in GLES10
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp363 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java350 public native void glDrawElements( in glDrawElements() method in GLImpl
1256 public native void glDrawElements( in glDrawElements() method in GLImpl
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in205 void API_ENTRY(glDrawElements)(GLenum mode, GLsizei count, GLenum type, const void *indices) {
206 CALL_GL_API(glDrawElements, mode, count, type, indices);
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp202 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void *indices) {} in glDrawElements() function

12