Home
last modified time | relevance | path

Searched defs:numFrames (Results 1 – 6 of 6) sorted by relevance

/cts/suite/cts/deviceTests/opengl/jni/reference/
DGLReference.cpp26 JNIEnv* env, jclass /*clazz*/, jobject assetManager, jobject surface, jint numFrames, in Java_com_android_cts_opengl_reference_GLGameActivity_startBenchmark()
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
DGLPrimitiveBenchmark.java111 private void runBenchmark(BenchmarkName benchmark, boolean offscreen, int numFrames, in runBenchmark()
DGLPrimitiveActivity.java108 private static native boolean startBenchmark(int workload, int numFrames, double[] frameTimes); in startBenchmark()
/cts/suite/cts/deviceTests/opengl/jni/primitive/
DGLPrimitive.cpp42 JNIEnv* env, jclass /*clazz*/, jint workload, jint numFrames, jdoubleArray frameTimes) { in Java_com_android_cts_opengl_primitive_GLPrimitiveActivity_startBenchmark()
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
DGLGameActivity.java92 int numFrames, in startBenchmark()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DReprocessCaptureTest.java998 int numFrames = EDGE_MODES.length; in testReprocessRequestKeys() local