Searched refs:aperture (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.h56 IOPixelAperture aperture, IOPixelInformation * pixelInfo );
61 virtual IODeviceMemory * getApertureRange( IOPixelAperture aperture );
H A DIOBootFramebuffer.cpp131 IOPixelAperture aperture, IOPixelInformation * info )
135 if (aperture || depth || (displayMode != kTheDisplayMode))
129 getPixelInformation( IODisplayModeID displayMode, IOIndex depth, IOPixelAperture aperture, IOPixelInformation * info ) argument
H A DIOFramebuffer.cpp1344 IOPixelAperture aperture = args->scalarInput[2]; local
1352 err = inst->getPixelInformation(displayMode, depth, aperture, pixelInfo);
2366 // IOPixelAperture aperture = args->scalarInput[0];
6277 IODeviceMemory * IOFramebuffer::_getApertureRange(IOFramebuffer * fb, IOPixelAperture aperture) argument
6279 typedef IODeviceMemory * (*Proc)(IOFramebuffer * fb, IOPixelAperture aperture);
6283 mem = (*proc)(fb, aperture);
6284 // kprintf("%s: zorch GAR(%d) %p\n", fb->thisName, aperture, mem);
6285 if (kIOFBSystemAperture == aperture) mem = 0;
8224 IOItemCount modeCount, modeNum, aperture; local
8268 for (aperture
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h38 The functions in IOGraphicsLib use a number of special types. The display mode is the screen's resolution and refresh rate. The known display modes are referred to by an index of type IODisplayModeID. The display depth is the number of significant color bits used in representing each pixel. Depths are also referred to by an index value that is 0 for 8 bits, 1 for 15 bits, and 2 for 24 bits. A combination of display mode and depth may have a number of supported pixel formats. The pixel aperture is an index of supported pixel formats for a display mode and depth. This index is of type IOPixelAperture. All of these graphics specific types are defined in IOGraphicsTypes.h.
67 @param aperture The pixel aperture to retrieve information on. The pixel aperture is an index into supported pixel formats for a display mode and depth. To get information for the current aperture, use kIOFBSystemAperture.
73 IOPixelAperture aperture,
80 @param aperture The pixel aperture to retrieve information on. The pixel aperture is an index into supported pixel formats. To get information for the current aperture, us
[all...]
H A DIOGraphicsLib.c164 IOPixelAperture aperture,
172 IOPixelAperture aperture,
414 IOPixelAperture aperture,
429 err = _IOFBGetPixelInformation(connectRef, mode, depth, aperture, &pixelInfo);
433 err = IOFBGetFramebufferOffsetForAperture( connect, aperture,
448 IOPixelAperture aperture,
461 uint64_t inData = aperture;
545 IOPixelAperture aperture,
551 err = IOFBGetPixelInformation( connect, mode, depth, aperture, &pixelInfo );
4581 IOPixelAperture aperture,
413 IOFBGetFramebufferInformationForAperture( io_connect_t connect, IOPixelAperture aperture, IOFramebufferInformation * info ) argument
447 IOFBGetFramebufferOffsetForAperture( mach_port_t connect, IOPixelAperture aperture, IOByteCount * offset ) argument
542 IOFBGetPixelFormat( io_connect_t connect, IODisplayModeID mode, IOIndex depth, IOPixelAperture aperture, IOPixelEncoding * pixelFormat ) argument
4577 __IOFBGetPixelInformation( IOFBConnectRef connectRef, IODisplayModeID displayMode, IOIndex depth, IOPixelAperture aperture, IOPixelInformation * pixelInfo ) argument
4604 _IOFBGetPixelInformation( IOFBConnectRef connectRef, IODisplayModeID displayMode, IOIndex depth, IOPixelAperture aperture, IOPixelInformation * pixelInfo ) argument
4640 IOFBGetPixelInformation( io_connect_t connect, IODisplayModeID displayMode, IOIndex depth, IOPixelAperture aperture, IOPixelInformation * pixelInfo ) argument
[all...]
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVFramebuffer.h212 virtual IODeviceMemory * getApertureRange( IOPixelAperture aperture );
238 IOPixelAperture aperture, IOPixelInformation * pixelInfo );
253 virtual IOReturn setApertureEnable( IOPixelAperture aperture,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h375 @param aperture The system will only access the aperture kIOFBSystemAperture.
379 virtual IODeviceMemory * getApertureRange( IOPixelAperture aperture ) = 0;
471 @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.
480 IOPixelAperture aperture, IOPixelInformation * pixelInfo ) = 0;
505 @abstract Enable an aperture on the framebuffer (usually unimplemented, no OS usage).
506 @discussion IOFramebuffer subclasses may implement this method to set enable a non standard aperture. The system does not call this method.
507 @param aperture A device specific aperture inde
[all...]
H A DIOFramebufferPrivate.h193 static IODeviceMemory * _getApertureRange(IOFramebuffer * fb, IOPixelAperture aperture);
/macosx-10.10/vim-55/runtime/syntax/
H A Dpov.vim53 syn keyword povModifiers angle aperture blur_samples confidence direction focal_point h_angle location look_at right sky up v_angle variance
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2087 IOPixelAperture aperture, IOPixelInformation * info )
2098 if (aperture)
2407 IOReturn IONDRVFramebuffer::setApertureEnable( IOPixelAperture /* aperture */,
2085 getPixelInformation( IODisplayModeID displayMode, IOIndex depth, IOPixelAperture aperture, IOPixelInformation * info ) argument

Completed in 225 milliseconds