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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.h65 virtual IOReturn setCLUTWithEntries( IOColorEntry * colors, UInt32 index,
H A DIOBootFramebuffer.cpp227 IOColorEntry * colors, UInt32 index, UInt32 numEntries,
H A DIOFramebuffer.cpp1998 IOColorEntry * colors = (IOColorEntry *) args->structureInput;
2057 dataLen / sizeof( IOColorEntry), options );
2063 UInt32 count = index + dataLen / sizeof(IOColorEntry);
2137 ret = setCLUTWithEntries( (IOColorEntry *) __private->clutData, __private->clutIndex,
2138 clutLen / sizeof( IOColorEntry), __private->clutOptions );
3539 IOColorEntry * clut = hwCursorInfo->colorMap;
3609 if ((maxColors > 1) && (&clut[1] == (IOColorEntry *) hwCursorInfo))
8565 IOColorEntry * /* colors */, UInt32 /* index */,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h224 * @struct IOColorEntry
233 struct IOColorEntry { struct
239 typedef struct IOColorEntry IOColorEntry; typedef in typeref:struct:IOColorEntry
972 * @field colorMap Pointer to array of IOColorEntry structures, with the number of elements set by the numColors field of the IOHardwareCursorDescriptor. Zero should be passed for direct pixel formats.
985 IOColorEntry * colorMap;
H A DIOFramebuffer.h550 virtual IOReturn setCLUTWithEntries( IOColorEntry * colors, UInt32 index,
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h263 virtual IOReturn setCLUTWithEntries( IOColorEntry * colors, UInt32 index,
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h170 @param options kSetCLUTByValue may be set to use the index member of the IOColorEntry structure to determine where the entry should be written to the color table. Otherwise the index is taken from the location in the IOColorEntry array. kSetClutImmediately may be set to change the color table immediately instead of waiting for vertical blanking interval. kSetClubWithLuminance may be set to use luminance rather than RGB entries.
171 @param colors The array of color table entries to set. The IOColorEntry structure is defined in IOGraphicsTypes.h.
179 IOColorEntry * colors );
H A DIOGraphicsLib.c565 IOColorEntry * colors )
577 size_t inSize = numEntries * sizeof( IOColorEntry);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2414 IOColorEntry * colors, UInt32 index, UInt32 numEntries,

Completed in 175 milliseconds