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/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.spec7 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.cpp271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices); in render()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_context.cpp207 || func == GLMessage::glDrawElements) { in traceGLMessage()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java213 void glDrawElements( in glDrawElements() method
DGL10.java439 void glDrawElements( in glDrawElements() method
/frameworks/base/opengl/java/android/opengl/
DGLES20.java675 public static native void glDrawElements( in glDrawElements() method in GLES20
684 public static native void glDrawElements( in glDrawElements() method in GLES20
DGLES11.java244 public static native void glDrawElements( in glDrawElements() method in GLES11
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/angeles/
DREADME.txt47 for example by changing the code to use glDrawElements
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp362 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_trace/
Dgltrace.proto112 glDrawElements = 86; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in205 void API_ENTRY(glDrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) {
206 CALL_GL_API(glDrawElements, mode, count, type, indices);
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in124 void API_ENTRY(glDrawElements)(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) {
125 CALL_GL_API(glDrawElements, mode, count, type, indices);

12