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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInitAccel.c1452 if(infoRec->WritePixmapToCache) {}
1454 infoRec->WritePixmapToCache = XAAWritePixmapToCache;
1456 infoRec->WritePixmapToCache = XAAWritePixmapToCacheLinear;
1465 if(infoRec->WritePixmapToCache)
1473 if(infoRec->WritePixmapToCache && infoRec->WriteBitmapToCache)
1494 if(!infoRec->CacheTile && infoRec->WritePixmapToCache)
1496 if(!infoRec->CacheMonoStipple && infoRec->WritePixmapToCache)
H A DxaaStateChange.c253 void (*WritePixmapToCache) (ScrnInfoPtr pScrn, int x, int y, int w, int h, member in struct:_XAAStateWrapRec
1401 (*pStatePriv->WritePixmapToCache)(pScrn, x, y, w, h,
1618 XAA_STATE_WRAP(WritePixmapToCache);
H A DxaaPCache.c1498 (*infoRec->WritePixmapToCache)(
1597 (*infoRec->WritePixmapToCache)(
2004 (*infoRec->WritePixmapToCache)(pScrn, pCache->x, pCache->y,
2098 (*infoRec->WritePixmapToCache)(pScrn, pCache->x, pCache->y,
H A Dxaa.h1197 void (*WritePixmapToCache) ( member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c1200 (*infoRec->WritePixmapToCache)(

Completed in 12 milliseconds