ReactOS 0.4.16-dev-747-gbc52d5f
|
Go to the source code of this file.
Macros | |
#define | CHAR_WIDTH 8 |
#define | CHAR_HEIGHT 16 |
#define | TOP_BOTTOM_LINES 0 |
#define | FB_SIZE_MB 4 |
#define | MAKE_COLOR(Red, Green, Blue) (0xff000000 | (((Red) & 0xff) << 16) | (((Green) & 0xff) << 8) | ((Blue) & 0xff)) |
Variables | |
ULONG | NvBase = 0xFD000000 |
PVOID | FrameBuffer |
ULONG | FrameBufferSize |
static ULONG | ScreenWidth |
static ULONG | ScreenHeight |
static ULONG | BytesPerPixel |
static ULONG | Delta |
multiboot_info_t * | MultibootInfoPtr |
UCHAR | MachDefaultTextColor = COLOR_GRAY |
#define CHAR_HEIGHT 16 |
Definition at line 39 of file xboxvideo.c.
#define CHAR_WIDTH 8 |
Definition at line 38 of file xboxvideo.c.
#define FB_SIZE_MB 4 |
Definition at line 43 of file xboxvideo.c.
#define MAKE_COLOR | ( | Red, | |
Green, | |||
Blue | |||
) | (0xff000000 | (((Red) & 0xff) << 16) | (((Green) & 0xff) << 8) | ((Blue) & 0xff)) |
Definition at line 45 of file xboxvideo.c.
#define TOP_BOTTOM_LINES 0 |
Definition at line 41 of file xboxvideo.c.
DBG_DEFAULT_CHANNEL | ( | UI | ) |
Definition at line 146 of file xboxvideo.c.
Referenced by XboxVideoInit().
Definition at line 153 of file xboxvideo.c.
Referenced by XboxVideoInit().
Definition at line 85 of file xboxvideo.c.
Referenced by XboxVideoClearScreen(), XboxVideoPutChar(), and XboxVideoScrollUp().
Definition at line 72 of file xboxvideo.c.
Referenced by XboxVideoAttrToColors().
Definition at line 126 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 92 of file xboxvideo.c.
Referenced by XboxVideoClearScreen(), XboxVideoInit(), and XboxVideoPrepareForReactOS().
Definition at line 275 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 243 of file xboxvideo.c.
Referenced by MachInit(), and XboxConsPutChar().
Definition at line 257 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 303 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 269 of file xboxvideo.c.
Referenced by MachInit(), and XboxVideoPrepareForReactOS().
Definition at line 196 of file xboxvideo.c.
Referenced by MachInit().
|
static |
Definition at line 48 of file xboxvideo.c.
Referenced by XboxVideoPutChar().
Definition at line 315 of file xboxvideo.c.
Referenced by XboxPrepareForReactOS().
Definition at line 136 of file xboxvideo.c.
Referenced by MachInit(), XboxConsPutChar(), and XboxVideoCopyOffScreenBufferToVRAM().
Definition at line 108 of file xboxvideo.c.
Referenced by XboxConsPutChar().
VIDEODISPLAYMODE XboxVideoSetDisplayMode | ( | char * | DisplayMode, |
BOOLEAN | Init | ||
) |
Definition at line 236 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 297 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 263 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 309 of file xboxvideo.c.
Referenced by MachInit().
|
static |
Definition at line 32 of file xboxvideo.c.
Referenced by ConsolepClearBuffer(), NvGetBytesPerPixel(), XboxVideoInit(), XboxVideoOutputChar(), and XboxVmpQueryCurrentMode().
|
static |
Definition at line 33 of file xboxvideo.c.
Referenced by _Function_class_(), BitBlt(), BlpTimeMeasureTscFrequency(), DecompressBitmap(), DesktopHeapGetUserDelta(), FatPnpAdjustVpbRefCount(), InbvBufferToScreenBlt(), InbvScreenToBufferBlt(), IntMapWindowPoints(), KeSetPriorityAndQuantumProcess(), LdrProcessRelocationBlock(), LdrProcessRelocationBlockLongLong(), LdrRelocateImageWithBias(), MapWindowPoints(), MiUpdateThunks(), MmAdjustWorkingSetSize(), ParseHeader(), psh_blues_scale_zones(), UefiVideoClearScreenColor(), UefiVideoOutputChar(), UefiVideoScrollUp(), UpdateTotalCommittedPages(), VidBitBlt(), VidBufferToScreenBlt(), VidScreenToBufferBlt(), WaitFor8253Wraparound(), WaitFor8254Wraparound(), XboxVideoClearScreenColor(), XboxVideoInit(), XboxVideoOutputChar(), and XboxVideoScrollUp().
PVOID FrameBuffer |
Definition at line 28 of file xboxvideo.c.
Referenced by XboxVideoClearScreenColor(), XboxVideoInit(), XboxVideoOutputChar(), and XboxVideoScrollUp().
ULONG FrameBufferSize |
Definition at line 29 of file xboxvideo.c.
Referenced by ConsoleEfiGopEnable(), DetectDisplayController(), EfiGopGetFrameBuffer(), VidInitialize(), XboxMemGetMemoryMap(), and XboxVideoInit().
UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 36 of file xboxvideo.c.
|
extern |
Referenced by XboxGetFramebufferSize().
ULONG NvBase = 0xFD000000 |
Definition at line 27 of file xboxvideo.c.
Referenced by NvGetCrtc(), XboxMemInit(), and XboxVideoInit().
|
static |
Definition at line 31 of file xboxvideo.c.
Referenced by XboxVideoClearScreenColor(), XboxVideoCopyOffScreenBufferToVRAM(), XboxVideoGetBufferSize(), XboxVideoGetDisplaySize(), XboxVideoInit(), and XboxVideoScrollUp().
|
static |
Definition at line 30 of file xboxvideo.c.
Referenced by XboxVideoClearScreenColor(), XboxVideoCopyOffScreenBufferToVRAM(), XboxVideoGetBufferSize(), XboxVideoGetDisplaySize(), XboxVideoInit(), and XboxVideoScrollUp().