Searched refs:pixman_image_composite_empty (Results 1 - 1 of 1) sorted by relevance

/external/pixman/test/
H A Dlowlevel-blt-bench.c122 pixman_image_composite_empty (pixman_implementation_t *impl, function
479 bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, 1);
498 bench_L (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, l1test_width, nlines);
513 bench_M (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
529 pix_cnt = bench_HT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
543 pix_cnt = bench_VT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty);
557 pix_cnt = bench_R (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, WIDTH, HEIGHT);
571 pix_cnt = bench_RT (op, src_img, mask_img, dst_img, n, pixman_image_composite_empty, WIDTH, HEIGHT);

Completed in 2643 milliseconds