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

  /cts/tests/openglperf2/src/android/opengl2/cts/reference/
GLReferenceActivity.java 32 public double[] mUpdateTimes;
70 mUpdateTimes = data.getDoubleArrayExtra(GLGameActivity.UPDATE_TIMES);
GLGameActivity.java 46 private double[] mUpdateTimes;
82 intent.putExtra(UPDATE_TIMES, mUpdateTimes);
125 mUpdateTimes = new double[mNumFrames];
132 mUpdateTimes,
GLReferenceBenchmark.java 54 double[] updateTimes = activity.mUpdateTimes;

Completed in 70 milliseconds