TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_GRAPHICS_OUTPUT_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/GraphicsOutput.h>

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.

Definition at line 258 of file GraphicsOutput.h.

Field Documentation

◆ Blt

EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT _EFI_GRAPHICS_OUTPUT_PROTOCOL::Blt

Definition at line 261 of file GraphicsOutput.h.

◆ Mode

EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE* _EFI_GRAPHICS_OUTPUT_PROTOCOL::Mode

Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.

Definition at line 265 of file GraphicsOutput.h.

◆ QueryMode

EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::QueryMode

Definition at line 259 of file GraphicsOutput.h.

◆ SetMode

EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::SetMode

Definition at line 260 of file GraphicsOutput.h.


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