#include <OgreGLES2HardwareOcclusionQuery.h>
Public Member Functions | |
| GLES2HardwareOcclusionQuery () | |
| Default object constructor. | |
| ~GLES2HardwareOcclusionQuery () | |
| Object destructor. | |
| void | beginOcclusionQuery () |
| void | endOcclusionQuery () |
| bool | isStillOutstanding (void) |
| bool | pullOcclusionQuery (unsigned int *NumOfFragments) |
Protected Member Functions | |
| virtual void | notifyOnContextLost () |
| See AndroidResource. | |
| virtual void | notifyOnContextReset () |
| See AndroidResource. | |
Private Member Functions | |
| void | createQuery () |
| void | destroyQuery () |
Private Attributes | |
| GLuint | mQueryID |
Definition at line 45 of file OgreGLES2HardwareOcclusionQuery.h.
Default object constructor.
Object destructor.
| void Ogre::GLES2HardwareOcclusionQuery::createQuery | ( | ) | [private] |
| void Ogre::GLES2HardwareOcclusionQuery::destroyQuery | ( | ) | [private] |
| bool Ogre::GLES2HardwareOcclusionQuery::isStillOutstanding | ( | void | ) |
| virtual void Ogre::GLES2HardwareOcclusionQuery::notifyOnContextLost | ( | ) | [protected, virtual] |
See AndroidResource.
| virtual void Ogre::GLES2HardwareOcclusionQuery::notifyOnContextReset | ( | ) | [protected, virtual] |
See AndroidResource.
| bool Ogre::GLES2HardwareOcclusionQuery::pullOcclusionQuery | ( | unsigned int * | NumOfFragments | ) |
GLuint Ogre::GLES2HardwareOcclusionQuery::mQueryID [private] |
Definition at line 75 of file OgreGLES2HardwareOcclusionQuery.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:06