ReactOS 0.4.15-dev-7958-gcd0bb1a
_EFI_GRAPHICS_OUTPUT_PROTOCOL Struct Reference

#include <GraphicsOutput.h>

Collaboration diagram for _EFI_GRAPHICS_OUTPUT_PROTOCOL:

Public Attributes

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 264 of file GraphicsOutput.h.

Member Data Documentation

◆ Blt

EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT _EFI_GRAPHICS_OUTPUT_PROTOCOL::Blt

Definition at line 267 of file GraphicsOutput.h.

Referenced by OslDrawLogo().

◆ Mode

EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE* _EFI_GRAPHICS_OUTPUT_PROTOCOL::Mode

Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.

Definition at line 271 of file GraphicsOutput.h.

Referenced by ConsoleEfiGopOpen(), and UefiInitializeVideo().

◆ QueryMode

EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::QueryMode

Definition at line 265 of file GraphicsOutput.h.

◆ SetMode

EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::SetMode

Definition at line 266 of file GraphicsOutput.h.

Referenced by UefiInitializeVideo().


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