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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.h56 IOPixelAperture aperture, IOPixelInformation * pixelInfo );
H A DIOFramebuffer.cpp422 IOPixelInformation pixelInfo; member in struct:IOFramebufferPrivate
1162 IOPixelInformation * info = &__private->pixelInfo;
1294 bool IOFramebuffer::deepFramebuffer(IOPixelInformation * pixelInfo) argument
1296 if ((pixelInfo->pixelType == kIORGBSignedFloatingPointPixels)
1297 || (pixelInfo->bitsPerComponent > 8))
1303 bool IOFramebuffer::validFramebuffer(IOPixelInformation * pixelInfo) argument
1305 if (pixelInfo->pixelType == kIORGBSignedDirectPixels)
1308 if (deepFramebuffer(pixelInfo))
1318 IOPixelInformation pixelInfo; local
1323 err = getPixelInformation(mode, depth, kIOFBSystemAperture, &pixelInfo);
1345 IOPixelInformation * pixelInfo = (IOPixelInformation *) args->structureOutput; local
5486 IOPixelInformation pixelInfo; local
6884 IOPixelInformation pixelInfo; local
8222 IOPixelInformation pixelInfo; local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c165 IOPixelInformation * pixelInfo );
173 IOPixelInformation * pixelInfo );
418 IOPixelInformation pixelInfo; local
429 err = _IOFBGetPixelInformation(connectRef, mode, depth, aperture, &pixelInfo);
435 info->activeWidth = pixelInfo.activeWidth;
436 info->activeHeight = pixelInfo.activeHeight;
437 info->bytesPerRow = pixelInfo.bytesPerRow;
438 info->bytesPerPlane = pixelInfo.bytesPerPlane;
439 info->bitsPerPixel = pixelInfo.bitsPerPixel;
440 info->pixelType = pixelInfo
548 IOPixelInformation pixelInfo; local
2335 IOPixelInformation pixelInfo; local
2831 IOPixelInformation pixelInfo; local
3047 IOPixelInformation pixelInfo; local
4202 IOPixelInformation pixelInfo; local
4863 CFDictionaryRef pixelInfo = 0; local
[all...]
H A DIOGraphicsLib.h308 @param pixelInfo A pointer to an IOPixelInformation structure where the pixel information will be returned.
316 IOPixelInformation * pixelInfo );
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp1409 VPBlock pixelInfo; local
1422 pixelParams.csVPBlockPtr = &pixelInfo;
2091 VPBlock pixelInfo; local
2109 pixelParams.csVPBlockPtr = &pixelInfo;
2116 info->activeWidth = pixelInfo.vpBounds.right;
2117 info->activeHeight = pixelInfo.vpBounds.bottom;
2119 info->bytesPerRow = pixelInfo.vpRowBytes;
2121 info->bytesPerRow = pixelInfo.vpRowBytes & 0x7fff;
2123 info->bytesPerPlane = pixelInfo.vpPlaneBytes;
2124 info->bitsPerPixel = pixelInfo
2692 VPBlock pixelInfo; local
4239 VPBlock * pixelInfo = pixelParams->csVPBlockPtr; local
[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 DIOFramebuffer.h480 IOPixelAperture aperture, IOPixelInformation * pixelInfo ) = 0;
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h238 IOPixelAperture aperture, IOPixelInformation * pixelInfo );

Completed in 155 milliseconds