|
ReactOS 0.4.16-dev-1993-gbf8741d
|

Go to the source code of this file.
Macros | |
| #define | TOP_BOTTOM_LINES 0 |
| #define | LOWEST_SUPPORTED_RES 1 |
| DBG_DEFAULT_CHANNEL | ( | WARNING | ) |
| EFI_STATUS UefiInitializeVideo | ( | VOID | ) |
Definition at line 29 of file uefivid.c.
Referenced by MachInit().
Definition at line 79 of file uefivid.c.
Referenced by UefiVideoClearScreen(), UefiVideoPutChar(), and UefiVideoScrollUp().
Definition at line 67 of file uefivid.c.
Referenced by UefiVideoAttrToColors().
Definition at line 105 of file uefivid.c.
Referenced by MachInit().
Definition at line 87 of file uefivid.c.
Referenced by UefiVideoClearScreen().
Definition at line 173 of file uefivid.c.
Referenced by MachInit().
Definition at line 167 of file uefivid.c.
Referenced by MachInit().
Definition at line 152 of file uefivid.c.
Referenced by MachInit(), and UefiConsPutChar().
Definition at line 234 of file uefivid.c.
Referenced by MachInit().
Definition at line 215 of file uefivid.c.
Referenced by MachInit().
Definition at line 114 of file uefivid.c.
Referenced by UefiVideoPutChar().
Definition at line 140 of file uefivid.c.
Referenced by MachInit(), UefiConsPutChar(), and UefiVideoCopyOffScreenBufferToVRAM().
Definition at line 189 of file uefivid.c.
Referenced by UefiConsPutChar().
| VIDEODISPLAYMODE UefiVideoSetDisplayMode | ( | PCSTR | DisplayMode, |
| BOOLEAN | Init | ||
| ) |
Definition at line 160 of file uefivid.c.
Referenced by MachInit().
Definition at line 227 of file uefivid.c.
Referenced by MachInit().
Definition at line 209 of file uefivid.c.
Referenced by MachInit().
| EFI_GUID EfiGraphicsOutputProtocol = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID |
Definition at line 24 of file uefivid.c.
Referenced by ConsoleEfiGopClose(), ConsoleEfiGopOpen(), ConsoleEfiGraphicalOpenProtocol(), OslDrawLogo(), and UefiInitializeVideo().
| REACTOS_INTERNAL_BGCONTEXT framebufferData |
Definition at line 23 of file uefivid.c.
Referenced by UefiInitializeVideo(), UefiPrintFramebufferData(), UefiVideoClearScreenColor(), UefiVideoCopyOffScreenBufferToVRAM(), UefiVideoGetBufferSize(), UefiVideoGetDisplaySize(), UefiVideoOutputChar(), and UefiVideoScrollUp().
|
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().
| UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 22 of file uefivid.c.
Referenced by TuiTextToColor().