Searched refs:msgNonVbo (Results 1 – 1 of 1) sorted by relevance
54 StringBuilder msgNonVbo = new StringBuilder(); in testVboWithVaryingIndexBufferNumbers() local57 msgNonVbo.append("Non-Vbo "); in testVboWithVaryingIndexBufferNumbers()61 msgNonVbo.append(fpsNonVbo[i]).append(" "); in testVboWithVaryingIndexBufferNumbers()65 Log.i(TAG, msgNonVbo.toString()); in testVboWithVaryingIndexBufferNumbers()72 assertTrue("VBO performance worse than non-VBO " + msgVbo + msgNonVbo, delta > 0f); in testVboWithVaryingIndexBufferNumbers()77 "Too much FPS drop for No VBO case " + msgNonVbo, in testVboWithVaryingIndexBufferNumbers()