HomeSort by: relevance | last modified time | path
    Searched refs:CacheTile (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaStateChange.c 242 XAACacheInfoPtr (*CacheTile)(ScrnInfoPtr Scrn, PixmapPtr pPix);
1341 return (*pStatePriv->CacheTile)(pScrn, pPix);
1612 XAA_STATE_WRAP(CacheTile);
xaaInitAccel.c 1494 if(!infoRec->CacheTile && infoRec->WritePixmapToCache)
1495 infoRec->CacheTile = XAACacheTile;
xaa.h 1161 XAACacheInfoPtr (*CacheTile)(
xaaFillPoly.c 932 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
xaaSpans.c 309 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);
xaaFillRect.c 272 pCache = (*infoRec->CacheTile)(infoRec->pScrn, pGC->tile.pixmap);

Completed in 8 milliseconds