XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_GRAPHICS_OUTPUT_MODE_INFORMATION Struct Reference

#include <GraphicsOutput.h>

Collaboration diagram for EFI_GRAPHICS_OUTPUT_MODE_INFORMATION:
Collaboration graph
[legend]

Public Attributes

UINT32 Version
 
UINT32 HorizontalResolution
 
UINT32 VerticalResolution
 
EFI_GRAPHICS_PIXEL_FORMAT PixelFormat
 
EFI_PIXEL_BITMASK PixelInformation
 
UINT32 PixelsPerScanLine
 

Member Data Documentation

◆ HorizontalResolution

UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::HorizontalResolution

The size of video screen in pixels in the X dimension.

◆ PixelFormat

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.

◆ PixelInformation

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.

◆ PixelsPerScanLine

UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::PixelsPerScanLine

Defines the number of pixel elements per video memory line.

◆ Version

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.

◆ VerticalResolution

UINT32 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION::VerticalResolution

The size of video screen in pixels in the Y dimension.


The documentation for this struct was generated from the following file: