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

  /cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h 30 double mSetUpTimes[4];
  /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,

Completed in 82 milliseconds