#include <EmscriptenOGLVideo.h>
|
| OpenGLDevice () |
|
void | initDevice () |
| The following are inherited from DisplayDevice. More...
|
|
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 | 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 | 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 () |
|
bool activate |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
virtual |
bool activate |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
virtual |
const char* getDriverInfo |
( |
| ) |
|
|
virtual |
const char * getDriverInfo |
( |
| ) |
|
|
virtual |
bool getGammaCorrection |
( |
F32 & |
g | ) |
|
|
virtual |
bool getGammaCorrection |
( |
F32 & |
g | ) |
|
|
virtual |
bool setGammaCorrection |
( |
F32 |
g | ) |
|
|
virtual |
bool setGammaCorrection |
( |
F32 |
g | ) |
|
|
virtual |
bool setScreenMode |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen, |
|
|
bool |
forceIt = false , |
|
|
bool |
repaint = true |
|
) |
| |
|
virtual |
bool setScreenMode |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen, |
|
|
bool |
forceIt = false , |
|
|
bool |
repaint = true |
|
) |
| |
|
virtual |
bool setVerticalSync |
( |
bool |
on | ) |
|
|
virtual |
bool setVerticalSync |
( |
bool |
on | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- platformAndroid/AndroidOGLVideo.h
- platformEmscripten/EmscriptenOGLVideo.h
- platformAndroid/AndroidOGLVideo.cpp
- platformEmscripten/EmscriptenOGLVideo.cpp