Searched refs:pCopyClip (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_dri.c292 RegionPtr pCopyClip; local in function:I830DRI2CopyRegion
296 pCopyClip = REGION_CREATE(pScreen, NULL, 0);
297 REGION_COPY(pScreen, pCopyClip, pRegion);
298 (*pGC->funcs->ChangeClip) (pGC, CT_REGION, pCopyClip, 0);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_dri2.c146 RegionPtr pCopyClip; local in function:nouveau_dri2_copy_region2
186 pCopyClip = REGION_CREATE(pScreen, NULL, 0);
187 REGION_COPY(pScreen, pCopyClip, pRegion);
190 REGION_TRANSLATE(pScreen, pCopyClip, off_x, off_y);
192 pGC->funcs->ChangeClip(pGC, CT_REGION, pCopyClip, 0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddri2.c277 RegionPtr pCopyClip; local in function:ms_dri2_copy_region2
303 pCopyClip = REGION_CREATE(screen, NULL, 0);
304 REGION_COPY(screen, pCopyClip, pRegion);
306 REGION_TRANSLATE(screen, pCopyClip, off_x, off_y);
307 (*gc->funcs->ChangeClip) (gc, CT_REGION, pCopyClip, 0);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_dri.c412 RegionPtr pCopyClip; local in function:I830DRI2CopyRegion
419 pCopyClip = REGION_CREATE(screen, NULL, 0);
420 REGION_COPY(screen, pCopyClip, pRegion);
421 (*gc->funcs->ChangeClip) (gc, CT_REGION, pCopyClip, 0);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_dri.c377 RegionPtr pCopyClip; local in function:I830DRI2CopyRegion
384 pCopyClip = REGION_CREATE(screen, NULL, 0);
385 REGION_COPY(screen, pCopyClip, pRegion);
386 (*gc->funcs->ChangeClip) (gc, CT_REGION, pCopyClip, 0);

Completed in 10 milliseconds