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

/macosx-10.10/IOGraphics-485/tools/
H A Dbootgamma.c18 void IOFBDecompressGamma(const IOFBBootGamma * bootGamma, uint16_t * data, uint16_t count) argument
26 channelGamma = &bootGamma->gamma.red;
57 IOFBBootGamma * bootGamma; local
79 bootGamma = (typeof(bootGamma)) bytes;
80 bytes += bootGamma->length;
84 bootGamma->vendor, bootGamma->product, bootGamma->serial,
85 bootGamma
[all...]
H A Dfitline.c502 IOFBBootGamma * bootGamma)
526 channelGamma = &bootGamma->gamma.red;
554 IOFBBootGamma * bootGamma,
577 bootGamma);
580 channelGamma = &bootGamma->gamma.red;
585 bootGamma->length = ((uintptr_t) channelGamma) - ((uintptr_t) bootGamma);
589 void IOFBDecompressGamma(const IOFBBootGamma * bootGamma, uint16_t * data, uint16_t count) argument
597 channelGamma = &bootGamma->gamma.red;
632 IOFBBootGamma * bootGamma; local
499 IOFBSimplifySegs(const uint16_t data[], uint16_t srcDataCount, uint16_t desiredError, uint16_t * maxError, IOFBLineSeg * segs, uint16_t count, uint16_t maxCount, IOFBBootGamma * bootGamma) argument
553 IOFBCompressGamma( IOFBBootGamma * bootGamma, uint16_t channelCount, uint16_t srcDataCount, uint16_t dataWidth, const void * _data, uint16_t desiredError, uint16_t maxCount, uint16_t * maxError) argument
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1492 IOFBBootGamma * bootGamma)
1515 channelGamma = &bootGamma->gamma.red;
1543 IOFBBootGamma * bootGamma,
1566 bootGamma);
1570 channelGamma = &bootGamma->gamma.red;
1575 bootGamma->length = ((uintptr_t) channelGamma) - ((uintptr_t) bootGamma);
1582 IOFBDecompressGamma(const IOFBBootGamma * bootGamma, uint16_t * data, uint16_t count) argument
1590 channelGamma = &bootGamma->gamma.red;
1623 IOFBBootGamma * bootGamma; local
1489 IOFBSimplifySegs(const uint16_t data[], uint16_t srcDataCount, uint16_t desiredError, uint16_t * maxError, IOFBLineSeg * segs, uint16_t count, uint16_t maxCount, IOFBBootGamma * bootGamma) argument
1542 IOFBCompressGamma( IOFBBootGamma * bootGamma, uint16_t channelCount, uint16_t srcDataCount, uint16_t dataWidth, const void * _data, uint16_t desiredError, uint16_t maxCount, uint16_t * maxError) argument
6951 bool bootGamma = getProperty(kIOFBBootGammaRestoredKey, gIOServicePlane); local
[all...]

Completed in 128 milliseconds