Searched refs:check_images_match (Results 1 – 3 of 3) sorted by relevance
/third_party/weston/tests/ |
D | internal-screenshot-test.c | 144 match = check_images_match(screenshot->image, reference_bad, NULL, NULL); in TEST() 158 match = check_images_match(screenshot->image, reference_good, &clip, NULL); in TEST()
|
D | weston-test-client-helper.h | 243 check_images_match(pixman_image_t *img_a, pixman_image_t *img_b,
|
D | weston-test-client-helper.c | 1331 check_images_match(pixman_image_t *img_a, pixman_image_t *img_b, in check_images_match() function 1719 match = check_images_match(ref, shot->image, clip, &gl_fuzz); in verify_screen_content()
|