Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
Ogre::GLES2HardwareOcclusionQuery Class Reference

#include <OgreGLES2HardwareOcclusionQuery.h>

Inheritance diagram for Ogre::GLES2HardwareOcclusionQuery:
Inheritance graph
[legend]

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

◆ GLES2HardwareOcclusionQuery()

Ogre::GLES2HardwareOcclusionQuery::GLES2HardwareOcclusionQuery ( )

Default object constructor.

◆ ~GLES2HardwareOcclusionQuery()

Ogre::GLES2HardwareOcclusionQuery::~GLES2HardwareOcclusionQuery ( )

Object destructor.

Member Function Documentation

◆ beginOcclusionQuery()

void Ogre::GLES2HardwareOcclusionQuery::beginOcclusionQuery ( )

◆ createQuery()

void Ogre::GLES2HardwareOcclusionQuery::createQuery ( )
private

◆ destroyQuery()

void Ogre::GLES2HardwareOcclusionQuery::destroyQuery ( )
private

◆ endOcclusionQuery()

void Ogre::GLES2HardwareOcclusionQuery::endOcclusionQuery ( )

◆ isStillOutstanding()

bool Ogre::GLES2HardwareOcclusionQuery::isStillOutstanding ( void  )

◆ notifyOnContextLost()

virtual void Ogre::GLES2HardwareOcclusionQuery::notifyOnContextLost ( )
protectedvirtual

◆ notifyOnContextReset()

virtual void Ogre::GLES2HardwareOcclusionQuery::notifyOnContextReset ( )
protectedvirtual

◆ pullOcclusionQuery()

bool Ogre::GLES2HardwareOcclusionQuery::pullOcclusionQuery ( unsigned int *  NumOfFragments)

Member Data Documentation

◆ mQueryID

GLuint Ogre::GLES2HardwareOcclusionQuery::mQueryID
private

Definition at line 75 of file OgreGLES2HardwareOcclusionQuery.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Apr 13 2021 08:53:15