Searched refs:FillSolidRects (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOverlay.c109 (*infoRec->FillSolidRects)(pScrn, pScrn->colorKey << 24, GXcopy,
H A DxaaStipple.c154 } else if((rop == GXcopy) && infoRec->FillSolidRects) {
156 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox);
400 } else if((rop == GXcopy) && infoRec->FillSolidRects) {
402 (*infoRec->FillSolidRects)(pScrn, bg, rop, planemask, nBox, pBox);
H A DxaaInitAccel.c552 /**** FillSolidRects ****/
554 if(infoRec->FillSolidRects) {
555 XAAMSG("\tDriver provided FillSolidRects replacement\n");
557 infoRec->FillSolidRects = XAAFillSolidRects;
1045 if(infoRec->FillSolidRects) {
H A DxaaOverlayDF.c415 if(RegionNumRects(pReg) && infoRec->FillSolidRects) {
419 (*infoRec->FillSolidRects)(infoRec->pScrn,
H A DxaaStateChange.c77 void (*FillSolidRects)(ScrnInfoPtr pScrn, int fg, int rop, member in struct:_XAAStateWrapRec
497 (*pStatePriv->FillSolidRects)(pScrn, fg, rop,
1534 XAA_STATE_WRAP(FillSolidRects);
H A DxaaFillRect.c54 if((pGC->fgPixel == pGC->bgPixel) && infoRec->FillSolidRects &&
128 (*infoRec->FillSolidRects) (infoRec->pScrn,
H A Dxaa.h567 void (*FillSolidRects)( member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis6326_video.c530 if(!pXAA || !pXAA->FillSolidRects)
1338 (*pSiS->AccelInfoPtr->FillSolidRects)(pScrn, pPriv->colorKey, GXcopy, ~0,
1592 (*XAAPTR(pScrn)->FillSolidRects)(pScrn, pPriv->colorKey, GXcopy, ~0,
H A Dsis_video.c875 if(!pXAA || !pXAA->FillSolidRects) {
3675 (*pXAA->FillSolidRects)(pScrn, pPriv->colorKey, GXcopy, ~0,
3922 (*pXAA->FillSolidRects)(pScrn, pPriv->colorKey, GXcopy, ~0,
4266 (*pXAA->FillSolidRects)(pScrn, 0x00000000, GXcopy, ~0,
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128accel.c466 infoPtr->FillSolidRects = I128FillSolidRects;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c762 infoPtr->FillSolidRects = MGAFillSolidRectsDMA;

Completed in 40 milliseconds