iPXE
|
Provides a basic abstraction to set video modes and copy pixels to and from the graphics controller's frame buffer. More...
#include <GraphicsOutput.h>
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 260 of file GraphicsOutput.h.
EFI_GRAPHICS_OUTPUT_PROTOCOL_QUERY_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::QueryMode |
Definition at line 261 of file GraphicsOutput.h.
Referenced by efifb_select_mode().
EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE _EFI_GRAPHICS_OUTPUT_PROTOCOL::SetMode |
Definition at line 262 of file GraphicsOutput.h.
Referenced by efifb_init(), and efifb_restore().
EFI_GRAPHICS_OUTPUT_PROTOCOL_BLT _EFI_GRAPHICS_OUTPUT_PROTOCOL::Blt |
Definition at line 263 of file GraphicsOutput.h.
EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE* _EFI_GRAPHICS_OUTPUT_PROTOCOL::Mode |
Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.
Definition at line 267 of file GraphicsOutput.h.
Referenced by efifb_init(), and efifb_select_mode().