|
ReactOS 0.4.16-dev-2293-g4d8327b
|

Go to the source code of this file.
Macros | |
| #define | LOWEST_SUPPORTED_RES 1 |
Functions | |
| DBG_DEFAULT_CHANNEL (UI) | |
| EFI_STATUS | UefiInitializeVideo (VOID) |
| VOID | UefiVideoClearScreen (UCHAR Attr) |
| VOID | UefiVideoPutChar (int Ch, UCHAR Attr, unsigned X, unsigned Y) |
| VOID | UefiVideoGetDisplaySize (PULONG Width, PULONG Height, PULONG Depth) |
| VIDEODISPLAYMODE | UefiVideoSetDisplayMode (PCSTR DisplayMode, BOOLEAN Init) |
| ULONG | UefiVideoGetBufferSize (VOID) |
| VOID | UefiVideoCopyOffScreenBufferToVRAM (PVOID Buffer) |
| VOID | UefiVideoSetTextCursorPosition (UCHAR X, UCHAR Y) |
| VOID | UefiVideoHideShowTextCursor (BOOLEAN Show) |
| BOOLEAN | UefiVideoIsPaletteFixed (VOID) |
| VOID | UefiVideoSetPaletteColor (UCHAR Color, UCHAR Red, UCHAR Green, UCHAR Blue) |
| VOID | UefiVideoGetPaletteColor (UCHAR Color, UCHAR *Red, UCHAR *Green, UCHAR *Blue) |
| DBG_DEFAULT_CHANNEL | ( | UI | ) |
| EFI_STATUS UefiInitializeVideo | ( | VOID | ) |
Definition at line 56 of file uefivid.c.
Referenced by MachInit().
Definition at line 132 of file uefivid.c.
Referenced by MachInit().
Definition at line 163 of file uefivid.c.
Referenced by MachInit().
Definition at line 157 of file uefivid.c.
Referenced by MachInit().
Definition at line 144 of file uefivid.c.
Referenced by MachInit(), and UefiConsPutChar().
Definition at line 194 of file uefivid.c.
Referenced by MachInit().
Definition at line 175 of file uefivid.c.
Referenced by MachInit().
Definition at line 138 of file uefivid.c.
Referenced by MachInit(), and UefiConsPutChar().
| VIDEODISPLAYMODE UefiVideoSetDisplayMode | ( | PCSTR | DisplayMode, |
| BOOLEAN | Init | ||
| ) |
Definition at line 150 of file uefivid.c.
Referenced by MachInit().
Definition at line 187 of file uefivid.c.
Referenced by MachInit().
Definition at line 169 of file uefivid.c.
Referenced by MachInit().
| EFI_GUID EfiGraphicsOutputProtocol = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID |
Definition at line 18 of file uefivid.c.
Referenced by UefiInitializeVideo().
| PCM_FRAMEBUF_DEVICE_DATA FrameBufferData = NULL |
Definition at line 22 of file uefivid.c.
Referenced by DetectDisplayController(), and UefiInitializeVideo().
|
extern |
Definition at line 15 of file uefildr.c.
Referenced by EfiEntry().
|
extern |
Definition at line 16 of file uefildr.c.
Referenced by EfiEntry(), and UefiInitializeVideo().
| ULONG_PTR VramAddress |
Definition at line 20 of file uefivid.c.
Referenced by DetectDisplayController(), UefiInitializeVideo(), and VidInitialize().
| ULONG VramSize |
Definition at line 21 of file uefivid.c.
Referenced by DetectDisplayController(), UefiInitializeVideo(), and VidInitialize().