Searched refs:frameTimes (Results 1 – 2 of 2) sorted by relevance
43 JNIEnv* env, jclass /*clazz*/, jint workload, jint numFrames, jdoubleArray frameTimes) { in Java_android_opengl2_cts_primitive_GLPrimitiveActivity_startBenchmark() argument70 env->SetDoubleArrayRegion(frameTimes, 0, 2, times); in Java_android_opengl2_cts_primitive_GLPrimitiveActivity_startBenchmark()
108 private static native boolean startBenchmark(int workload, int numFrames, double[] frameTimes); in startBenchmark() argument