Home
last modified time | relevance | path

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

/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveActivity.java44 public double[] mFpsValues; field in GLPrimitiveActivity
57 mFpsValues = new double[mNumIterations]; in onCreate()
148 mFpsValues[i] = mNumFrames * 1000.0f / (times[1] - times[0]); in run()
DGLPrimitiveBenchmark.java135 double[] fpsValues = activity.mFpsValues; in runBenchmark()