OSG
3.4.0
|
#include <Texture.h>
Protected Member Functions | |
virtual | ~TextureObjectSet () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Protected Attributes | |
OpenThreads::Mutex | _mutex |
TextureObjectManager * | _parent |
unsigned int | _contextID |
TextureProfile | _profile |
unsigned int | _numOfTextureObjects |
TextureObjectList | _orphanedTextureObjects |
TextureObjectList | _pendingOrphanedTextureObjects |
TextureObject * | _head |
TextureObject * | _tail |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
osg::Texture::TextureObjectSet::TextureObjectSet | ( | TextureObjectManager * | parent, |
const TextureProfile & | profile | ||
) |
|
protectedvirtual |
void osg::Texture::TextureObjectSet::addToBack | ( | TextureObject * | to | ) |
bool osg::Texture::TextureObjectSet::checkConsistency | ( | ) | const |
unsigned int osg::Texture::TextureObjectSet::computeNumTextureObjectsInList | ( | ) | const |
void osg::Texture::TextureObjectSet::deleteAllTextureObjects | ( | ) |
void osg::Texture::TextureObjectSet::discardAllDeletedTextureObjects | ( | ) |
void osg::Texture::TextureObjectSet::discardAllTextureObjects | ( | ) |
void osg::Texture::TextureObjectSet::flushAllDeletedTextureObjects | ( | ) |
void osg::Texture::TextureObjectSet::flushDeletedTextureObjects | ( | double | currentTime, |
double & | availableTime | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void osg::Texture::TextureObjectSet::handlePendingOrphandedTextureObjects | ( | ) |
bool osg::Texture::TextureObjectSet::makeSpace | ( | unsigned int & | size | ) |
void osg::Texture::TextureObjectSet::moveToBack | ( | TextureObject * | to | ) |
void osg::Texture::TextureObjectSet::moveToSet | ( | TextureObject * | to, |
TextureObjectSet * | set | ||
) |
void osg::Texture::TextureObjectSet::orphan | ( | TextureObject * | to | ) |
void osg::Texture::TextureObjectSet::remove | ( | TextureObject * | to | ) |
|
inline |
osg::ref_ptr<TextureObject> osg::Texture::TextureObjectSet::takeFromOrphans | ( | Texture * | texture | ) |
osg::ref_ptr<TextureObject> osg::Texture::TextureObjectSet::takeOrGenerate | ( | Texture * | texture | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |