| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInitAccel.c | 826 /**** 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 D | xaaCpyPlane.c | 85 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1, 150 (*infoRec->WriteBitmap)(infoRec->pScrn, 197 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1,
|
| H A D | xaaImage.c | 422 ((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 D | xaaNonTEText.c | 342 (*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 D | xaaPict.c | 263 (op == PictOpOver) && infoRec->WriteBitmap && !pMask->repeat && 290 (*infoRec->WriteBitmap)(infoRec->pScrn, 300 /* WriteBitmap sets the Sync flag */
|
| H A D | xaaStateChange.c | 74 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 D | xaa.h | 555 void (*WriteBitmap) ( member in struct:_XAAInfoRec
|
| H A D | xaaPCache.c | 1866 (*infoRec->WriteBitmap)(pScrn, x, y, w, h, src, srcwidth,
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_accel.c | 455 XAA(WriteBitmap); 541 XAA(WriteBitmap);
|
| H A D | apm_funcs.c | 50 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 D | pm3_accel.c | 463 infoPtr->WriteBitmap = Permedia3WriteBitmap;
|
| H A D | sx_accel.c | 239 infoPtr->WriteBitmap = SXWriteBitmap;
|
| H A D | tx_accel.c | 273 infoPtr->WriteBitmap = TXWriteBitmap;
|
| H A D | pm2_accel.c | 239 infoPtr->WriteBitmap = Permedia2WriteBitmap;
|
| H A D | pm_accel.c | 260 infoPtr->WriteBitmap = PermediaWriteBitmap;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_accel.c | 2296 localRecPtr->WriteBitmap = GX2WriteBitmap;
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 1383 (*infoRec->WriteBitmap)(infoRec->pScrn, pbox->x1, pbox->y1, 1396 /* WriteBitmap sets the Sync flag */
|