Home | History | Annotate | Download | only in test

Lines Matching refs:COMPOSITE

106 #define COMPOSITE 1
135 if (flags & COMPOSITE && !has_composite(dpy))
155 if (flags & COMPOSITE)
186 if (flags & COMPOSITE)
220 if (flags & COMPOSITE)
261 if (flags & COMPOSITE && !has_composite(dpy))
274 if (flags & COMPOSITE)
309 if (flags & COMPOSITE)
344 if (flags & COMPOSITE)
391 if (flags & COMPOSITE && !has_composite(dpy))
411 if (flags & COMPOSITE)
444 if (flags & COMPOSITE)
480 if (flags & COMPOSITE)
519 if (flags & COMPOSITE && !has_composite(NULL))
540 if (flags & COMPOSITE)
570 if (flags & COMPOSITE)
602 if (flags & COMPOSITE)
633 if (flags & COMPOSITE && !has_composite(NULL))
662 if (flags & COMPOSITE)
706 if (flags & COMPOSITE)
752 if (flags & COMPOSITE)
807 race_window(dpy, width, height, attachments, 1, COMPOSITE, "composite fullscreen");
809 race_window(dpy, width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
812 race_resize(dpy, width, height, attachments, 1, COMPOSITE, "composite");
814 race_resize(dpy, width, height, attachments, 2, COMPOSITE, "composite with front");
817 race_manager(dpy, width, height, attachments, 1, COMPOSITE, "composite fullscreen");
819 race_manager(dpy, width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
822 race_close(width, height, attachments, 1, COMPOSITE, "composite fullscreen");
824 race_close(width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
827 race_client(width, height, attachments, 1, COMPOSITE, "composite fullscreen");
829 race_client(width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
834 race_window(dpy, width, height, attachments, 1, COMPOSITE, "composite windowed");
836 race_window(dpy, width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");
839 race_manager(dpy, width, height, attachments, 1, COMPOSITE, "composite windowed");
841 race_manager(dpy, width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");
844 race_close(width, height, attachments, 1, COMPOSITE, "composite windowed");
846 race_close(width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");
849 race_client(width, height, attachments, 1, COMPOSITE, "composite windowed");
851 race_client(width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");