Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DEventOrderingVerificationTest.java66 List<Integer> indices = getIndices(stats); in testSingleOutofOrder()
83 List<Integer> indices = getIndices(stats); in testMultipleOutOfOrder()
106 private List<Integer> getIndices(SensorStats stats) { in getIndices() method in EventOrderingVerificationTest
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DSphere.java139 public ShortBuffer[] getIndices() { in getIndices() method in Sphere
DPlanetsRenderer.java205 ShortBuffer[] indices = mSpheres[i].getIndices(); in onDrawFrame()
409 ShortBuffer[] indices = mSpheres[i].getIndices(); in createVbo()