OGRE-Next 4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreAndroidEGLContext.h>
Public Member Functions | |
AndroidEGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable) | |
virtual | ~AndroidEGLContext () |
GLES2Context * | clone () const |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. | |
Public Member Functions inherited from Ogre::EGLContext | |
EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable) | |
EGLContext (EGLDisplay eglDisplay, EGLGLSupport *glsupport, ::EGLConfig fbconfig, ::EGLSurface drawable, ::EGLContext context=0) | |
virtual | ~EGLContext () |
virtual | ~EGLContext () |
virtual void | _createInternalResources (EGLDisplay eglDisplay, ::EGLConfig glconfig, ::EGLSurface drawable, ::EGLContext shareContext) |
virtual void | _destroyInternalResources () |
GL3PlusContext * | clone () const |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. | |
virtual void | endCurrent () |
This is called before another context is made current. | |
virtual void | endCurrent () |
This is called before another context is made current. | |
EGLSurface | getDrawable () const |
virtual void | setCurrent () |
Enable the context. | |
virtual void | setCurrent () |
Enable the context. | |
Public Member Functions inherited from Ogre::GL3PlusContext | |
GL3PlusContext () | |
virtual | ~GL3PlusContext () |
bool | getInitialized () |
virtual void | releaseContext () |
Release the render context. | |
void | setInitialized () |
Public Member Functions inherited from Ogre::GLES2Context | |
GLES2Context () | |
virtual | ~GLES2Context () |
bool | getInitialized () |
virtual void | releaseContext () |
Release the render context. | |
void | setInitialized () |
Additional Inherited Members | |
Public Attributes inherited from Ogre::EGLContext | |
EGLSurface | mDrawable |
Ogre::AndroidEGLContext::AndroidEGLContext | ( | EGLDisplay | eglDisplay, |
const EGLSupport * | glsupport, | ||
::EGLConfig | fbconfig, | ||
::EGLSurface | drawable | ||
) |
|
virtual |
|
virtual |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::EGLContext.