Lines Matching refs:dst_pix
544 Pixmap src_pix, dst_pix;
588 dst_pix = XCreatePixmap(dpy, root, width, height, depth);
589 if (dri3_create_fence(dpy, dst_pix, &fence))
592 dst_fd = dri3_create_fd(dpy, dst_pix, &dst_stride);
603 XCopyArea(dpy, src_pix, dst_pix,
604 get_gc(dpy, dst_pix, depth),
616 XFreePixmap(dpy, dst_pix);
654 Pixmap src_pix, dst_pix;
680 dst_pix = dri3_create_pixmap(dpy, root,
686 if (dri3_create_fence(dpy, dst_pix, &fence))
692 XCopyArea(dpy, src_pix, dst_pix,
693 get_gc(dpy, dst_pix, depth),
705 XFreePixmap(dpy, dst_pix);
733 Pixmap src_pix, dst_pix;
752 dst_pix = dri3_create_pixmap(dpy, root,
755 dst_pic = XRenderCreatePicture(dpy, dst_pix, format_for_depth(dpy, depth), 0, NULL);
764 if (!check_pixmap(dpy, dst_pix,
773 if (!check_pixmap(dpy, dst_pix,
802 if (dri3_create_fence(dpy, dst_pix, &fence))
821 if (!check_pixmap(dpy, dst_pix,
829 if (dri3_create_fence(dpy, dst_pix, &fence))
844 XFreePixmap(dpy, dst_pix);