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

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dtest_image.c75 XImage *out_image, *ref_image; local in function:test_compare_fallback
88 ref_image = XGetImage(t->ref.dpy, ref_draw,
91 ref = ref_image->data;
104 out_image, ref_image,
111 ref += ref_image->bytes_per_line;
115 XDestroyImage(ref_image);
199 XImage out_image, ref_image; local in function:test_compare
212 test_init_image(&ref_image, &t->ref.shm, ref_format, w, h);
214 die_unless(out_image.depth == ref_image.depth);
215 die_unless(out_image.bits_per_pixel == ref_image
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dtest_image.c75 XImage *out_image, *ref_image; local in function:test_compare_fallback
88 ref_image = XGetImage(t->ref.dpy, ref_draw,
91 ref = ref_image->data;
104 out_image, ref_image,
111 ref += ref_image->bytes_per_line;
115 XDestroyImage(ref_image);
199 XImage out_image, ref_image; local in function:test_compare
215 test_init_image(&ref_image, &t->ref.shm, ref_format, w, h);
219 die_unless(out_image.depth == ref_image.depth);
220 die_unless(out_image.bits_per_pixel == ref_image
[all...]

Completed in 2 milliseconds