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

/external/pixman/demos/
H A Dclip-test.c28 pixman_image_t *src_img, *dst_img; local
80 dst_img = create_solid_bits (0xffff0000);
81 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dst_img,
91 show_image (dst_img);
/external/pixman/test/
H A Dfetch-test.c152 pixman_image_t *dst_img; local
167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
176 pixman_image_set_accessors (dst_img, reader, writer);
179 pixman_image_composite (PIXMAN_OP_SRC, src_img, NULL, dst_img,
183 pixman_image_unref (dst_img);
H A Dlowlevel-blt-bench.c173 pixman_image_t * dst_img,
204 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 63 - x, 0, width, lines_count);
214 pixman_image_t * dst_img,
225 call_func (func, op, src_img, mask_img, dst_img, x, 0, x, 0, 1, 0, WIDTH - 64, HEIGHT);
234 pixman_image_t * dst_img,
257 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
269 pixman_image_t * dst_img,
292 call_func (func, op, src_img, mask_img, dst_img, x, y, x, y, x, y, w, h);
304 pixman_image_t * dst_img,
328 call_func (func, op, src_img, mask_img, dst_img, s
170 bench_L(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func, int width, int lines_count) argument
211 bench_M(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func) argument
231 bench_HT(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func) argument
266 bench_VT(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func) argument
301 bench_R(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func, int maxw, int maxh) argument
336 bench_RT(pixman_op_t op, pixman_image_t * src_img, pixman_image_t * mask_img, pixman_image_t * dst_img, int64_t n, pixman_composite_func_t func, int maxw, int maxh) argument
380 pixman_image_t * dst_img; local
[all...]
H A Dcomposite-traps-test.c52 pixman_image_t * dst_img; local
159 dst_img = pixman_image_create_bits (
162 image_endian_swap (dst_img);
210 pixman_image_set_clip_region (dst_img, &clip);
214 pixman_composite_trapezoids (op, src_img, dst_img, mask_format,
224 image_endian_swap (dst_img);
244 pixman_image_unref (dst_img);
H A Dscaling-crash-test.c31 pixman_image_t * dst_img; local
70 dst_img = pixman_image_create_bits (
81 pixman_image_composite (PIXMAN_OP_SRC, src_img, NULL, dst_img,
85 pixman_image_unref (dst_img);
H A Dblitters-test.c227 pixman_image_t *dst_img = NULL; local
274 dst_img = create_random_image (img_fmt_list, max_width, max_height,
281 dst_width = pixman_image_get_width (dst_img);
282 dst_height = pixman_image_get_height (dst_img);
283 dst_stride = pixman_image_get_stride (dst_img);
285 dstbuf = pixman_image_get_data (dst_img);
354 pixman_image_composite (op, src_img, mask_img, dst_img,
377 crc32 = free_random_image (0, dst_img, dst_fmt);
H A Dscaling-test.c55 pixman_image_t * dst_img; local
156 dst_img = pixman_image_create_bits (
160 image_endian_swap (dst_img);
332 pixman_image_set_clip_region (dst_img, &clip);
337 pixman_image_composite (op, src_img, NULL, dst_img,
340 pixman_image_composite (op, src_img, mask_img, dst_img,
350 image_endian_swap (dst_img);
367 pixman_image_unref (dst_img);
H A Daffine-test.c30 pixman_image_t * dst_img; local
92 dst_img = pixman_image_create_bits (
96 image_endian_swap (dst_img);
269 pixman_image_set_clip_region (dst_img, &clip);
273 pixman_image_composite (op, src_img, NULL, dst_img,
283 image_endian_swap (dst_img);
299 pixman_image_unref (dst_img);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp366 image *dst_img = dynamic_cast<image *>(dst_obj);
370 validate_obj(q, dst_img);
417 image *dst_img = dynamic_cast<image *>(src_obj);
421 validate_obj(q, dst_img);
427 { 1, dst_img->row_pitch(), dst_img->slice_pitch() },
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp366 image *dst_img = dynamic_cast<image *>(dst_obj);
370 validate_obj(q, dst_img);
417 image *dst_img = dynamic_cast<image *>(src_obj);
421 validate_obj(q, dst_img);
427 { 1, dst_img->row_pitch(), dst_img->slice_pitch() },

Completed in 117 milliseconds