Searched refs:ReadPixmap (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaInit.c | 253 if(infoRec->ReadPixmap && (format == ZPixmap) && 258 (*infoRec->ReadPixmap)(pScrn,
|
| H A D | xaaCpyArea.c | 248 (*infoRec->ReadPixmap)(infoRec->pScrn, pptSrc->x, pptSrc->y,
|
| H A D | xaaStateChange.c | 136 void (*ReadPixmap) (ScrnInfoPtr pScrn, int x, int y, int w, int h, member in struct:_XAAStateWrapRec 717 (*pStatePriv->ReadPixmap)(pScrn, x, y, w, h, 1550 XAA_STATE_WRAP(ReadPixmap);
|
| H A D | xaaGC.c | 378 if(infoRec->ReadPixmap && (pGC->alu == GXcopy) &&
|
| H A D | xaa.h | 749 void (*ReadPixmap) ( member in struct:_XAAInfoRec
|
| H A D | xaaInitAccel.c | 1000 /**** ReadPixmap ****/ 1002 if(infoRec->ReadPixmap) { 1003 XAAMSG("\tDriver provided ReadPixmap replacement\n");
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 149 static void CTNAME(ReadPixmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h, 412 infoPtr->ReadPixmap = CTNAME(ReadPixmap); 1677 CTNAME(ReadPixmap)(ScrnInfoPtr pScrn, int x, int y, int w, int h, 1688 DEBUG_P("ReadPixmap"); 1742 #endif /* ReadPixmap */
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_accel.c | 2299 localRecPtr->ReadPixmap = GX2ReadPixmap;
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_accel.c | 1731 pXAAInfoRec->ReadPixmap = NewportXAAReadPixmap;
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 2097 pXAAInfo->ReadPixmap = CrimeReadPixmap;
|
Completed in 25 milliseconds