Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGlVboPerfTest.java30 private static final float FPS_COMPARISON_MARGIN = 0.3f; field in GlVboPerfTest
70 float delta = minMaxVbo[1] - (1f - FPS_COMPARISON_MARGIN) in testVboWithVaryingIndexBufferNumbers()
130 float delta = fpsVbo - (1f - FPS_COMPARISON_MARGIN) * mFps; in doRunVboVsNonVboPerfTest()