Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGlVboPerfTest.java67 float[] minMaxVbo = findMinMax(fpsVbo); in testVboWithVaryingIndexBufferNumbers()
68 float[] minMaxNonVbo = findMinMax(fpsNonVbo); in testVboWithVaryingIndexBufferNumbers()
137 private float[] findMinMax(float[] data) { in findMinMax() method in GlVboPerfTest