Searched refs:fpsVbo (Results 1 – 1 of 1) sorted by relevance
43 float[] fpsVbo = new float[numIndexBuffers.length]; in testVboWithVaryingIndexBufferNumbers() local48 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() local130 float delta = fpsVbo - (1f - FPS_COMPARISON_MARGIN) * mFps; in doRunVboVsNonVboPerfTest()132 testMsg.append("VBO performance worse than non-VBO ").append(fpsVbo).append(" "); in doRunVboVsNonVboPerfTest()