Searched refs:WritePixmapToCache (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInitAccel.c | 1452 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 D | xaaStateChange.c | 253 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 D | xaaPCache.c | 1498 (*infoRec->WritePixmapToCache)( 1597 (*infoRec->WritePixmapToCache)( 2004 (*infoRec->WritePixmapToCache)(pScrn, pCache->x, pCache->y, 2098 (*infoRec->WritePixmapToCache)(pScrn, pCache->x, pCache->y,
|
| H A D | xaa.h | 1197 void (*WritePixmapToCache) ( member in struct:_XAAInfoRec
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 1200 (*infoRec->WritePixmapToCache)(
|
Completed in 12 milliseconds