Home
last modified time | relevance | path

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

/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLGameActivity.java47 private double[] mRenderTimes; field in GLGameActivity
83 intent.putExtra(RENDER_TIMES, mRenderTimes); in onCreate()
127 mRenderTimes = new double[mNumFrames]; in run()
133 mRenderTimes); in run()
DGLReferenceActivity.java33 public double[] mRenderTimes; field in GLReferenceActivity
71 mRenderTimes = data.getDoubleArrayExtra(GLGameActivity.RENDER_TIMES); in onActivityResult()
DGLReferenceBenchmark.java55 double[] renderTimes = activity.mRenderTimes; in testReferenceBenchmark()