#include <winVideo.h>
|
| | WinDisplayDevice () |
| |
| virtual | ~WinDisplayDevice () |
| |
| virtual void | initDevice () |
| |
| | DisplayDevice () |
| |
| virtual | ~DisplayDevice () |
| |
| virtual bool | activate (U32 width, U32 height, U32 bpp, bool fullScreen)=0 |
| |
| virtual void | shutdown ()=0 |
| |
| virtual bool | setScreenMode (U32 width, U32 height, U32 bpp, bool fullScreen, bool forceIt=false, bool repaint=true)=0 |
| |
| virtual bool | setResolution (U32 width, U32 height, U32 bpp) |
| |
| virtual bool | toggleFullScreen () |
| |
| virtual void | swapBuffers ()=0 |
| |
| virtual const char * | getDriverInfo ()=0 |
| |
| virtual bool | getGammaCorrection (F32 &g)=0 |
| |
| virtual bool | setGammaCorrection (F32 g)=0 |
| |
| virtual bool | setVerticalSync (bool on)=0 |
| |
| bool | prevRes () |
| |
| bool | nextRes () |
| |
| const char * | getResolutionList () |
| |
| bool | isFullScreenOnly () |
| |
| void enumerateBitDepths |
( |
| ) |
|
|
static |
| U16 mOriginalRamp[256 *3] |
|
protected |
| bool smCanDo16Bit = false |
|
staticprotected |
| bool smCanDo32Bit = false |
|
staticprotected |
| bool smCanSwitchBitDepth = false |
|
staticprotected |
The documentation for this class was generated from the following files:
- platformWin32/winVideo.h
- platformWin32/winVideo.cc