| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbgetsp.c | 58 *pwidth * srcBpp, 1, GXcopy, FB_ALLONES, srcBpp, FALSE, FALSE);
|
| H A D | fbcopy.c | 40 CARD8 alu = pGC ? pGC->alu : GXcopy; 56 if (pm == FB_ALLONES && alu == GXcopy && !reverse && !upsidedown) { 215 fbAndStip(GXcopy, FB_ALLONES, FB_ALLONES), 216 fbXorStip(GXcopy, FB_ALLONES, FB_ALLONES), 217 fbAndStip(GXcopy, 0, FB_ALLONES), 218 fbXorStip(GXcopy, 0, FB_ALLONES), bitplane);
|
| H A D | fbimage.c | 240 dst, dstStride, 0, w * srcBpp, h, GXcopy, FB_ALLONES, srcBpp); 257 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 258 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 259 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), 260 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask);
|
| H A D | fbglyph.c | 189 fbAnd(GXcopy, pPriv->bg, pPriv->pm), 190 fbXor(GXcopy, pPriv->bg, pPriv->pm)); 218 GXcopy,
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm2_accel.c | 321 if ((rop == GXcopy) || (rop == GXcopyInverted)) { 363 if ((rop == GXcopy) || (rop == GXcopyInverted)) { 381 /* We can only use GXcopy for Packed modes */ 382 if (pGlint->ROP != GXcopy) { 447 if (rop == GXcopy) { 522 if (rop == GXcopy) { 541 if (rop == GXcopy) { 548 /* We can use Packed mode for filling solid non-GXcopy rasters */ 572 if (pGlint->ROP == GXcopy) { 615 if (rop == GXcopy) { [all...] |
| H A D | tx_accel.c | 394 if (rop == GXcopy) { 460 if (rop == GXcopy) { 507 if (rop == GXcopy) { 610 if (rop == GXcopy) { 634 if (pGlint->ROP == GXcopy) { 647 if (pGlint->ROP == GXcopy) { 688 if (rop == GXcopy) { 702 if (rop == GXcopy) { 707 } else if(rop == GXcopy) { 710 if (rop == GXcopy) { [all...] |
| H A D | pm_accel.c | 379 if ((rop == GXcopy) || (rop == GXcopyInverted)) { 409 /* We can only use GXcopy for Packed modes, and less than 32 width 411 if ((w < 32) || (pGlint->ROP != GXcopy)) { 447 if (rop == GXcopy) { 466 if (pGlint->ROP == GXcopy) { 509 if (rop == GXcopy) { 569 if (rop == GXcopy) { 578 if ((rop == GXcopy) && (pGlint->BackGroundColor == -1)) { 643 if (rop == GXcopy) { 648 if ((rop == GXcopy) [all...] |
| H A D | sx_accel.c | 334 if (rop == GXcopy) { 399 if (rop == GXcopy) { 448 if (rop == GXcopy) { 553 if (rop == GXcopy) 614 if (rop == GXcopy) { 628 if (rop == GXcopy) { 633 } else if(rop == GXcopy) { 636 if (rop == GXcopy) { 643 if (rop == GXcopy) { 652 if (rop == GXcopy) { [all...] |
| H A D | pm3_exa.c | 101 if ((rop!=GXclear)&&(rop!=GXset)&&(rop!=GXcopy)&&(rop!=GXcopyInverted)) 207 if ((rop == GXcopy) && (pScrn->bitsPerPixel == 32) && 223 if ((rop == GXcopy) && (pScrn->bitsPerPixel == 16)) { 240 (rop != GXcopy) &&
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaOverlay.c | 85 infoRec->ScratchGC.alu = GXcopy; 109 (*infoRec->FillSolidRects)(pScrn, pScrn->colorKey << 24, GXcopy,
|
| H A D | xaaCpyWin.c | 75 infoRec->ScratchGC.alu = GXcopy;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_pixmap.c | 128 if (alu != GXcopy) 134 if (alu == GXcopy) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winrop.c | 45 0xCC0020, /* GXcopy - S */ 63 0xF00021, /* GXcopy - P */ 96 case GXcopy:
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbgetsp.c | 75 GXcopy,
|
| H A D | fbimage.c | 342 GXcopy, 360 fbAndStip(GXcopy,FB_STIP_ALLONES,FB_STIP_ALLONES), 361 fbXorStip(GXcopy,FB_STIP_ALLONES,FB_STIP_ALLONES), 362 fbAndStip(GXcopy,0,FB_STIP_ALLONES), 363 fbXorStip(GXcopy,0,FB_STIP_ALLONES),
|
| H A D | fbcopy.c | 77 CARD8 alu = pGC ? pGC->alu : GXcopy; 94 if (pm == FB_ALLONES && alu == GXcopy && !reverse && 297 fbAndStip(GXcopy,FB_ALLONES,FB_ALLONES), 298 fbXorStip(GXcopy,FB_ALLONES,FB_ALLONES), 299 fbAndStip(GXcopy,0,FB_ALLONES), 300 fbXorStip(GXcopy,0,FB_ALLONES),
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbcopy.c | 36 CARD8 alu = gc ? gc->alu : GXcopy; 178 fbAndStip(GXcopy, FB_ALLONES, FB_ALLONES), 179 fbXorStip(GXcopy, FB_ALLONES, FB_ALLONES), 180 fbAndStip(GXcopy, 0, FB_ALLONES), 181 fbXorStip(GXcopy, 0, FB_ALLONES), bitplane);
|
| H A D | fbimage.c | 238 dst, dstStride, 0, w * srcBpp, h, GXcopy, FB_ALLONES, srcBpp); 255 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 256 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 257 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), 258 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbcopy.c | 36 CARD8 alu = gc ? gc->alu : GXcopy; 178 fbAndStip(GXcopy, FB_ALLONES, FB_ALLONES), 179 fbXorStip(GXcopy, FB_ALLONES, FB_ALLONES), 180 fbAndStip(GXcopy, 0, FB_ALLONES), 181 fbXorStip(GXcopy, 0, FB_ALLONES), bitplane);
|
| H A D | fbimage.c | 238 dst, dstStride, 0, w * srcBpp, h, GXcopy, pm, srcBpp); 249 fbAndStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 250 fbXorStip(GXcopy, FB_STIP_ALLONES, FB_STIP_ALLONES), 251 fbAndStip(GXcopy, 0, FB_STIP_ALLONES), 252 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask);
|
| /xsrc/external/mit/xf86-video-ag10e/dist/src/ |
| H A D | ag10e_accel.c | 342 if (rop == GXcopy) { 407 if (rop == GXcopy) { 470 if (rop == GXcopy) 531 if (rop == GXcopy) { 545 if (rop == GXcopy) { 550 } else if(rop == GXcopy) { 553 if (rop == GXcopy) { 560 if (rop == GXcopy) { 569 if (rop == GXcopy) { 608 if (rop == GXcopy) { [all...] |
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_dga.c | 196 FFB_SetupForSolidFill(pScrn, color, GXcopy, ~0); 213 FFB_SetupForScreenToScreenCopy(pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mirect.c | 56 tmpval[0].val = GXcopy; 148 gcvals[0].val = GXcopy;
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| H A D | omImText.c | 51 XSetFunction(dpy, gc, GXcopy);
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128dga.c | 210 (*pI128->XaaInfoRec->SetupForSolidFill)(pScrn, color, GXcopy, ~0); 230 pScrn, xdir, ydir, GXcopy, ~0, -1); 253 pScrn, xdir, ydir, GXcopy, ~0, color);
|