Searched refs:RGB_EQUAL (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInitAccel.c916 (infoRec->TEGlyphRendererFlags & RGB_EQUAL)) {
917 infoRec->TEGlyphRendererFlags &= ~RGB_EQUAL;
918 XAAMSG("WARNING: TEGlyphRenderer cannot support RGB_EQUAL"
955 (infoRec->TEGlyphRendererFlags & RGB_EQUAL)) {
956 infoRec->TEGlyphRendererFlags &= ~RGB_EQUAL;
957 XAAMSG("WARNING: TEGlyphRenderer cannot support RGB_EQUAL"
1306 if(infoRec->CopyPlaneFlags & RGB_EQUAL)
1318 if(infoRec->PutImageFlags & RGB_EQUAL)
1332 if(infoRec->PushPixelsFlags & RGB_EQUAL)
1358 if(compositeFlags & RGB_EQUAL)
[all...]
H A DxaaBitmap.c287 ((infoRec->CPUToScreenColorExpandFillFlags & RGB_EQUAL) &&
403 || ((infoRec->ScanlineCPUToScreenColorExpandFillFlags & RGB_EQUAL) &&
H A DxaaStipple.c147 (!(infoRec->CPUToScreenColorExpandFillFlags & RGB_EQUAL) ||
282 (!(infoRec->CPUToScreenColorExpandFillFlags & RGB_EQUAL) ||
393 (!(infoRec->ScanlineCPUToScreenColorExpandFillFlags & RGB_EQUAL) ||
506 (!(infoRec->ScanlineCPUToScreenColorExpandFillFlags & RGB_EQUAL) ||
H A Dxaalocal.h1677 (!(flags & RGB_EQUAL) || CHECK_RGB_EQUAL(pGC->fgPixel))
1680 (!(flags & RGB_EQUAL) || CHECK_RGB_EQUAL(pGC->bgPixel))
1696 (!(flags & RGB_EQUAL) || \
H A DxaaPict.c265 (!(infoRec->WriteBitmapFlags & RGB_EQUAL) ||
H A DxaaTEGlyph.c257 ((infoRec->TEGlyphRendererFlags & RGB_EQUAL) &&
433 ((infoRec->TEGlyphRendererFlags & RGB_EQUAL) &&
H A Dxaa.h96 3 RGB_EQUAL
124 #define RGB_EQUAL 0x00000008 macro
H A DxaaPCache.c2291 (!(infoRec->FillMono8x8PatternSpansFlags & RGB_EQUAL) ||
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c254 * for RGB_EQUAL, another for !RGB_EQUAL && GXCOPY_ONLY
255 * and yet another for !RGB_EQUAL && !GXCOPY_ONLY. The
329 RGB_EQUAL | NO_PLANEMASK;

Completed in 22 milliseconds