HomeSort by relevance Sort by last modified time
    Searched refs:mSetUpTimes (Results 1 - 6 of 6) sorted by null

  /cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h 30 double mSetUpTimes[4];
ReferenceRenderer.cpp 33 mSetUpTimes[i] = 0;
40 mSetUpTimes[0] = GLUtils::currentTimeMillis() - start;
60 mSetUpTimes[i] += times[i] - times[i - 1];
GLReference.cpp 40 setUpTimes, 0, ReferenceRenderer::NUM_SETUP_TIMES, renderer->mSetUpTimes);
  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceActivity.java 31 public double[] mSetUpTimes;
69 mSetUpTimes = data.getDoubleArrayExtra(GLGameActivity.SET_UP_TIME);
GLGameActivity.java 45 private double[] mSetUpTimes;
81 intent.putExtra(SET_UP_TIME, mSetUpTimes);
123 mSetUpTimes = new double[4];
131 mSetUpTimes,
GLReferenceBenchmark.java 53 double[] setUpTimes = activity.mSetUpTimes;

Completed in 75 milliseconds