Lines Matching +refs:format +refs:test
7 #include "test.h"
11 XRenderPictFormat *format,
29 0, format->depth,
37 w, h, format->depth);
50 src = XRenderCreatePicture(t->dpy, tmp, format, 0, NULL);
76 static void rect_tests(struct test *t, int reps, int sets, enum target target, int use_window)
118 fill_rect(&t->out, out.picture, out.format,
123 fill_rect(&t->ref, ref.picture, ref.format,
132 out.draw, out.format,
133 ref.draw, ref.format,
146 struct test test;
149 test_init(&test, argc, argv);
156 rect_tests(&test, reps, sets, t, 0);
158 rect_tests(&test, reps, sets, t, 1);