/cts/suite/cts/deviceTests/opengl/jni/primitive/ |
GLPrimitive.cpp | 73 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { 75 ANativeWindow_fromSurface(env, surface), offscreen, workload); 80 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { 82 ANativeWindow_fromSurface(env, surface), offscreen, workload); 87 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { 89 ANativeWindow_fromSurface(env, surface), offscreen, workload); 94 JNIEnv* env, jclass clazz, jobject surface, jboolean offscreen, jint workload) { 95 if (workload <= 8) { 96 // This test uses 8 iterations, so workload can't be more than 8. 98 ANativeWindow_fromSurface(env, surface), offscreen, workload); [all...] |
/cts/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/ |
ContextSwitchRenderer.h | 21 ContextSwitchRenderer(ANativeWindow* window, bool offscreen, int workload);
|
ContextSwitchRenderer.cpp | 77 ContextSwitchRenderer::ContextSwitchRenderer(ANativeWindow* window, bool offscreen, int workload) : 78 Renderer(window, offscreen, workload), mContexts(NULL) {
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/pixeloutput/ |
PixelOutputRenderer.h | 21 PixelOutputRenderer(ANativeWindow* window, bool offscreen, int workload);
|
PixelOutputRenderer.cpp | 53 PixelOutputRenderer::PixelOutputRenderer(ANativeWindow* window, bool offscreen, int workload) : 54 Renderer(window, offscreen, workload) {
|
/cts/suite/cts/deviceTests/opengl/jni/primitive/shaderperf/ |
ShaderPerfRenderer.h | 21 ShaderPerfRenderer(ANativeWindow* window, bool offscreen, int workload);
|
ShaderPerfRenderer.cpp | 58 //Add workload here 61 " * 4;"//workload * 4 (4 is a tweaking number, bigger = more work) 94 ShaderPerfRenderer::ShaderPerfRenderer(ANativeWindow* window, bool offscreen, int workload) : 95 Renderer(window, offscreen, workload) {
|
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/ |
GLPrimitiveActivity.java | 106 Surface surface, boolean offscreen, int workload); 109 Surface surface, boolean offscreen, int workload); 112 Surface surface, boolean offscreen, int workload); 115 Surface surface, boolean offscreen, int workload); 142 // The workload to use for this iteration. 143 int workload = i + 1; local 147 setupFullPipelineBenchmark(mSurface, mOffscreen, workload); 150 setupPixelOutputBenchmark(mSurface, mOffscreen, workload); 153 setupShaderPerfBenchmark(mSurface, mOffscreen, workload); 156 setupContextSwitchBenchmark(mSurface, mOffscreen, workload); [all...] |
/cts/suite/cts/deviceTests/opengl/jni/primitive/fullpipeline/ |
FullPipelineRenderer.h | 25 FullPipelineRenderer(ANativeWindow* window, bool offscreen, int workload);
|
FullPipelineRenderer.cpp | 94 FullPipelineRenderer::FullPipelineRenderer(ANativeWindow* window, bool offscreen, int workload) : 95 Renderer(window, offscreen, workload), mProgram(NULL), mSceneGraph(NULL),
|
/cts/suite/cts/deviceTests/opengl/jni/graphics/ |
Renderer.h | 25 Renderer(ANativeWindow* window, bool offscreen, int workload);
|
Renderer.cpp | 81 Renderer::Renderer(ANativeWindow* window, bool offscreen, int workload) : 83 mEglSurface(EGL_NO_SURFACE), mEglContext(EGL_NO_CONTEXT), mWorkload(workload) { 245 // Render workload. 280 // Render workload.
|
/cts/tests/sample/src/android/sample/cts/ |
SampleDeviceResultTest.java | 30 * This test measures the time taken to run a workload and adds in the report. 105 * Runs the workload and records the result to the report log. 107 * @param workload 109 private void runTest(MeasureRun workload) throws Exception { 110 // MeasureTime runs the workload N times and records the time taken by each run. 111 double[] result = MeasureTime.measure(REPEAT, workload);
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 75 \item While \texttt{blktrace} is running, you run the workload that you 79 utility (thus saving all traces over the complete workload). 84 to be used in the next phase of the workload processing. 88 attempts to generate the same IOs seen during the sample workload phase. 96 during the sample workload. 106 IOs during the sample workload. \texttt{btreplay} \emph{attempts} to 111 the precise order they were seen during the sample workload run. 167 ordering and timing of IOs seen during the sample workload. The reclaiming
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_synth.h | 379 EAS_I32 workload; member in struct:s_voice_mgr_tag
|
eas_voicemgt.c | 46 /* some defines for workload */ 293 /* set max workload to zero */ 994 /* increment workload */ 995 pVoiceMgr->workload += WORKLOAD_AMOUNT_SMALL_INCREMENT; [all...] |
eas_public.c | 853 /* assume no samples generated and reset workload */ [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_synth.h | 379 EAS_I32 workload; member in struct:s_voice_mgr_tag
|
eas_voicemgt.c | 46 /* some defines for workload */ 293 /* set max workload to zero */ 994 /* increment workload */ 995 pVoiceMgr->workload += WORKLOAD_AMOUNT_SMALL_INCREMENT; [all...] |
eas_public.c | 853 /* assume no samples generated and reset workload */ [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 379 EAS_I32 workload; member in struct:s_voice_mgr_tag
|
eas_voicemgt.c | 46 /* some defines for workload */ 293 /* set max workload to zero */ 994 /* increment workload */ 995 pVoiceMgr->workload += WORKLOAD_AMOUNT_SMALL_INCREMENT; [all...] |
eas_public.c | 865 /* assume no samples generated and reset workload */ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jface_3.6.1.M20100825-0800.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-jface-3.6.2.jar | |