Lines Matching refs:ta

109     public void runTest(TestAction ta, String testName) {
110 runOnUiThread(ta);
111 Result times = ta.getBenchmark();
152 TestAction ta = new TestAction(TestName.LEVELS_VEC3_RELAXED);
153 runTest(ta, TestName.LEVELS_VEC3_RELAXED.name());
159 TestAction ta = new TestAction(TestName.LEVELS_VEC4_RELAXED);
160 runTest(ta, TestName.LEVELS_VEC4_RELAXED.name());
166 TestAction ta = new TestAction(TestName.LEVELS_VEC3_FULL);
167 runTest(ta, TestName.LEVELS_VEC3_FULL.name());
173 TestAction ta = new TestAction(TestName.LEVELS_VEC4_FULL);
174 runTest(ta, TestName.LEVELS_VEC4_FULL.name());
180 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25);
181 runTest(ta, TestName.BLUR_RADIUS_25.name());
187 TestAction ta = new TestAction(TestName.INTRINSIC_BLUR_RADIUS_25);
188 runTest(ta, TestName.INTRINSIC_BLUR_RADIUS_25.name());
194 TestAction ta = new TestAction(TestName.GREYSCALE);
195 runTest(ta, TestName.GREYSCALE.name());
201 TestAction ta = new TestAction(TestName.GRAIN);
202 runTest(ta, TestName.GRAIN.name());
208 TestAction ta = new TestAction(TestName.FISHEYE_FULL);
209 runTest(ta, TestName.FISHEYE_FULL.name());
215 TestAction ta = new TestAction(TestName.FISHEYE_RELAXED);
216 runTest(ta, TestName.FISHEYE_RELAXED.name());
222 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_FULL);
223 runTest(ta, TestName.FISHEYE_APPROXIMATE_FULL.name());
229 TestAction ta = new TestAction(TestName.FISHEYE_APPROXIMATE_RELAXED);
230 runTest(ta, TestName.FISHEYE_APPROXIMATE_RELAXED.name());
236 TestAction ta = new TestAction(TestName.VIGNETTE_FULL);
237 runTest(ta, TestName.VIGNETTE_FULL.name());
243 TestAction ta = new TestAction(TestName.VIGNETTE_RELAXED);
244 runTest(ta, TestName.VIGNETTE_RELAXED.name());
250 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_FULL);
251 runTest(ta, TestName.VIGNETTE_APPROXIMATE_FULL.name());
257 TestAction ta = new TestAction(TestName.VIGNETTE_APPROXIMATE_RELAXED);
258 runTest(ta, TestName.VIGNETTE_APPROXIMATE_RELAXED.name());
264 TestAction ta = new TestAction(TestName.GROUP_TEST_EMULATED);
265 runTest(ta, TestName.GROUP_TEST_EMULATED.name());
271 TestAction ta = new TestAction(TestName.GROUP_TEST_NATIVE);
272 runTest(ta, TestName.GROUP_TEST_NATIVE.name());
278 TestAction ta = new TestAction(TestName.CONVOLVE_3X3);
279 runTest(ta, TestName.CONVOLVE_3X3.name());
285 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_3X3);
286 runTest(ta, TestName.INTRINSICS_CONVOLVE_3X3.name());
292 TestAction ta = new TestAction(TestName.COLOR_MATRIX);
293 runTest(ta, TestName.COLOR_MATRIX.name());
299 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX);
300 runTest(ta, TestName.INTRINSICS_COLOR_MATRIX.name());
306 TestAction ta = new TestAction(TestName.INTRINSICS_COLOR_MATRIX_GREY);
307 runTest(ta, TestName.INTRINSICS_COLOR_MATRIX_GREY.name());
313 TestAction ta = new TestAction(TestName.COPY);
314 runTest(ta, TestName.COPY.name());
320 TestAction ta = new TestAction(TestName.CROSS_PROCESS_USING_LUT);
321 runTest(ta, TestName.CROSS_PROCESS_USING_LUT.name());
327 TestAction ta = new TestAction(TestName.CONVOLVE_5X5);
328 runTest(ta, TestName.CONVOLVE_5X5.name());
334 TestAction ta = new TestAction(TestName.INTRINSICS_CONVOLVE_5X5);
335 runTest(ta, TestName.INTRINSICS_CONVOLVE_5X5.name());
341 TestAction ta = new TestAction(TestName.MANDELBROT_FLOAT);
342 runTest(ta, TestName.MANDELBROT_FLOAT.name());
348 TestAction ta = new TestAction(TestName.INTRINSICS_BLEND);
349 runTest(ta, TestName.INTRINSICS_BLEND.name());
355 TestAction ta = new TestAction(TestName.INTRINSICS_BLUR_25G);
356 runTest(ta, TestName.INTRINSICS_BLUR_25G.name());
362 TestAction ta = new TestAction(TestName.VIBRANCE);
363 runTest(ta, TestName.VIBRANCE.name());
369 TestAction ta = new TestAction(TestName.BW_FILTER);
370 runTest(ta, TestName.BW_FILTER.name());
376 TestAction ta = new TestAction(TestName.SHADOWS);
377 runTest(ta, TestName.SHADOWS.name());
383 TestAction ta = new TestAction(TestName.CONTRAST);
384 runTest(ta, TestName.CONTRAST.name());
390 TestAction ta = new TestAction(TestName.EXPOSURE);
391 runTest(ta, TestName.EXPOSURE.name());
397 TestAction ta = new TestAction(TestName.WHITE_BALANCE);
398 runTest(ta, TestName.WHITE_BALANCE.name());
404 TestAction ta = new TestAction(TestName.COLOR_CUBE);
405 runTest(ta, TestName.COLOR_CUBE.name());
411 TestAction ta = new TestAction(TestName.COLOR_CUBE_3D_INTRINSIC);
412 runTest(ta, TestName.COLOR_CUBE_3D_INTRINSIC.name());
418 TestAction ta = new TestAction(TestName.ARTISTIC1);
419 runTest(ta, TestName.ARTISTIC1.name());
425 TestAction ta = new TestAction(TestName.RESIZE_BI_SCRIPT);
426 runTest(ta, TestName.RESIZE_BI_SCRIPT.name());
432 TestAction ta = new TestAction(TestName.RESIZE_BI_INTRINSIC);
433 runTest(ta, TestName.RESIZE_BI_INTRINSIC.name());
439 TestAction ta = new TestAction(TestName.POSTERIZE_INVOKE);
440 runTest(ta, TestName.POSTERIZE_INVOKE.name());
446 TestAction ta = new TestAction(TestName.POSTERIZE_SET);
447 runTest(ta, TestName.POSTERIZE_SET.name());
453 TestAction ta = new TestAction(TestName.HISTOGRAM_INTRINSIC);
454 runTest(ta, TestName.HISTOGRAM_INTRINSIC.name());
460 TestAction ta = new TestAction(TestName.HISTOGRAM_SCRIPT);
461 runTest(ta, TestName.HISTOGRAM_SCRIPT.name());
467 TestAction ta = new TestAction(TestName.MANDELBROT_DOUBLE);
468 runTest(ta, TestName.MANDELBROT_DOUBLE.name());
474 TestAction ta = new TestAction(TestName.BLUR_RADIUS_25_HALF);
475 runTest(ta, TestName.BLUR_RADIUS_25_HALF.name());