MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_GRAPHICS_OUTPUT_PROTOCOL Struct Reference

Data Fields

EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE QueryMode
 
EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE SetMode
 
EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT Blt
 
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODEMode
 

Detailed Description

Provides a basic abstraction to set video modes and copy pixels to and from the graphics controller's frame buffer. The linear address of the hardware frame buffer is also exposed so software can write directly to the video hardware.

Field Documentation

EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT _EFI_GRAPHICS_OUTPUT_PROTOCOL::Blt
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE* _EFI_GRAPHICS_OUTPUT_PROTOCOL::Mode
EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::QueryMode
EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::SetMode