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

/external/pixman/test/
H A Dblitters-test.c22 create_random_image (pixman_format_code_t *allowed_formats, function
262 src_img = create_random_image (img_fmt_list, max_width, max_height,
268 src_img = create_random_image (img_fmt_list, 1, 1,
274 dst_img = create_random_image (img_fmt_list, max_width, max_height,
317 mask_img = create_random_image (mask_fmt_list, max_width, max_height,
323 mask_img = create_random_image (mask_fmt_list, 1, 1,
H A Dstress-test.c719 create_random_image (void) function
887 source = create_random_image ();
919 source = create_random_image ();
920 mask = create_random_image ();

Completed in 81 milliseconds