Home
last modified time | relevance | path

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

/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLGameActivity.java46 private double[] mUpdateTimes; field in GLGameActivity
82 intent.putExtra(UPDATE_TIMES, mUpdateTimes); in onCreate()
125 mUpdateTimes = new double[mNumFrames]; in run()
132 mUpdateTimes, in run()
DGLReferenceActivity.java32 public double[] mUpdateTimes; field in GLReferenceActivity
70 mUpdateTimes = data.getDoubleArrayExtra(GLGameActivity.UPDATE_TIMES); in onActivityResult()
DGLReferenceBenchmark.java54 double[] updateTimes = activity.mUpdateTimes; in testReferenceBenchmark()