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

#include <OgreGLES2HardwareOcclusionQuery.h>

+ Inheritance diagram for Ogre::GLES2HardwareOcclusionQuery:
+ Collaboration diagram for Ogre::GLES2HardwareOcclusionQuery:

Public Member Functions

 GLES2HardwareOcclusionQuery ()
 Default object constructor. More...
 
 ~GLES2HardwareOcclusionQuery ()
 Object destructor. More...
 
void beginOcclusionQuery ()
 
void endOcclusionQuery ()
 
bool isStillOutstanding (void)
 
bool pullOcclusionQuery (unsigned int *NumOfFragments)
 

Protected Member Functions

virtual void notifyOnContextLost ()
 See AndroidResource. More...
 
virtual void notifyOnContextReset ()
 See AndroidResource. More...
 

Private Member Functions

void createQuery ()
 
void destroyQuery ()
 

Private Attributes

GLuint mQueryID
 

Detailed Description

Definition at line 45 of file OgreGLES2HardwareOcclusionQuery.h.

Constructor & Destructor Documentation

Ogre::GLES2HardwareOcclusionQuery::GLES2HardwareOcclusionQuery ( )

Default object constructor.

Ogre::GLES2HardwareOcclusionQuery::~GLES2HardwareOcclusionQuery ( )

Object destructor.

Member Function Documentation

void Ogre::GLES2HardwareOcclusionQuery::beginOcclusionQuery ( )
void Ogre::GLES2HardwareOcclusionQuery::createQuery ( )
private
void Ogre::GLES2HardwareOcclusionQuery::destroyQuery ( )
private
void Ogre::GLES2HardwareOcclusionQuery::endOcclusionQuery ( )
bool Ogre::GLES2HardwareOcclusionQuery::isStillOutstanding ( void  )
virtual void Ogre::GLES2HardwareOcclusionQuery::notifyOnContextLost ( )
protectedvirtual
virtual void Ogre::GLES2HardwareOcclusionQuery::notifyOnContextReset ( )
protectedvirtual
bool Ogre::GLES2HardwareOcclusionQuery::pullOcclusionQuery ( unsigned int *  NumOfFragments)

Member Data Documentation

GLuint Ogre::GLES2HardwareOcclusionQuery::mQueryID
private

Definition at line 75 of file OgreGLES2HardwareOcclusionQuery.h.


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