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

/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp108 UInt32 desiredGammaWidth; member in struct:IONDRVFramebufferPrivate
1296 __private->desiredGammaWidth = table->gDataWidth;
1301 __private->desiredGammaWidth = 8;
1328 if (((UInt32) table->gDataWidth) > __private->desiredGammaWidth)
1330 __private->desiredGammaWidth = table->gDataWidth;
1338 setProperty(kIOFBGammaWidthKey, __private->desiredGammaWidth, 32);

Completed in 176 milliseconds