Home
last modified time | relevance | path

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

123

/frameworks/rs/driver/
DrsdMeshObj.cpp174 RSD_CALL_GL(glDrawElements, mGLPrimitives[primIndex], len, GL_UNSIGNED_SHORT, in renderPrimitiveRange()
178 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/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/libs/
DlibGLESv2.map.txt56 glDrawElements;
DlibGLESv1_CM.map.txt65 glDrawElements;
DlibGLESv3.map.txt106 glDrawElements;
/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
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp182 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.cpp268 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElements);
362 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawElements); in init_stub_library()
Dstubs_arm.cc82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glDrawElements);
362 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glDrawElements); in init_stub_library()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java213 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.java681 public static native void glDrawElements( in glDrawElements() method in GLES20
690 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()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java353 public native void glDrawElements( in glDrawElements() method in GLImpl
1259 public native void glDrawElements( in glDrawElements() method in GLImpl
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp391 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DSwarm.java178 GLES20.glDrawElements( in draw()

123