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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.h56 IOPixelAperture aperture, IOPixelInformation * pixelInfo );
H A DIOBootFramebuffer.cpp131 IOPixelAperture aperture, IOPixelInformation * info )
199 IOPixelInformation info;
H A DIOFramebufferUserClient.cpp165 3, 0, 0, sizeof(IOPixelInformation) },
H A DIOFramebuffer.cpp422 IOPixelInformation pixelInfo;
1162 IOPixelInformation * info = &__private->pixelInfo;
1294 bool IOFramebuffer::deepFramebuffer(IOPixelInformation * pixelInfo)
1303 bool IOFramebuffer::validFramebuffer(IOPixelInformation * pixelInfo)
1314 IOIndex IOFramebuffer::closestDepth(IODisplayModeID mode, IOPixelInformation * matchInfo)
1318 IOPixelInformation pixelInfo;
1345 IOPixelInformation * pixelInfo = (IOPixelInformation *) args->structureOutput;
5486 IOPixelInformation pixelInfo;
6884 IOPixelInformation pixelInf
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h225 bool deepFramebuffer( IOPixelInformation * pixelInfo );
226 bool validFramebuffer( IOPixelInformation * pixelInfo );
227 IOIndex closestDepth(IODisplayModeID mode, IOPixelInformation * pixelInfo);
H A DIOGraphicsTypes.h92 * @struct IOPixelInformation
109 struct IOPixelInformation { struct
123 typedef struct IOPixelInformation IOPixelInformation; typedef in typeref:struct:IOPixelInformation
H A DIOFramebuffer.h471 @discussion IOFramebuffer subclasses must implement this method to return information in the IOPixelInformation structure for the display mode with the passed ID, depth index and aperture. The aperture utilized by the system is always kIOFBSystemAperture. Drivers may define alternative apertures, being a view of the framebuffer in a different pixel format from the default.
474 @param info Pointer to a structure of type IOPixelInformation to be filled out by the driver. IOPixelInformation is documented in IOGraphicsTypes.h.
480 IOPixelAperture aperture, IOPixelInformation * pixelInfo ) = 0;
828 IOReturn setBackingFramebuffer(const IOPixelInformation * info,
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c165 IOPixelInformation * pixelInfo );
173 IOPixelInformation * pixelInfo );
418 IOPixelInformation pixelInfo;
548 IOPixelInformation pixelInfo;
2335 IOPixelInformation pixelInfo;
2831 IOPixelInformation pixelInfo;
3047 IOPixelInformation pixelInfo;
4202 IOPixelInformation pixelInfo;
4213 CFDataAppendBytes(piData, (UInt8 *) &pixelInfo, sizeof(IOPixelInformation));
4220 out->maxDepthIndex = CFDataGetLength(piData) / sizeof(IOPixelInformation);
[all...]
H A DIOGraphicsLib.h303 @discussion IOFBGetPixelInformation returns a structure containing information about a pixel format such as the bits per pixel, pixel format, etc. The IOPixelInformation structure is defined in IOGraphicsTypes.h.
308 @param pixelInfo A pointer to an IOPixelInformation structure where the pixel information will be returned.
316 IOPixelInformation * pixelInfo );
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h238 IOPixelAperture aperture, IOPixelInformation * pixelInfo );
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1871 IOPixelInformation info;
2087 IOPixelAperture aperture, IOPixelInformation * info )

Completed in 232 milliseconds