Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 15 of 15) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCube.java55 byte indices[] = { in Cube()
84 mIndexBuffer = ByteBuffer.allocateDirect(indices.length); in Cube()
85 mIndexBuffer.put(indices); in Cube()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DRotationVectorDemo.java177 final byte indices[] = { in Cube()
198 mIndexBuffer = ByteBuffer.allocateDirect(indices.length); in Cube()
199 mIndexBuffer.put(indices); in Cube()
/development/samples/Compass/src/com/example/android/compass/
DCompassActivity.java177 byte indices[] = { 0, 1, 0, 2, 0, 3 }; in onSurfaceCreated()
200 mIndexBuffer = ByteBuffer.allocateDirect(indices.length); in onSurfaceCreated()
201 mIndexBuffer.put(indices); in onSurfaceCreated()
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
Dkvm.h202 __u32 indices[0]; member
/development/ndk/platforms/android-L/arch-x86/include/asm/
Dkvm.h202 __u32 indices[0]; member
/development/ndk/sources/android/ndk_helper/
Dgl3stub.h393 …ements) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices);
461 …ementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instance…
Dgl3stub.c179 const GLvoid* indices );
423 const GLvoid* indices,
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgl3stub.c241 …ements) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices);
309 …ementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instance…
Dgl3stub.h383 …ements) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices);
451 …ementsInstanced) (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instance…
/development/ndk/platforms/android-5/include/GLES2/
Dgl2ext.h629 …mentsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcoun…
632 …EXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcoun…
Dgl2.h515 … GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
/development/ndk/platforms/android-18/include/GLES3/
Dgl3.h848 … GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices);
953 …lements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid* indices);
1021 …lementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid* indices, GLsizei instance…
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java212 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() argument
213 mgl.glDrawElements(mode, count, type, indices); in glDrawElements()
/development/ndk/platforms/android-4/include/GLES/
Dglext.h841 …mentsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcoun…
844 …EXTPROC) (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcoun…
Dgl.h663 …I void GL_APIENTRY glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices);