Searched refs:vertices (Results 1 – 3 of 3) sorted by relevance
33 int vertices[] = { in Cube() local72 ByteBuffer vbb = ByteBuffer.allocateDirect(vertices.length*4); in Cube()75 mVertexBuffer.put(vertices); in Cube()
163 final float vertices[] = { in Cube() local186 ByteBuffer vbb = ByteBuffer.allocateDirect(vertices.length*4); in Cube()189 mVertexBuffer.put(vertices); in Cube()
165 float vertices[] = { in onSurfaceCreated() local188 vbb = ByteBuffer.allocateDirect(vertices.length*4); in onSurfaceCreated()191 mVertexBuffer.put(vertices); in onSurfaceCreated()