Home
last modified time | relevance | path

Searched refs:squareCoords (Results 1 – 2 of 2) sorted by relevance

/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DSquare.java35 static float squareCoords[] = { field in Square
52 squareCoords.length * 4); in Square()
55 vertexBuffer.put(squareCoords); in Square()
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DSquare.java58 static float squareCoords[] = { field in Square
77 squareCoords.length * 4); in Square()
80 vertexBuffer.put(squareCoords); in Square()