Lines Matching refs:dst_pix
549 Pixmap src_pix, dst_pix;
593 dst_pix = XCreatePixmap(dpy, root, width, height, depth);
594 if (dri3_create_fence(dpy, dst_pix, &fence))
597 dst_fd = dri3_create_fd(dpy, dst_pix, &dst_stride);
608 XCopyArea(dpy, src_pix, dst_pix,
609 get_gc(dpy, dst_pix, depth),
621 XFreePixmap(dpy, dst_pix);
659 Pixmap src_pix, dst_pix;
685 dst_pix = dri3_create_pixmap(dpy, root,
691 if (dri3_create_fence(dpy, dst_pix, &fence))
697 XCopyArea(dpy, src_pix, dst_pix,
698 get_gc(dpy, dst_pix, depth),
710 XFreePixmap(dpy, dst_pix);
738 Pixmap src_pix, dst_pix;
757 dst_pix = dri3_create_pixmap(dpy, root,
760 dst_pic = XRenderCreatePicture(dpy, dst_pix, format_for_depth(dpy, depth), 0, NULL);
769 if (!check_pixmap(dpy, dst_pix,
778 if (!check_pixmap(dpy, dst_pix,
807 if (dri3_create_fence(dpy, dst_pix, &fence))
826 if (!check_pixmap(dpy, dst_pix,
834 if (dri3_create_fence(dpy, dst_pix, &fence))
849 XFreePixmap(dpy, dst_pix);