Searched refs:renderTimes (Results 1 – 3 of 3) sorted by relevance
55 double[] renderTimes = activity.mRenderTimes; in testReferenceBenchmark() local59 double renderSum = renderTimes[0]; in testReferenceBenchmark()62 renderSum += renderTimes[i + 1]; in testReferenceBenchmark()
96 double[] renderTimes); in startBenchmark() argument
27 jdoubleArray setUpTimes, jdoubleArray updateTimes, jdoubleArray renderTimes) { in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark() argument55 env->SetDoubleArrayRegion(renderTimes, 0, numFrames, renders); in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark()