Searched refs:OffscreenPixmaps (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaOffscreen.c34 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
51 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
H A DxaaInit.c407 pLink->next = infoRec->OffscreenPixmaps;
409 infoRec->OffscreenPixmaps = pLink;
443 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
452 else infoRec->OffscreenPixmaps = pLink->next;
621 if((infoRec->Flags & OFFSCREEN_PIXMAPS) && (infoRec->OffscreenPixmaps))
631 if((infoRec->Flags & OFFSCREEN_PIXMAPS) && (infoRec->OffscreenPixmaps))
H A Dxaalocal.h1720 _pLink = infoRec->OffscreenPixmaps; \
1725 else infoRec->OffscreenPixmaps = _pLink->next; \
H A Dxaa.h1227 PixmapLinkPtr OffscreenPixmaps; member in struct:_XAAInfoRec

Completed in 5 milliseconds