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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp7826 uint32_t controllerDepths, ditherMask = 0; local
7901 ditherMask |= (kIODisplayDitherAll << kIODisplayDitherRGBShift);
7909 ditherMask |= (kIODisplayDitherAll << kIODisplayDitherYCbCr444Shift);
7917 ditherMask |= (kIODisplayDitherAll << kIODisplayDitherYCbCr422Shift);
7933 attrValue &= ditherMask;

Completed in 149 milliseconds