ReactOS 0.4.16-dev-297-gc569aee
|
#include <svga.h>
Public Attributes | |
UCHAR | Misc |
UCHAR | Hidden |
UCHAR | Sequencer [SVGA_SEQ_MAX_REG] |
UCHAR | CRT [SVGA_CRTC_MAX_REG] |
UCHAR | Graphics [SVGA_GC_MAX_REG] |
UCHAR | Attribute [VGA_AC_MAX_REG] |
UCHAR _SVGA_REGISTERS::Attribute[VGA_AC_MAX_REG] |
Definition at line 382 of file svga.h.
Referenced by VbeSetExtendedRegisters().
UCHAR _SVGA_REGISTERS::CRT[SVGA_CRTC_MAX_REG] |
Definition at line 380 of file svga.h.
Referenced by VbeSetExtendedRegisters().
UCHAR _SVGA_REGISTERS::Graphics[SVGA_GC_MAX_REG] |
Definition at line 381 of file svga.h.
Referenced by VbeSetExtendedRegisters().
UCHAR _SVGA_REGISTERS::Hidden |
Definition at line 378 of file svga.h.
Referenced by VbeSetExtendedRegisters().
UCHAR _SVGA_REGISTERS::Misc |
Definition at line 377 of file svga.h.
Referenced by VbeSetExtendedRegisters().
UCHAR _SVGA_REGISTERS::Sequencer[SVGA_SEQ_MAX_REG] |
Definition at line 379 of file svga.h.
Referenced by VbeSetExtendedRegisters().