Searched defs:workload (Results 1 – 8 of 8) sorted by relevance
| /cts/suite/cts/deviceTests/opengl/jni/primitive/ |
| D | GLPrimitive.cpp | 73 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { in Java_com_android_cts_opengl_primitive_GLPrimitiveActivity_setupFullPipelineBenchmark() 80 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { in Java_com_android_cts_opengl_primitive_GLPrimitiveActivity_setupPixelOutputBenchmark() 87 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { in Java_com_android_cts_opengl_primitive_GLPrimitiveActivity_setupShaderPerfBenchmark() 94 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { in Java_com_android_cts_opengl_primitive_GLPrimitiveActivity_setupContextSwitchBenchmark()
|
| /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/ |
| D | GLPrimitiveActivity.java | 106 Surface surface, boolean offscreen, int workload); in setupFullPipelineBenchmark() 109 Surface surface, boolean offscreen, int workload); in setupPixelOutputBenchmark() 112 Surface surface, boolean offscreen, int workload); in setupShaderPerfBenchmark() 115 Surface surface, boolean offscreen, int workload); in setupContextSwitchBenchmark() 143 int workload = i + 1; in run() local
|
| /cts/suite/cts/deviceTests/opengl/jni/primitive/pixeloutput/ |
| D | PixelOutputRenderer.cpp | 53 PixelOutputRenderer::PixelOutputRenderer(ANativeWindow* window, bool offscreen, int workload) : in PixelOutputRenderer()
|
| /cts/tests/sample/src/android/sample/cts/ |
| D | SampleDeviceResultTest.java | 109 private void runTest(MeasureRun workload) throws Exception { in runTest()
|
| /cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ |
| D | ContextSwitchRenderer.cpp | 77 ContextSwitchRenderer::ContextSwitchRenderer(ANativeWindow* window, bool offscreen, int workload) : in ContextSwitchRenderer()
|
| /cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/ |
| D | ShaderPerfRenderer.cpp | 94 ShaderPerfRenderer::ShaderPerfRenderer(ANativeWindow* window, bool offscreen, int workload) : in ShaderPerfRenderer()
|
| /cts/suite/cts/deviceTests/opengl/jni/graphics/ |
| D | Renderer.cpp | 81 Renderer::Renderer(ANativeWindow* window, bool offscreen, int workload) : in Renderer()
|
| /cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/ |
| D | FullPipelineRenderer.cpp | 94 FullPipelineRenderer::FullPipelineRenderer(ANativeWindow* window, bool offscreen, int workload) : in FullPipelineRenderer()
|