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

/macosx-10.10/IOGraphics-485/tools/
H A Dfitline.c453 enum { kIOFBGammaPointCountMax = 256 }; enumerator in enum:__anon1918
634 uint16_t maxCount = kIOFBGammaPointCountMax;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1442 enum { kIOFBGammaPointCountMax = 256 }; enumerator in enum:__anon1708
1636 if (maxCount > kIOFBGammaPointCountMax) maxCount = kIOFBGammaPointCountMax;

Completed in 133 milliseconds