|
ReactOS 0.4.16-dev-1996-g5047e62
|

Go to the source code of this file.
Macros | |
| #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 FB_SIZE_MB 4 |
Definition at line 41 of file xboxvideo.c.
| #define MAKE_COLOR | ( | Red, | |
| Green, | |||
| Blue | |||
| ) | (0xff000000 | (((Red) & 0xff) << 16) | (((Green) & 0xff) << 8) | ((Blue) & 0xff)) |
Definition at line 43 of file xboxvideo.c.
| #define TOP_BOTTOM_LINES 0 |
Definition at line 39 of file xboxvideo.c.
| DBG_DEFAULT_CHANNEL | ( | UI | ) |
Definition at line 144 of file xboxvideo.c.
Referenced by XboxVideoInit().
Definition at line 151 of file xboxvideo.c.
Referenced by XboxVideoInit().
Definition at line 83 of file xboxvideo.c.
Referenced by XboxVideoClearScreen(), XboxVideoPutChar(), and XboxVideoScrollUp().
Definition at line 70 of file xboxvideo.c.
Referenced by XboxVideoAttrToColors().
Definition at line 124 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 90 of file xboxvideo.c.
Referenced by XboxVideoClearScreen(), XboxVideoInit(), and XboxVideoPrepareForReactOS().
Definition at line 273 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 241 of file xboxvideo.c.
Referenced by MachInit(), and XboxConsPutChar().
Definition at line 255 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 301 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 267 of file xboxvideo.c.
Referenced by MachInit(), and XboxVideoPrepareForReactOS().
Definition at line 194 of file xboxvideo.c.
Referenced by MachInit().
|
static |
Definition at line 46 of file xboxvideo.c.
Referenced by XboxVideoPutChar().
Definition at line 313 of file xboxvideo.c.
Referenced by XboxPrepareForReactOS().
Definition at line 134 of file xboxvideo.c.
Referenced by MachInit(), XboxConsPutChar(), and XboxVideoCopyOffScreenBufferToVRAM().
Definition at line 106 of file xboxvideo.c.
Referenced by XboxConsPutChar().
| VIDEODISPLAYMODE XboxVideoSetDisplayMode | ( | PCSTR | DisplayMode, |
| BOOLEAN | Init | ||
| ) |
Definition at line 234 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 295 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 261 of file xboxvideo.c.
Referenced by MachInit().
Definition at line 307 of file xboxvideo.c.
Referenced by MachInit().
|
static |
Definition at line 33 of file xboxvideo.c.
Referenced by ConsolepClearBuffer(), NvGetBytesPerPixel(), XboxVideoInit(), XboxVideoOutputChar(), and XboxVmpQueryCurrentMode().
|
static |
Definition at line 34 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 29 of file xboxvideo.c.
Referenced by XboxVideoClearScreenColor(), XboxVideoInit(), XboxVideoOutputChar(), and XboxVideoScrollUp().
| ULONG FrameBufferSize |
Definition at line 30 of file xboxvideo.c.
Referenced by ConsoleEfiGopEnable(), DetectDisplayController(), EfiGopGetFrameBuffer(), VidInitialize(), XboxMemGetMemoryMap(), and XboxVideoInit().
| UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 37 of file xboxvideo.c.
|
extern |
Referenced by XboxGetFramebufferSize().
| ULONG NvBase = 0xFD000000 |
Definition at line 28 of file xboxvideo.c.
Referenced by NvGetCrtc(), XboxMemInit(), and XboxVideoInit().
|
static |
Definition at line 32 of file xboxvideo.c.
Referenced by XboxVideoClearScreenColor(), XboxVideoCopyOffScreenBufferToVRAM(), XboxVideoGetBufferSize(), XboxVideoGetDisplaySize(), XboxVideoInit(), and XboxVideoScrollUp().
|
static |
Definition at line 31 of file xboxvideo.c.
Referenced by XboxVideoClearScreenColor(), XboxVideoCopyOffScreenBufferToVRAM(), XboxVideoGetBufferSize(), XboxVideoGetDisplaySize(), XboxVideoInit(), and XboxVideoScrollUp().