Searched refs:WriteBitmap (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInitAccel.c826 /**** WriteBitmap ****/
828 if(infoRec->WriteBitmap &&
830 XAAMSG("\tDriver provided WriteBitmap replacement\n");
837 infoRec->WriteBitmap =
840 infoRec->WriteBitmap = XAAWriteBitmapColorExpand3MSBFirst;
844 infoRec->WriteBitmap =
847 infoRec->WriteBitmap = XAAWriteBitmapColorExpand3LSBFirst;
854 infoRec->WriteBitmap =
857 infoRec->WriteBitmap = XAAWriteBitmapColorExpandMSBFirst;
861 infoRec->WriteBitmap
[all...]
H A DxaaCpyPlane.c85 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1,
150 (*infoRec->WriteBitmap)(infoRec->pScrn,
197 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1,
H A DxaaImage.c422 ((format == XYBitmap) && !depthBug && infoRec->WriteBitmap &&
428 ((format == XYPixmap) && !depthBug && infoRec->WriteBitmap &&
457 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1,
502 (*infoRec->WriteBitmap)(infoRec->pScrn,
H A DxaaNonTEText.c342 (*infoRec->WriteBitmap)(pScrn, LeftEdge, topLine,
411 if(infoRec->WriteBitmap && (nglyph > 1) &&
488 if((infoRec->WriteBitmap) && (rop == GXcopy) && (nglyph > 1) &&
586 (*infoRec->WriteBitmap)(pScrn, x1, y1, w, h, src,
H A DxaaPict.c263 (op == PictOpOver) && infoRec->WriteBitmap && !pMask->repeat &&
290 (*infoRec->WriteBitmap)(infoRec->pScrn,
300 /* WriteBitmap sets the Sync flag */
H A DxaaStateChange.c74 void (*WriteBitmap) (ScrnInfoPtr pScrn, int x, int y, int w, int h, member in struct:_XAAStateWrapRec
486 (*pStatePriv->WriteBitmap)(pScrn, x, y, w, h,
1533 XAA_STATE_WRAP(WriteBitmap);
H A Dxaa.h555 void (*WriteBitmap) ( member in struct:_XAAInfoRec
H A DxaaPCache.c1866 (*infoRec->WriteBitmap)(pScrn, x, y, w, h, src, srcwidth,
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c455 XAA(WriteBitmap);
541 XAA(WriteBitmap);
H A Dapm_funcs.c50 static void A(WriteBitmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
380 A(WriteBitmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h,
392 DPRINTNAME(WriteBitmap);
713 A(WriteBitmap)(pScrn, x, y, w, h2, (unsigned char *)base0, dwords,
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm3_accel.c463 infoPtr->WriteBitmap = Permedia3WriteBitmap;
H A Dsx_accel.c239 infoPtr->WriteBitmap = SXWriteBitmap;
H A Dtx_accel.c273 infoPtr->WriteBitmap = TXWriteBitmap;
H A Dpm2_accel.c239 infoPtr->WriteBitmap = Permedia2WriteBitmap;
H A Dpm_accel.c260 infoPtr->WriteBitmap = PermediaWriteBitmap;
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx2_accel.c2296 localRecPtr->WriteBitmap = GX2WriteBitmap;
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_accel.c1383 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1,
1396 /* WriteBitmap sets the Sync flag */

Completed in 35 milliseconds