UbixOS
2.0
|
#include <ogDisplay_UbixOS.h>
Public Member Functions | |
virtual bool | ogAlias (ogSurface &, uint32_t, uint32_t, uint32_t, uint32_t) |
virtual bool | ogClone (ogSurface &) |
virtual void | ogCopyPalette (ogSurface &) |
virtual bool | ogCreate (uint32_t, uint32_t, ogPixelFmt) |
ogDisplay_UbixOS (void) | |
virtual bool | ogLoadPalette (const char *) |
virtual void | ogSetPalette (const ogRGBA8[]) |
virtual void | ogSetPalette (uint8_t, uint8_t, uint8_t, uint8_t) |
virtual void | ogSetPalette (uint8_t, uint8_t, uint8_t, uint8_t, uint8_t) |
virtual | ~ogDisplay_UbixOS (void) |
Protected Member Functions | |
uint16_t | FindMode (uint32_t, uint32_t, uint32_t) |
void | GetModeInfo (uint16_t) |
void | GetVESAInfo (void) |
void | SetMode (uint16_t) |
void | SetPal (void) |
Protected Attributes | |
uint32_t | activePage |
ogModeInfo * | modeInfo |
void * | pages [2] |
ogVESAInfo * | VESAInfo |
uint32_t | visualPage |
Definition at line 89 of file ogDisplay_UbixOS.h.
ogDisplay_UbixOS::ogDisplay_UbixOS | ( | void | ) |
Definition at line 52 of file ogDisplay_UbixOS.cc.
References activePage, GetVESAInfo(), modeInfo, NULL, pages, VESAInfo, and visualPage.
|
virtual |
Definition at line 291 of file ogDisplay_UbixOS.cc.
Definition at line 79 of file ogDisplay_UbixOS.cc.
References GetModeInfo(), modeInfo, and NULL.
Referenced by ogCreate().
|
protected |
Definition at line 65 of file ogDisplay_UbixOS.cc.
References biosCall().
Referenced by FindMode(), and SetMode().
|
protected |
Definition at line 70 of file ogDisplay_UbixOS.cc.
References biosCall(), and VESAInfo.
Referenced by ogDisplay_UbixOS().
|
virtual |
Definition at line 223 of file ogDisplay_UbixOS.cc.
|
virtual |
Definition at line 248 of file ogDisplay_UbixOS.cc.
|
virtual |
Definition at line 253 of file ogDisplay_UbixOS.cc.
References SetPal().
Definition at line 228 of file ogDisplay_UbixOS.cc.
References FindMode(), and SetMode().
Definition at line 259 of file ogDisplay_UbixOS.cc.
References SetPal().
|
virtual |
Definition at line 266 of file ogDisplay_UbixOS.cc.
References NULL, and outportByte().
|
virtual |
Definition at line 278 of file ogDisplay_UbixOS.cc.
References NULL, and outportByte().
|
protected |
Definition at line 99 of file ogDisplay_UbixOS.cc.
References buffer, GetModeInfo(), initVESAMode(), KERNEL_PAGE_DEFAULT, kpanic(), modeInfo, NULL, ogSetPalette(), printOff, and vmm_remapPage().
Referenced by ogCreate().
|
protected |
Definition at line 211 of file ogDisplay_UbixOS.cc.
References outportByte().
Referenced by ogCopyPalette(), and ogLoadPalette().
|
protected |
Definition at line 92 of file ogDisplay_UbixOS.h.
Referenced by ogDisplay_UbixOS().
|
protected |
Definition at line 95 of file ogDisplay_UbixOS.h.
Referenced by FindMode(), ogDisplay_UbixOS(), and SetMode().
|
protected |
Definition at line 91 of file ogDisplay_UbixOS.h.
Referenced by ogDisplay_UbixOS().
|
protected |
Definition at line 94 of file ogDisplay_UbixOS.h.
Referenced by GetVESAInfo(), and ogDisplay_UbixOS().
|
protected |
Definition at line 93 of file ogDisplay_UbixOS.h.
Referenced by ogDisplay_UbixOS().