Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGlVboPerfTest.java43 float[] fpsVbo = new float[numIndexBuffers.length]; in testVboWithVaryingIndexBufferNumbers() local
48 fpsVbo[i] = mFps; in testVboWithVaryingIndexBufferNumbers()
60 msgVbo.append(fpsVbo[i]).append(" "); in testVboWithVaryingIndexBufferNumbers()
67 float[] minMaxVbo = findMinMax(fpsVbo); in testVboWithVaryingIndexBufferNumbers()
123 float fpsVbo = mFps; in doRunVboVsNonVboPerfTest() local
130 float delta = fpsVbo - (1f - FPS_COMPARISON_MARGIN) * mFps; in doRunVboVsNonVboPerfTest()
132 testMsg.append("VBO performance worse than non-VBO ").append(fpsVbo).append(" "); in doRunVboVsNonVboPerfTest()