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

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaCpyArea.c 50 (infoRec->WritePixmapFlags & CONVERT_32BPP_TO_24BPP))) &&
51 CHECK_ROP(pGC,infoRec->WritePixmapFlags) &&
52 CHECK_ROPSRC(pGC,infoRec->WritePixmapFlags) &&
53 CHECK_PLANEMASK(pGC,infoRec->WritePixmapFlags) &&
54 CHECK_NO_GXCOPY(pGC,infoRec->WritePixmapFlags))
xaaImage.c 417 (infoRec->WritePixmapFlags & CONVERT_32BPP_TO_24BPP))) &&
418 CHECK_ROP(pGC,infoRec->WritePixmapFlags) &&
419 CHECK_ROPSRC(pGC,infoRec->WritePixmapFlags) &&
420 CHECK_PLANEMASK(pGC,infoRec->WritePixmapFlags) &&
421 CHECK_NO_GXCOPY(pGC,infoRec->WritePixmapFlags)) ||
xaaInitAccel.c 992 infoRec->WritePixmapFlags =
996 infoRec->WritePixmapFlags = infoRec->ScanlineImageWriteFlags;
1453 else if(infoRec->WritePixmap && !(infoRec->WritePixmapFlags & NO_GXCOPY))
xaa.h 747 int WritePixmapFlags;
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_accel.c 445 pXAAinfo->WritePixmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
531 pXAAinfo->WritePixmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_accel.c 400 infoPtr->WritePixmapFlags = CPU_TRANSFER_PAD_QWORD | LEFT_EDGE_CLIPPING
404 infoPtr->WritePixmapFlags |= NO_TRANSPARENCY;
406 infoPtr->WritePixmapFlags |= NO_PLANEMASK;
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_accel.c 243 infoPtr->WritePixmapFlags = NO_GXCOPY;
247 infoPtr->WritePixmapFlags = NO_GXCOPY;
pm3_accel.c 467 infoPtr->WritePixmapFlags = 0;

Completed in 20 milliseconds