ReactOS 0.4.16-dev-297-gc569aee
|
#include <vgaddi.h>
Go to the source code of this file.
Functions | |
DWORD | getAvailableModes (IN HANDLE Driver, OUT PVIDEO_MODE_INFORMATION *modeInformation, OUT DWORD *ModeSize) |
BOOL | DeinitVGA (PPDEV ppdev) |
BOOL | InitVGA (PPDEV ppdev, BOOL bFirst) |
Variables | |
static WORD | PaletteBuffer [] |
static BYTE | ColorBuffer [] |
Definition at line 112 of file screen.c.
Referenced by DrvDisableSurface().
DWORD getAvailableModes | ( | IN HANDLE | Driver, |
OUT PVIDEO_MODE_INFORMATION * | modeInformation, | ||
OUT DWORD * | ModeSize | ||
) |
Definition at line 38 of file screen.c.
Referenced by bInitPDEV(), and DrvGetModes().
Definition at line 134 of file screen.c.
Referenced by DrvAssertMode(), and DrvEnableSurface().
|
static |
Definition at line 16 of file screen.c.
Referenced by InitVGA().
|
static |
Definition at line 11 of file screen.c.
Referenced by InitVGA(), and VgaSetPaletteReg().