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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp334 UInt32 desiredGammaDataWidth; member in struct:IOFramebufferPrivate
1807 if (GAMMA_ADJ && gIOGraphicsControl && (__private->desiredGammaDataWidth <= 8))
1828 if (!__private->desiredGammaDataWidth)
1830 __private->desiredGammaDataWidth = dataWidth;
1835 dataLen = (__private->desiredGammaDataWidth + 7) / 8;
1869 tryWidth = __private->desiredGammaDataWidth;
6657 __private->desiredGammaDataWidth = num->unsigned32BitValue();
7883 if (10 == __private->desiredGammaDataWidth)

Completed in 142 milliseconds