Home
last modified time | relevance | path

Searched refs:check_images_match (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/tests/
Dinternal-screenshot-test.c144 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()
Dweston-test-client-helper.h243 check_images_match(pixman_image_t *img_a, pixman_image_t *img_b,
Dweston-test-client-helper.c1331 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()