Searched refs:fbGetRotatedPixmap (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dcommon_compat.h36 #ifndef fbGetRotatedPixmap
37 #define fbGetRotatedPixmap(_pGC) NULL macro
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbgc.c215 if ((changes & GCTile) && fbGetRotatedPixmap(pGC))
217 (*pGC->pScreen->DestroyPixmap) (fbGetRotatedPixmap(pGC));
218 fbGetRotatedPixmap(pGC) = 0;
228 pNewTile = fbGetRotatedPixmap(pGC);
237 fbGetRotatedPixmap(pGC) = pOldTile;
H A Dfb.h679 #define fbGetRotatedPixmap(pGC) ((pGC)->pRotatedPixmap) macro
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c193 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) {
194 (*pGC->pScreen->DestroyPixmap) (fbGetRotatedPixmap(pGC));
195 fbGetRotatedPixmap(pGC) = 0;
203 pNewTile = fbGetRotatedPixmap(pGC);
225 fbGetRotatedPixmap(pGC) = pOldTile;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c193 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) {
194 (*pGC->pScreen->DestroyPixmap) (fbGetRotatedPixmap(pGC));
195 fbGetRotatedPixmap(pGC) = 0;
203 pNewTile = fbGetRotatedPixmap(pGC);
225 fbGetRotatedPixmap(pGC) = pOldTile;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c213 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) {
214 (*pGC->pScreen->DestroyPixmap) (fbGetRotatedPixmap(pGC));
215 fbGetRotatedPixmap(pGC) = 0;
223 pNewTile = fbGetRotatedPixmap(pGC);
245 fbGetRotatedPixmap(pGC) = pOldTile;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c192 if ((changes & GCTile) && fbGetRotatedPixmap(pGC)) {
193 (*pGC->pScreen->DestroyPixmap) (fbGetRotatedPixmap(pGC));
194 fbGetRotatedPixmap(pGC) = 0;
203 pNewTile = fbGetRotatedPixmap(pGC);
221 fbGetRotatedPixmap(pGC) = pOldTile;
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa.c420 PixmapPtr pRotatedTile = fbGetRotatedPixmap(pGC);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.c534 PixmapPtr pRotatedTile = fbGetRotatedPixmap(pGC);

Completed in 11 milliseconds