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

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaStateChange.c 237 void (*InitPixmapCache)(ScreenPtr pScreen, RegionPtr areas, pointer data);
1300 (*pStatePriv->InitPixmapCache)(pScreen, areas,
1607 XAA_STATE_WRAP(InitPixmapCache);
xaaInit.c 190 xf86RegisterFreeBoxCallback(pScreen, infoRec->InitPixmapCache,
xaaInitAccel.c 1505 if((infoRec->Flags & PIXMAP_CACHE) && !infoRec->InitPixmapCache) {
1506 infoRec->InitPixmapCache = XAAInitPixmapCache;
xaa.h 1142 void (*InitPixmapCache)(

Completed in 7 milliseconds