TianoCore EDK2 master
|
Data Fields | |
UINT32 | Version |
UINT32 | HorizontalResolution |
UINT32 | VerticalResolution |
EFI_GRAPHICS_PIXEL_FORMAT | PixelFormat |
EFI_PIXEL_BITMASK | PixelInformation |
UINT32 | PixelsPerScanLine |
Definition at line 59 of file GraphicsOutput.h.
UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::HorizontalResolution |
The size of video screen in pixels in the X dimension.
Definition at line 68 of file GraphicsOutput.h.
EFI_GRAPHICS_PIXEL_FORMAT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::PixelFormat |
Enumeration that defines the physical format of the pixel. A value of PixelBltOnly implies that a linear frame buffer is not available for this mode.
Definition at line 77 of file GraphicsOutput.h.
EFI_PIXEL_BITMASK EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::PixelInformation |
This bit-mask is only valid if PixelFormat is set to PixelPixelBitMask. A bit being set defines what bits are used for what purpose such as Red, Green, Blue, or Reserved.
Definition at line 82 of file GraphicsOutput.h.
UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::PixelsPerScanLine |
Defines the number of pixel elements per video memory line.
Definition at line 86 of file GraphicsOutput.h.
UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::Version |
The version of this data structure. A value of zero represents the EFI_GRAPHICS_OUTPUT_MODE_INFORMATION structure as defined in this specification.
Definition at line 64 of file GraphicsOutput.h.
UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::VerticalResolution |
The size of video screen in pixels in the Y dimension.
Definition at line 72 of file GraphicsOutput.h.