Home
last modified time | relevance | path

Searched refs:mSetUpTimes (Results 1 – 6 of 6) sorted by relevance

/cts/tests/openglperf2/jni/reference/
DReferenceRenderer.cpp33 mSetUpTimes[i] = 0; in setUp()
40 mSetUpTimes[0] = GLUtils::currentTimeMillis() - start; in setUp()
60 mSetUpTimes[i] += times[i] - times[i - 1]; in setUp()
DReferenceRenderer.h30 double mSetUpTimes[4]; variable
DGLReference.cpp40 setUpTimes, 0, ReferenceRenderer::NUM_SETUP_TIMES, renderer->mSetUpTimes); in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLGameActivity.java45 private double[] mSetUpTimes; field in GLGameActivity
81 intent.putExtra(SET_UP_TIME, mSetUpTimes); in onCreate()
123 mSetUpTimes = new double[4]; in run()
131 mSetUpTimes, in run()
DGLReferenceActivity.java31 public double[] mSetUpTimes; field in GLReferenceActivity
69 mSetUpTimes = data.getDoubleArrayExtra(GLGameActivity.SET_UP_TIME); in onActivityResult()
DGLReferenceBenchmark.java53 double[] setUpTimes = activity.mSetUpTimes; in testReferenceBenchmark()