Searched refs:CacheTile (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaStateChange.c242 XAACacheInfoPtr (*CacheTile)(ScrnInfoPtr Scrn, PixmapPtr pPix); member in struct:_XAAStateWrapRec
1341 return (*pStatePriv->CacheTile)(pScrn, pPix);
1612 XAA_STATE_WRAP(CacheTile);
H A DxaaInitAccel.c1494 if(!infoRec->CacheTile && infoRec->WritePixmapToCache)
1495 infoRec->CacheTile = XAACacheTile;
H A Dxaa.h1161 XAACacheInfoPtr (*CacheTile)( member in struct:_XAAInfoRec
H A DxaaFillPoly.c932 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
H A DxaaSpans.c309 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
H A DxaaFillRect.c272 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);

Completed in 11 milliseconds