Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 4 of 4) 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/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()