Lines Matching +refs:format +refs:test
7 #include "test.h"
13 XRenderPictFormat *format;
28 tt->format = XRenderFindStandardFormat(t->dpy, PictStandardARGB32);
47 struct test test;
51 test_init(&test, argc, argv);
55 target_init(&test.out, &out, size);
56 target_init(&test.ref, &ref, size);
70 XCopyArea(test.out.dpy,
78 XCopyArea(test.ref.dpy,
88 test_compare(&test,
89 out.a, out.format,
90 ref.a, ref.format,
93 test_compare(&test,
94 out.b, out.format,
95 ref.b, ref.format,
99 target_fini(&test.out, &out);
100 target_fini(&test.ref, &ref);