Searched refs:BlitRect (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_dga.c | 459 if(pSiS->BlitRect) { 460 (*pSiS->BlitRect)(pScrn, srcx, srcy, dstx, dsty, w, h, -1); 479 if(pSiS->BlitRect) { 480 (*pSiS->BlitRect)(pScrn, srcx, srcy, dstx, dsty, w, h, (int)color);
|
| H A D | sis300_accel.c | 1114 pSiS->BlitRect = SiSDGABlitRect;
|
| H A D | sis_accel.c | 689 pSiS->BlitRect = SiSDGABlitRect;
|
| H A D | sis.h | 1089 void (*BlitRect)(ScrnInfoPtr pScrn, int srcx, int srcy, int dstx, int dsty, member in struct:__anon2d7f85d00508
|
| H A D | sis310_accel.c | 2019 pSiS->BlitRect = SiSDGABlitRect;
|
| H A D | sis_driver.c | 3670 pSiS->BlitRect = NULL;
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atidga.c | 436 pATI->ATIDGAFunctions.BlitRect = ATIDGABlitRect;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 831 void (*BlitRect)( member in struct:__anon1b1d0d511b08
|
| H A D | xf86DGA.c | 791 if(pScreenPriv->funcs->BlitRect && 794 (*pScreenPriv->funcs->BlitRect)(pScreenPriv->pScrn,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86str.h | 709 void (*BlitRect) (ScrnInfoPtr pScrn, member in struct:__anonf472aec41808
|
| H A D | xf86DGA.c | 768 if (pScreenPriv->funcs->BlitRect && 771 (*pScreenPriv->funcs->BlitRect) (pScreenPriv->pScrn,
|
Completed in 38 milliseconds