Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCbGeoUtilsTest.java71 assertEquals(vertices, polygon.getVertices()); in testPolygon()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java201 mSpheres[i].getVertices()); in onDrawFrame()
205 mSpheres[i].getVertices().duplicate().position(3)); in onDrawFrame()
401 FloatBuffer vertices = mSpheres[i].getVertices(); in createVbo()
DSphere.java131 public FloatBuffer getVertices() { in getVertices() method in Sphere