Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java198 mSpheres[i].getVertices()); in onDrawFrame()
202 mSpheres[i].getVertices().duplicate().position(3)); in onDrawFrame()
398 FloatBuffer vertices = mSpheres[i].getVertices(); in createVbo()
DSphere.java131 public FloatBuffer getVertices() { in getVertices() method in Sphere