| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInitAccel.c | 985 /**** 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 D | xaaCpyArea.c | 46 if(infoRec->WritePixmap && 218 (*infoRec->WritePixmap)(infoRec->pScrn, pbox->x1, pbox->y1,
|
| H A D | xaaImage.c | 414 if(((format == ZPixmap) && infoRec->WritePixmap && 471 (*infoRec->WritePixmap)(infoRec->pScrn, pbox->x1, pbox->y1,
|
| H A D | xaaStateChange.c | 132 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 D | xaa.h | 737 void (*WritePixmap) ( member in struct:_XAAInfoRec
|
| H A D | xaaPCache.c | 1918 (*infoRec->WritePixmap)(pScrn, x, y, w, h, src, srcwidth,
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_accel.c | 447 XAA(WritePixmap); 533 XAA(WritePixmap);
|
| H A D | apm_funcs.c | 83 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 D | geode.h | 325 void (*WritePixmap) (ScrnInfoPtr pScrni, int x, int y, int w, int h, member in struct:_geodeRec
|
| H A D | gx_accel.c | 1472 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 D | pm2_accel.c | 242 infoPtr->WritePixmap = Permedia2WritePixmap8bpp; 246 infoPtr->WritePixmap = Permedia2WritePixmap16bpp; 250 infoPtr->WritePixmap = Permedia2WritePixmap32bpp;
|
| H A D | pm_accel.c | 263 infoPtr->WritePixmap = PermediaWritePixmap8bpp; 266 infoPtr->WritePixmap = PermediaWritePixmap16bpp; 269 infoPtr->WritePixmap = PermediaWritePixmap32bpp;
|
| H A D | pm3_accel.c | 466 infoPtr->WritePixmap = Permedia3WritePixmap;
|
| H A D | sx_accel.c | 242 infoPtr->WritePixmap = SXWritePixmap;
|
| H A D | tx_accel.c | 274 infoPtr->WritePixmap = TXWritePixmap;
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 145 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 D | ffb_accel.c | 889 infoRec->WritePixmap = FFB_WritePixmap;
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_accel.c | 2298 localRecPtr->WritePixmap = GX2WritePixmap;
|