Searched refs:mRenderTimes (Results 1 – 3 of 3) sorted by relevance
47 private double[] mRenderTimes; field in GLGameActivity83 intent.putExtra(RENDER_TIMES, mRenderTimes); in onCreate()127 mRenderTimes = new double[mNumFrames]; in run()133 mRenderTimes); in run()
33 public double[] mRenderTimes; field in GLReferenceActivity71 mRenderTimes = data.getDoubleArrayExtra(GLGameActivity.RENDER_TIMES); in onActivityResult()
55 double[] renderTimes = activity.mRenderTimes; in testReferenceBenchmark()