_EFI_GRAPHICS_OUTPUT_PROTOCOL

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.

Members

Variables

Blt
EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT Blt;
Undocumented in source.
Mode
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE* Mode;

Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.

QueryMode
EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE QueryMode;
Undocumented in source.
SetMode
EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE SetMode;
Undocumented in source.

Meta