#include <EmscriptenOGLVideo.h>
|
| | OpenGLDevice () |
| void | initDevice () |
| | The following are inherited from DisplayDevice.
|
| bool | activate (U32 width, U32 height, U32 bpp, bool fullScreen) |
| void | shutdown () |
| bool | setScreenMode (U32 width, U32 height, U32 bpp, bool fullScreen, bool forceIt=false, bool repaint=true) |
| void | swapBuffers () |
| const char * | getDriverInfo () |
| bool | getGammaCorrection (F32 &g) |
| bool | setGammaCorrection (F32 g) |
| bool | getVerticalSync () |
| bool | setVerticalSync (bool on) |
| | OpenGLDevice () |
| virtual | ~OpenGLDevice () |
| void | initDevice () |
| bool | activate (U32 width, U32 height, U32 bpp, bool fullScreen) |
| void | shutdown () |
| void | destroy () |
| bool | setScreenMode (U32 width, U32 height, U32 bpp, bool fullScreen, bool forceIt=false, bool repaint=true) |
| void | swapBuffers () |
| const char * | getDriverInfo () |
| bool | getGammaCorrection (F32 &g) |
| bool | setGammaCorrection (F32 g) |
| bool | getVerticalSync () |
| bool | setVerticalSync (bool on) |
| void | loadResolutions () |
| | DisplayDevice () |
| virtual | ~DisplayDevice () |
| virtual bool | setResolution (U32 width, U32 height, U32 bpp) |
| virtual bool | toggleFullScreen () |
| bool | prevRes () |
| bool | nextRes () |
| const char * | getResolutionList () |
| bool | isFullScreenOnly () |
◆ OpenGLDevice() [1/2]
◆ OpenGLDevice() [2/2]
◆ ~OpenGLDevice()
◆ activate() [1/2]
| bool activate |
( |
U32 | width, |
|
|
U32 | height, |
|
|
U32 | bpp, |
|
|
bool | fullScreen ) |
|
virtual |
◆ activate() [2/2]
| bool activate |
( |
U32 | width, |
|
|
U32 | height, |
|
|
U32 | bpp, |
|
|
bool | fullScreen ) |
|
virtual |
◆ create() [1/2]
◆ create() [2/2]
◆ destroy()
◆ getDriverInfo() [1/2]
| const char * getDriverInfo |
( |
| ) |
|
|
virtual |
◆ getDriverInfo() [2/2]
| const char * getDriverInfo |
( |
| ) |
|
|
virtual |
◆ getGammaCorrection() [1/2]
| bool getGammaCorrection |
( |
F32 & | g | ) |
|
|
virtual |
◆ getGammaCorrection() [2/2]
| bool getGammaCorrection |
( |
F32 & | g | ) |
|
|
virtual |
◆ getVerticalSync() [1/2]
◆ getVerticalSync() [2/2]
◆ initDevice() [1/2]
◆ initDevice() [2/2]
◆ loadResolutions()
◆ setGammaCorrection() [1/2]
| bool setGammaCorrection |
( |
F32 | g | ) |
|
|
virtual |
◆ setGammaCorrection() [2/2]
| bool setGammaCorrection |
( |
F32 | g | ) |
|
|
virtual |
◆ setScreenMode() [1/2]
| bool setScreenMode |
( |
U32 | width, |
|
|
U32 | height, |
|
|
U32 | bpp, |
|
|
bool | fullScreen, |
|
|
bool | forceIt = false, |
|
|
bool | repaint = true ) |
|
virtual |
◆ setScreenMode() [2/2]
| bool setScreenMode |
( |
U32 | width, |
|
|
U32 | height, |
|
|
U32 | bpp, |
|
|
bool | fullScreen, |
|
|
bool | forceIt = false, |
|
|
bool | repaint = true ) |
|
virtual |
◆ setVerticalSync() [1/2]
| bool setVerticalSync |
( |
bool | on | ) |
|
|
virtual |
◆ setVerticalSync() [2/2]
| bool setVerticalSync |
( |
bool | on | ) |
|
|
virtual |
◆ shutdown() [1/2]
◆ shutdown() [2/2]
◆ swapBuffers() [1/2]
◆ swapBuffers() [2/2]
The documentation for this class was generated from the following files:
- platformAndroid/AndroidOGLVideo.h
- platformEmscripten/EmscriptenOGLVideo.h
- platformAndroid/AndroidOGLVideo.cpp
- platformEmscripten/EmscriptenOGLVideo.cpp