Searched refs:mUpdateTimes (Results 1 – 3 of 3) sorted by relevance
46 private double[] mUpdateTimes; field in GLGameActivity82 intent.putExtra(UPDATE_TIMES, mUpdateTimes); in onCreate()125 mUpdateTimes = new double[mNumFrames]; in run()132 mUpdateTimes, in run()
32 public double[] mUpdateTimes; field in GLReferenceActivity70 mUpdateTimes = data.getDoubleArrayExtra(GLGameActivity.UPDATE_TIMES); in onActivityResult()
54 double[] updateTimes = activity.mUpdateTimes; in testReferenceBenchmark()