Searched defs:numFrames (Results 1 – 6 of 6) sorted by relevance
/cts/suite/cts/deviceTests/opengl/jni/reference/ |
D | GLReference.cpp | 26 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/ |
D | GLPrimitiveBenchmark.java | 111 private void runBenchmark(BenchmarkName benchmark, boolean offscreen, int numFrames, in runBenchmark()
|
D | GLPrimitiveActivity.java | 108 private static native boolean startBenchmark(int workload, int numFrames, double[] frameTimes); in startBenchmark()
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/ |
D | GLPrimitive.cpp | 42 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/ |
D | GLGameActivity.java | 92 int numFrames, in startBenchmark()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | ReprocessCaptureTest.java | 998 int numFrames = EDGE_MODES.length; in testReprocessRequestKeys() local
|