HomeSort by: relevance | last modified time | path
    Searched refs:ReadPixmap (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaInit.c 253 if(infoRec->ReadPixmap && (format == ZPixmap) &&
258 (*infoRec->ReadPixmap)(pScrn,
xaaCpyArea.c 248 (*infoRec->ReadPixmap)(infoRec->pScrn, pptSrc->x, pptSrc->y,
xaaStateChange.c 136 void (*ReadPixmap) (ScrnInfoPtr pScrn, int x, int y, int w, int h,
717 (*pStatePriv->ReadPixmap)(pScrn, x, y, w, h,
1550 XAA_STATE_WRAP(ReadPixmap);
xaaGC.c 378 if(infoRec->ReadPixmap && (pGC->alu == GXcopy) &&
xaa.h 749 void (*ReadPixmap) (
xaaInitAccel.c 1000 /**** ReadPixmap ****/
1002 if(infoRec->ReadPixmap) {
1003 XAAMSG("\tDriver provided ReadPixmap replacement\n");
  /xsrc/external/mit/xf86-video-chips/dist/src/
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/
nsc_gx2_accel.c 2299 localRecPtr->ReadPixmap = GX2ReadPixmap;
  /xsrc/external/mit/xf86-video-newport/dist/src/
newport_accel.c 1871 pXAAInfoRec->ReadPixmap = NewportXAAReadPixmap;
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_accel.c 2097 pXAAInfo->ReadPixmap = CrimeReadPixmap;

Completed in 10 milliseconds