Home
last modified time | relevance | path

Searched refs:putIndices (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLShape.java37 public void putIndices(ShortBuffer buffer) { in putIndices() method in GLShape
41 face.putIndices(buffer); in putIndices()
DGLFace.java76 public void putIndices(ShortBuffer buffer) { in putIndices() method in GLFace
DGLWorld.java57 shape.putIndices(mIndexBuffer); in generate()