OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::Win32EGLContext Class Reference

#include <OgreWin32EGLContext.h>

+ Inheritance diagram for Ogre::Win32EGLContext:
+ Collaboration diagram for Ogre::Win32EGLContext:

Public Member Functions

 Win32EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport,::EGLConfig fbconfig,::EGLSurface drawable)
 
 Win32EGLContext (EGLDisplay eglDisplay, const EGLSupport *glsupport,::EGLConfig fbconfig,::EGLSurface drawable)
 
virtual ~Win32EGLContext ()
 
virtual ~Win32EGLContext ()
 
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 ()
 
GLESContextclone () const
 Create a new context based on the same window/pbuffer as this context - mostly useful for additional threads. More...
 
GLES2Contextclone () const
 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
 
EGLSurface getDrawable () const
 
bool getInitialized ()
 
bool getInitialized ()
 
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 ()
 

Protected Attributes

bool initialized
 
bool initialized
 
::EGLConfig mConfig
 
::EGLContext mContext
 
::EGLSurface mDrawable
 
EGLDisplay mEglDisplay
 
const EGLSupportmGLSupport
 

Detailed Description

Definition at line 36 of file include/EGL/WIN32/OgreWin32EGLContext.h.

Constructor & Destructor Documentation

Ogre::Win32EGLContext::Win32EGLContext ( EGLDisplay  eglDisplay,
const EGLSupport glsupport,
::EGLConfig  fbconfig,
::EGLSurface  drawable 
)
virtual Ogre::Win32EGLContext::~Win32EGLContext ( )
virtual
Ogre::Win32EGLContext::Win32EGLContext ( EGLDisplay  eglDisplay,
const EGLSupport glsupport,
::EGLConfig  fbconfig,
::EGLSurface  drawable 
)
virtual Ogre::Win32EGLContext::~Win32EGLContext ( )
virtual

Member Function Documentation

virtual void Ogre::EGLContext::_createInternalResources ( EGLDisplay  eglDisplay,
::EGLConfig  glconfig,
::EGLSurface  drawable,
::EGLContext  shareContext 
)
virtualinherited
virtual void Ogre::EGLContext::_createInternalResources ( EGLDisplay  eglDisplay,
::EGLConfig  glconfig,
::EGLSurface  drawable,
::EGLContext  shareContext 
)
virtualinherited
virtual void Ogre::EGLContext::_destroyInternalResources ( )
virtualinherited
virtual void Ogre::EGLContext::_destroyInternalResources ( )
virtualinherited
GLESContext* Ogre::Win32EGLContext::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::EGLContext.

GLES2Context* Ogre::Win32EGLContext::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::EGLContext.

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

This is called before another context is made current.

By default, nothing is done here.

Implements Ogre::GLESContext.

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

This is called before another context is made current.

By default, nothing is done here.

Implements Ogre::GLESContext.

EGLSurface Ogre::EGLContext::getDrawable ( ) const
inherited
EGLSurface Ogre::EGLContext::getDrawable ( ) const
inherited
bool Ogre::GLES2Context::getInitialized ( )
inlineinherited

Definition at line 58 of file OgreGLES2Context.h.

bool Ogre::GLESContext::getInitialized ( )
inlineinherited

Definition at line 59 of file OgreGLESContext.h.

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

Release the render context.

Definition at line 70 of file OgreGLES2Context.h.

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

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLESContext.

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

Enable the context.

All subsequent rendering commands will go here.

Implements Ogre::GLESContext.

void Ogre::GLES2Context::setInitialized ( )
inlineinherited

Definition at line 59 of file OgreGLES2Context.h.

void Ogre::GLESContext::setInitialized ( )
inlineinherited

Definition at line 60 of file OgreGLESContext.h.

Member Data Documentation

bool Ogre::GLESContext::initialized
protectedinherited

Definition at line 69 of file OgreGLESContext.h.

bool Ogre::GLES2Context::initialized
protectedinherited

Definition at line 73 of file OgreGLES2Context.h.

EGLConfig Ogre::EGLContext::mConfig
protectedinherited

Definition at line 41 of file include/EGL/OgreEGLContext.h.

EGLContext Ogre::EGLContext::mContext
protectedinherited

Definition at line 44 of file include/EGL/OgreEGLContext.h.

EGLSurface Ogre::EGLContext::mDrawable
protectedinherited

Definition at line 43 of file include/EGL/OgreEGLContext.h.

EGLDisplay Ogre::EGLContext::mEglDisplay
protectedinherited

Definition at line 45 of file include/EGL/OgreEGLContext.h.

const EGLSupport * Ogre::EGLContext::mGLSupport
protectedinherited

Definition at line 42 of file include/EGL/OgreEGLContext.h.


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