Searched refs:findMinMax (Results 1 – 1 of 1) sorted by relevance
67 float[] minMaxVbo = findMinMax(fpsVbo); in testVboWithVaryingIndexBufferNumbers()68 float[] minMaxNonVbo = findMinMax(fpsNonVbo); in testVboWithVaryingIndexBufferNumbers()137 private float[] findMinMax(float[] data) { in findMinMax() method in GlVboPerfTest