Lines Matching refs:attachments
88 unsigned int *attachments, int nattachments)
99 attachments).sequence;
127 unsigned int *attachments, int nattachments,
162 attachments, nattachments, &count);
193 attachments, nattachments, &count);
199 swap_buffers(dpy, win, divisors[n], attachments, nattachments);
253 unsigned int *attachments, int nattachments,
287 attachments, nattachments, &count);
322 attachments, nattachments, &count);
328 swap_buffers(dpy, win, divisors[n], attachments, nattachments);
382 unsigned int *attachments, int nattachments,
418 attachments, nattachments, &count);
451 attachments, nattachments, &count);
457 swap_buffers(dpy, win, divisors[n], attachments, nattachments);
513 unsigned int *attachments, int nattachments,
546 attachments, nattachments, &count));
576 attachments, nattachments, &count));
581 swap_buffers(dpy, win, divisors[n], attachments, nattachments);
626 unsigned int *attachments, int nattachments,
668 attachments, nattachments, &count));
712 attachments, nattachments, &count));
715 swap_buffers(dpy, win, divisors[n], attachments, nattachments);
788 unsigned int attachments[] = {
806 race_window(dpy, width, height, attachments, 1, 0, "fullscreen");
807 race_window(dpy, width, height, attachments, 1, COMPOSITE, "composite fullscreen");
808 race_window(dpy, width, height, attachments, 2, 0, "fullscreen (with front)");
809 race_window(dpy, width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
811 race_resize(dpy, width, height, attachments, 1, 0, "");
812 race_resize(dpy, width, height, attachments, 1, COMPOSITE, "composite");
813 race_resize(dpy, width, height, attachments, 2, 0, "with front");
814 race_resize(dpy, width, height, attachments, 2, COMPOSITE, "composite with front");
816 race_manager(dpy, width, height, attachments, 1, 0, "fullscreen");
817 race_manager(dpy, width, height, attachments, 1, COMPOSITE, "composite fullscreen");
818 race_manager(dpy, width, height, attachments, 2, 0, "fullscreen (with front)");
819 race_manager(dpy, width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
821 race_close(width, height, attachments, 1, 0, "fullscreen");
822 race_close(width, height, attachments, 1, COMPOSITE, "composite fullscreen");
823 race_close(width, height, attachments, 2, 0, "fullscreen (with front)");
824 race_close(width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
826 race_client(width, height, attachments, 1, 0, "fullscreen");
827 race_client(width, height, attachments, 1, COMPOSITE, "composite fullscreen");
828 race_client(width, height, attachments, 2, 0, "fullscreen (with front)");
829 race_client(width, height, attachments, 2, COMPOSITE, "composite fullscreen (with front)");
833 race_window(dpy, width, height, attachments, 1, 0, "windowed");
834 race_window(dpy, width, height, attachments, 1, COMPOSITE, "composite windowed");
835 race_window(dpy, width, height, attachments, 2, 0, "windowed (with front)");
836 race_window(dpy, width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");
838 race_manager(dpy, width, height, attachments, 1, 0, "windowed");
839 race_manager(dpy, width, height, attachments, 1, COMPOSITE, "composite windowed");
840 race_manager(dpy, width, height, attachments, 2, 0, "windowed (with front)");
841 race_manager(dpy, width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");
843 race_close(width, height, attachments, 1, 0, "windowed");
844 race_close(width, height, attachments, 1, COMPOSITE, "composite windowed");
845 race_close(width, height, attachments, 2, 0, "windowed (with front)");
846 race_close(width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");
848 race_client(width, height, attachments, 1, 0, "windowed");
849 race_client(width, height, attachments, 1, COMPOSITE, "composite windowed");
850 race_client(width, height, attachments, 2, 0, "windowed (with front)");
851 race_client(width, height, attachments, 2, COMPOSITE, "composite windowed (with front)");