Searched refs:WritePixmap (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInitAccel.c985 /**** WritePixmap ****/
987 if(infoRec->WritePixmap &&
989 XAAMSG("\tDriver provided WritePixmap replacement\n");
991 infoRec->WritePixmap = XAAWritePixmap;
995 infoRec->WritePixmap = XAAWritePixmapScanline;
998 infoRec->WritePixmap = NULL;
1227 if(!infoRec->PutImage && (infoRec->WritePixmap ||
1453 else if(infoRec->WritePixmap && !(infoRec->WritePixmapFlags & NO_GXCOPY))
H A DxaaCpyArea.c46 if(infoRec->WritePixmap &&
218 (*infoRec->WritePixmap)(infoRec->pScrn, pbox->x1, pbox->y1,
H A DxaaImage.c414 if(((format == ZPixmap) && infoRec->WritePixmap &&
471 (*infoRec->WritePixmap)(infoRec->pScrn, pbox->x1, pbox->y1,
H A DxaaStateChange.c132 void (*WritePixmap) (ScrnInfoPtr pScrn, int x, int y, int w, int h, member in struct:_XAAStateWrapRec
705 (*pStatePriv->WritePixmap)(pScrn, x, y, w, h,
1549 XAA_STATE_WRAP(WritePixmap);
H A Dxaa.h737 void (*WritePixmap) ( member in struct:_XAAInfoRec
H A DxaaPCache.c1918 (*infoRec->WritePixmap)(pScrn, x, y, w, h, src, srcwidth,
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c447 XAA(WritePixmap);
533 XAA(WritePixmap);
H A Dapm_funcs.c83 static void A(WritePixmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
1173 A(WritePixmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
1183 DPRINTNAME(WritePixmap);
1377 A(WritePixmap)(pScrn, x, cy, blit_w, h, pSrc + cp * srcwidth,
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode.h325 void (*WritePixmap) (ScrnInfoPtr pScrni, int x, int y, int w, int h, member in struct:_geodeRec
H A Dgx_accel.c1472 pGeode->WritePixmap(pScrni, x, y, w, h, src, srcwidth, rop, planemask,
2085 pGeode->WritePixmap = localRecPtr->WritePixmap;
2086 HOOK(WritePixmap);
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_accel.c242 infoPtr->WritePixmap = Permedia2WritePixmap8bpp;
246 infoPtr->WritePixmap = Permedia2WritePixmap16bpp;
250 infoPtr->WritePixmap = Permedia2WritePixmap32bpp;
H A Dpm_accel.c263 infoPtr->WritePixmap = PermediaWritePixmap8bpp;
266 infoPtr->WritePixmap = PermediaWritePixmap16bpp;
269 infoPtr->WritePixmap = PermediaWritePixmap32bpp;
H A Dpm3_accel.c466 infoPtr->WritePixmap = Permedia3WritePixmap;
H A Dsx_accel.c242 infoPtr->WritePixmap = SXWritePixmap;
H A Dtx_accel.c274 infoPtr->WritePixmap = TXWritePixmap;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c145 static void CTNAME(WritePixmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
408 infoPtr->WritePixmap = CTNAME(WritePixmap);
1551 CTNAME(WritePixmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
1564 DEBUG_P("WritePixmap");
1566 ErrorF("WritePixmap x %d, y %d, w %d, h %d, src 0x%X, srcwidth %d, rop 0x%X, planemask 0x%X, trans 0x%X, bpp %d, depth %d\n", x, y, w, h, src, srcwidth, rop, planemask, trans, bpp, depth);
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_accel.c889 infoRec->WritePixmap = FFB_WritePixmap;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c2298 localRecPtr->WritePixmap = GX2WritePixmap;

Completed in 35 milliseconds