OGRE-Next  2.3
Object-Oriented Graphics Rendering Engine
Ogre::EGLContext Class Referenceabstract

#include <OgreEGLContext.h>

+ Inheritance diagram for Ogre::EGLContext:

Public Member Functions

 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 ()
 
GL3PlusContextclone () const
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
 
virtual GLES2Contextclone () const =0
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
 
virtual void endCurrent ()
 This is called before another context is made current. More...
 
virtual void endCurrent ()
 This is called before another context is made current. More...
 
EGLSurface getDrawable () const
 
bool getInitialized ()
 
bool getInitialized ()
 
virtual void releaseContext ()
 Release the render context. More...
 
virtual void releaseContext ()
 Release the render context. More...
 
virtual void setCurrent ()
 Enable the context. More...
 
virtual void setCurrent ()
 Enable the context. More...
 
void setInitialized ()
 
void setInitialized ()
 

Public Attributes

EGLSurface mDrawable
 

Constructor & Destructor Documentation

◆ EGLContext() [1/2]

Ogre::EGLContext::EGLContext ( EGLDisplay  eglDisplay,
EGLGLSupport glsupport,
::EGLConfig  fbconfig,
::EGLSurface  drawable,
::EGLContext  context = 0 
)

◆ ~EGLContext() [1/2]

virtual Ogre::EGLContext::~EGLContext ( )
virtual

◆ EGLContext() [2/2]

Ogre::EGLContext::EGLContext ( EGLDisplay  eglDisplay,
const EGLSupport glsupport,
::EGLConfig  fbconfig,
::EGLSurface  drawable 
)

◆ ~EGLContext() [2/2]

virtual Ogre::EGLContext::~EGLContext ( )
virtual

Member Function Documentation

◆ _createInternalResources()

virtual void Ogre::EGLContext::_createInternalResources ( EGLDisplay  eglDisplay,
::EGLConfig  glconfig,
::EGLSurface  drawable,
::EGLContext  shareContext 
)
virtual

◆ _destroyInternalResources()

virtual void Ogre::EGLContext::_destroyInternalResources ( )
virtual

◆ clone() [1/2]

GL3PlusContext* Ogre::EGLContext::clone ( ) const
virtual

Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.

Note
The caller is responsible for deleting the returned context.

Implements Ogre::GL3PlusContext.

Reimplemented in Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::EmscriptenEGLContext, and Ogre::AndroidEGLContext.

◆ clone() [2/2]

virtual GLES2Context* Ogre::EGLContext::clone ( ) const
pure virtual

Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.

Note
The caller is responsible for deleting the returned context.

Implements Ogre::GL3PlusContext.

Implemented in Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::EmscriptenEGLContext, and Ogre::AndroidEGLContext.

◆ endCurrent() [1/2]

virtual void Ogre::EGLContext::endCurrent ( )
virtual

This is called before another context is made current.

By default, nothing is done here.

Implements Ogre::GL3PlusContext.

◆ endCurrent() [2/2]

virtual void Ogre::EGLContext::endCurrent ( )
virtual

This is called before another context is made current.

By default, nothing is done here.

Implements Ogre::GL3PlusContext.

◆ getDrawable()

EGLSurface Ogre::EGLContext::getDrawable ( ) const

◆ getInitialized() [1/2]

bool Ogre::GL3PlusContext::getInitialized ( )
inlineinherited

◆ getInitialized() [2/2]

bool Ogre::GLES2Context::getInitialized ( )
inlineinherited

◆ releaseContext() [1/2]

virtual void Ogre::GL3PlusContext::releaseContext ( )
inlinevirtualinherited

Release the render context.

Reimplemented in Ogre::Win32Context.

◆ releaseContext() [2/2]

virtual void Ogre::GLES2Context::releaseContext ( )
inlinevirtualinherited

Release the render context.

◆ setCurrent() [1/2]

virtual void Ogre::EGLContext::setCurrent ( )
virtual

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GL3PlusContext.

◆ setCurrent() [2/2]

virtual void Ogre::EGLContext::setCurrent ( )
virtual

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GL3PlusContext.

◆ setInitialized() [1/2]

void Ogre::GL3PlusContext::setInitialized ( )
inlineinherited

◆ setInitialized() [2/2]

void Ogre::GLES2Context::setInitialized ( )
inlineinherited

Member Data Documentation

◆ mDrawable

EGLSurface Ogre::EGLContext::mDrawable

The documentation for this class was generated from the following file: