Lines Matching defs:phase
265 static int test_whole(Display *dpy, Window win, const char *phase)
281 printf("%s: Testing simple flip: %dx%d\n", phase, width, height);
369 static int test_double(Display *dpy, Window win, const char *phase, void *Q)
386 printf("%s: Testing flip double buffering: %dx%d\n", phase, width, height);
450 static int test_future(Display *dpy, Window win, const char *phase, void *Q)
471 printf("%s: Testing flips into the future: %dx%d\n", phase, width, height);
590 static int test_exhaustion(Display *dpy, Window win, const char *phase, void *Q)
610 printf("%s: Testing flips with long vblank queues: %dx%d\n", phase, width, height);
714 static int test_accuracy(Display *dpy, Window win, const char *phase, void *Q)
731 printf("%s: Testing flip accuracy: %dx%d\n", phase, width, height);
834 static int test_modulus(Display *dpy, Window win, const char *phase, void *Q)
851 printf("%s: Testing flip modulus: %dx%d\n", phase, width, height);
2121 const char *phase;
2134 phase = "root";
2141 phase = "fullscreen";
2148 phase = "window";
2161 phase = "composite";
2165 phase = "broken";
2179 error += test_whole(dpy, win, phase);
2182 error += test_double(dpy, win, phase, Q);
2185 error += test_future(dpy, win, phase, Q);
2188 error += test_accuracy(dpy, win, phase, Q);
2191 error += test_modulus(dpy, win, phase, Q);
2194 error += test_exhaustion(dpy, win, phase, Q);