Searched refs:VERTS (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java121 ByteBuffer vbb = ByteBuffer.allocateDirect(VERTS * 3 * 4);
125 ByteBuffer tbb = ByteBuffer.allocateDirect(VERTS * 2 * 4);
128 ByteBuffer ibb = ByteBuffer.allocateDirect(VERTS * 2);
140 for (int i = 0; i < VERTS; i++) {
146 for(int i = 0; i < VERTS; i++) {
157 gl.glDrawElements(GL10.GL_TRIANGLE_STRIP, VERTS,
161 private final static int VERTS = 3; field in class:Triangle

Completed in 702 milliseconds