#include <OgreOSXCarbonContext.h>
|
| | OSXCarbonContext (AGLContext aglContext, AGLPixelFormat pixelFormat) |
| |
| virtual | ~OSXCarbonContext () |
| |
| virtual GLContext * | clone () 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...
|
| |
| AGLContext | getContext () |
| | Grab the AGLContext if it exists. More...
|
| |
| virtual String | getContextType () |
| | Return value will be "AGL". More...
|
| |
| bool | getInitialized () |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info More...
|
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info More...
|
| |
| void * | operator new[] (size_t sz) |
| |
| virtual void | releaseContext () |
| | Release the render context. More...
|
| |
| virtual void | setCurrent () |
| | See GLContext. More...
|
| |
| void | setInitialized () |
| |
Definition at line 37 of file OgreOSXCarbonContext.h.
◆ OSXCarbonContext()
| Ogre::OSXCarbonContext::OSXCarbonContext |
( |
AGLContext |
aglContext, |
|
|
AGLPixelFormat |
pixelFormat |
|
) |
| |
◆ ~OSXCarbonContext()
| virtual Ogre::OSXCarbonContext::~OSXCarbonContext |
( |
| ) |
|
|
virtual |
◆ _unregisterContext()
| void Ogre::OSXContext::_unregisterContext |
( |
| ) |
|
|
protectedinherited |
Must be called from destructor of final descendant.
◆ clone()
| virtual GLContext* Ogre::OSXCarbonContext::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::OSXContext.
◆ endCurrent()
| virtual void Ogre::OSXCarbonContext::endCurrent |
( |
| ) |
|
|
virtual |
This is called before another context is made current.
By default, nothing is done here.
Implements Ogre::OSXContext.
◆ getContext()
| AGLContext Ogre::OSXCarbonContext::getContext |
( |
| ) |
|
◆ getContextType()
| virtual String Ogre::OSXCarbonContext::getContextType |
( |
| ) |
|
|
virtual |
◆ getInitialized()
| bool Ogre::GLContext::getInitialized |
( |
| ) |
|
|
inherited |
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
◆ operator new[]() [2/2]
◆ releaseContext()
| virtual void Ogre::GLContext::releaseContext |
( |
| ) |
|
|
virtualinherited |
◆ setCurrent()
| virtual void Ogre::OSXCarbonContext::setCurrent |
( |
| ) |
|
|
virtual |
◆ setInitialized()
| void Ogre::GLContext::setInitialized |
( |
| ) |
|
|
inherited |
◆ initialized
| bool Ogre::GLContext::initialized |
|
protectedinherited |
◆ mAGLContext
| AGLContext Ogre::OSXCarbonContext::mAGLContext |
|
private |
◆ mPixelFormat
| AGLPixelFormat Ogre::OSXCarbonContext::mPixelFormat |
|
private |
The documentation for this class was generated from the following file: