Searched refs:msgVbo (Results 1 – 1 of 1) sorted by relevance
53 StringBuilder msgVbo = new StringBuilder(); in testVboWithVaryingIndexBufferNumbers() local56 msgVbo.append("Vbo "); in testVboWithVaryingIndexBufferNumbers()60 msgVbo.append(fpsVbo[i]).append(" "); in testVboWithVaryingIndexBufferNumbers()64 Log.i(TAG, msgVbo.toString()); in testVboWithVaryingIndexBufferNumbers()72 assertTrue("VBO performance worse than non-VBO " + msgVbo + msgNonVbo, delta > 0f); in testVboWithVaryingIndexBufferNumbers()74 "Too much FPS drop for VBO case " + msgVbo, in testVboWithVaryingIndexBufferNumbers()