Searched defs:VERTEX_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java92 final static int VERTEX_SIZE = 3 * FLOAT_SIZE; field in class:TestView.Grid
124 mVertexByteBuffer = ByteBuffer.allocateDirect(VERTEX_SIZE * size)
180 mVertexBuffer.position(index * VERTEX_SIZE / FLOAT_SIZE);
215 gl11.glVertexPointer(3, GL10.GL_FLOAT, VERTEX_SIZE, 0);

Completed in 171 milliseconds