Home | History | Annotate | Download | only in glx

Lines Matching defs:region

508    XserverRegion region;
526 region = XFixesCreateRegion(psc->base.dpy, &xrect, 1);
527 DRI2CopyRegion(psc->base.dpy, pdraw->xDrawable, region,
534 DRI2CopyRegion(psc->base.dpy, pdraw->xDrawable, region,
537 XFixesDestroyRegion(psc->base.dpy, region);
553 XserverRegion region;
566 region = XFixesCreateRegion(psc->base.dpy, &xrect, 1);
567 DRI2CopyRegion(psc->base.dpy, priv->base.xDrawable, region, dest, src);
568 XFixesDestroyRegion(psc->base.dpy, region);