Home
last modified time | relevance | path

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

/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceBenchmark.java54 double[] updateTimes = activity.mUpdateTimes; in testReferenceBenchmark() local
58 double updateSum = updateTimes[0]; in testReferenceBenchmark()
61 updateSum += updateTimes[i + 1]; in testReferenceBenchmark()
DGLGameActivity.java95 double[] updateTimes, in startBenchmark() argument
/cts/tests/openglperf2/jni/reference/
DGLReference.cpp27 jdoubleArray setUpTimes, jdoubleArray updateTimes, jdoubleArray renderTimes) { in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark() argument
54 env->SetDoubleArrayRegion(updateTimes, 0, numFrames, updates); in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark()