#include <OgreEGLContext.h>

Public Member Functions | |
| EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport,::EGLConfig fbconfig,::EGLSurface drawable) | |
| EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport,::EGLConfig fbconfig,::EGLSurface drawable) | |
| virtual | ~EGLContext () |
| virtual | ~EGLContext () |
| virtual void | _createInternalResources (EGLDisplay eglDisplay,::EGLConfig glconfig,::EGLSurface drawable,::EGLContext shareContext) |
| virtual void | _createInternalResources (EGLDisplay eglDisplay,::EGLConfig glconfig,::EGLSurface drawable,::EGLContext shareContext) |
| virtual void | _destroyInternalResources () |
| virtual void | _destroyInternalResources () |
| virtual GLESContext * | clone () const =0 |
| Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. | |
| virtual GLES2Context * | clone () const =0 |
| 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 |
| EGLSurface | getDrawable () const |
| bool | getInitialized () |
| bool | getInitialized () |
| virtual void | releaseContext () |
| Release the render context. | |
| virtual void | setCurrent () |
| Enable the context. | |
| virtual void | setCurrent () |
| Enable the context. | |
| void | setInitialized () |
| void | setInitialized () |
Protected Attributes | |
| bool | initialized |
| bool | initialized |
| ::EGLConfig | mConfig |
| ::EGLContext | mContext |
| ::EGLSurface | mDrawable |
| EGLDisplay | mEglDisplay |
| const EGLSupport * | mGLSupport |
Definition at line 38 of file include/EGL/OgreEGLContext.h.
| Ogre::EGLContext::EGLContext | ( | EGLDisplay | eglDisplay, |
| const EGLSupport * | glsupport, | ||
| ::EGLConfig | fbconfig, | ||
| ::EGLSurface | drawable | ||
| ) |
| virtual Ogre::EGLContext::~EGLContext | ( | ) | [virtual] |
| Ogre::EGLContext::EGLContext | ( | EGLDisplay | eglDisplay, |
| const EGLSupport * | glsupport, | ||
| ::EGLConfig | fbconfig, | ||
| ::EGLSurface | drawable | ||
| ) |
| virtual Ogre::EGLContext::~EGLContext | ( | ) | [virtual] |
| virtual void Ogre::EGLContext::_createInternalResources | ( | EGLDisplay | eglDisplay, |
| ::EGLConfig | glconfig, | ||
| ::EGLSurface | drawable, | ||
| ::EGLContext | shareContext | ||
| ) | [virtual] |
| virtual void Ogre::EGLContext::_createInternalResources | ( | EGLDisplay | eglDisplay, |
| ::EGLConfig | glconfig, | ||
| ::EGLSurface | drawable, | ||
| ::EGLContext | shareContext | ||
| ) | [virtual] |
| virtual void Ogre::EGLContext::_destroyInternalResources | ( | ) | [virtual] |
| virtual void Ogre::EGLContext::_destroyInternalResources | ( | ) | [virtual] |
| virtual GLESContext* Ogre::EGLContext::clone | ( | ) | const [pure virtual] |
Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads.
Implements Ogre::GLESContext.
Implemented in Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::AndroidEGLContext, and Ogre::AndroidEGLContext.
| 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.
Implements Ogre::GLESContext.
Implemented in Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::X11EGLContext, Ogre::Win32EGLContext, Ogre::AndroidEGLContext, and Ogre::AndroidEGLContext.
| virtual void Ogre::EGLContext::endCurrent | ( | ) | [virtual] |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLESContext.
| virtual void Ogre::EGLContext::endCurrent | ( | ) | [virtual] |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::GLESContext.
| EGLSurface Ogre::EGLContext::getDrawable | ( | ) | const |
| EGLSurface Ogre::EGLContext::getDrawable | ( | ) | const |
| bool Ogre::GLES2Context::getInitialized | ( | ) | [inherited] |
Definition at line 58 of file OgreGLES2Context.h.
| bool Ogre::GLESContext::getInitialized | ( | ) | [inherited] |
Definition at line 59 of file OgreGLESContext.h.
| virtual void Ogre::GLES2Context::releaseContext | ( | ) | [virtual, inherited] |
Release the render context.
Definition at line 70 of file OgreGLES2Context.h.
| virtual void Ogre::EGLContext::setCurrent | ( | ) | [virtual] |
| virtual void Ogre::EGLContext::setCurrent | ( | ) | [virtual] |
| void Ogre::GLES2Context::setInitialized | ( | ) | [inherited] |
Definition at line 59 of file OgreGLES2Context.h.
| void Ogre::GLESContext::setInitialized | ( | ) | [inherited] |
Definition at line 60 of file OgreGLESContext.h.
bool Ogre::GLESContext::initialized [protected, inherited] |
Definition at line 69 of file OgreGLESContext.h.
bool Ogre::GLES2Context::initialized [protected, inherited] |
Definition at line 73 of file OgreGLES2Context.h.
EGLConfig Ogre::EGLContext::mConfig [protected] |
Definition at line 41 of file include/EGL/OgreEGLContext.h.
EGLContext Ogre::EGLContext::mContext [protected] |
Definition at line 44 of file include/EGL/OgreEGLContext.h.
EGLSurface Ogre::EGLContext::mDrawable [protected] |
Definition at line 43 of file include/EGL/OgreEGLContext.h.
EGLDisplay Ogre::EGLContext::mEglDisplay [protected] |
Definition at line 45 of file include/EGL/OgreEGLContext.h.
const EGLSupport * Ogre::EGLContext::mGLSupport [protected] |
Definition at line 42 of file include/EGL/OgreEGLContext.h.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jul 27 2020 13:41:01