#include <Texture.h>
Definition at line 1143 of file Texture.h.
osg::Texture::TextureObjectManager::TextureObjectManager |
( |
unsigned int |
contextID | ) |
|
bool osg::Texture::TextureObjectManager::checkConsistency |
( |
| ) |
const |
void osg::Texture::TextureObjectManager::deleteAllTextureObjects |
( |
| ) |
|
void osg::Texture::TextureObjectManager::discardAllDeletedTextureObjects |
( |
| ) |
|
void osg::Texture::TextureObjectManager::discardAllTextureObjects |
( |
| ) |
|
void osg::Texture::TextureObjectManager::flushAllDeletedTextureObjects |
( |
| ) |
|
void osg::Texture::TextureObjectManager::flushDeletedTextureObjects |
( |
double |
currentTime, |
|
|
double & |
availableTime |
|
) |
| |
osg::ref_ptr<TextureObject> osg::Texture::TextureObjectManager::generateTextureObject |
( |
const Texture * |
texture, |
|
|
GLenum |
target, |
|
|
GLint |
numMipmapLevels, |
|
|
GLenum |
internalFormat, |
|
|
GLsizei |
width, |
|
|
GLsizei |
height, |
|
|
GLsizei |
depth, |
|
|
GLint |
border |
|
) |
| |
double& osg::Texture::TextureObjectManager::getApplyTime |
( |
| ) |
|
|
inline |
unsigned int osg::Texture::TextureObjectManager::getContextID |
( |
| ) |
const |
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getCurrTexturePoolSize |
( |
| ) |
|
|
inline |
unsigned int osg::Texture::TextureObjectManager::getCurrTexturePoolSize |
( |
| ) |
const |
|
inline |
double& osg::Texture::TextureObjectManager::getDeleteTime |
( |
| ) |
|
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getFrameNumber |
( |
| ) |
|
|
inline |
double& osg::Texture::TextureObjectManager::getGenerateTime |
( |
| ) |
|
|
inline |
unsigned int osg::Texture::TextureObjectManager::getMaxTexturePoolSize |
( |
| ) |
const |
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getNumberActiveTextureObjects |
( |
| ) |
|
|
inline |
unsigned int osg::Texture::TextureObjectManager::getNumberActiveTextureObjects |
( |
| ) |
const |
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getNumberApplied |
( |
| ) |
|
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getNumberDeleted |
( |
| ) |
|
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getNumberFrames |
( |
| ) |
|
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getNumberGenerated |
( |
| ) |
|
|
inline |
unsigned int& osg::Texture::TextureObjectManager::getNumberOrphanedTextureObjects |
( |
| ) |
|
|
inline |
unsigned int osg::Texture::TextureObjectManager::getNumberOrphanedTextureObjects |
( |
| ) |
const |
|
inline |
void osg::Texture::TextureObjectManager::handlePendingOrphandedTextureObjects |
( |
| ) |
|
bool osg::Texture::TextureObjectManager::hasSpace |
( |
unsigned int |
size | ) |
const |
|
inline |
bool osg::Texture::TextureObjectManager::makeSpace |
( |
unsigned int |
size | ) |
|
void osg::Texture::TextureObjectManager::recomputeStats |
( |
std::ostream & |
out | ) |
const |
void osg::Texture::TextureObjectManager::reportStats |
( |
std::ostream & |
out | ) |
|
void osg::Texture::TextureObjectManager::resetStats |
( |
| ) |
|
void osg::Texture::TextureObjectManager::setCurrTexturePoolSize |
( |
unsigned int |
size | ) |
|
|
inline |
void osg::Texture::TextureObjectManager::setMaxTexturePoolSize |
( |
unsigned int |
size | ) |
|
void osg::Texture::TextureObjectManager::setNumberActiveTextureObjects |
( |
unsigned int |
size | ) |
|
|
inline |
void osg::Texture::TextureObjectManager::setNumberOrphanedTextureObjects |
( |
unsigned int |
size | ) |
|
|
inline |
double osg::Texture::TextureObjectManager::_applyTime |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_contextID |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_currTexturePoolSize |
|
protected |
double osg::Texture::TextureObjectManager::_deleteTime |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_frameNumber |
|
protected |
double osg::Texture::TextureObjectManager::_generateTime |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_maxTexturePoolSize |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_numActiveTextureObjects |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_numApplied |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_numDeleted |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_numFrames |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_numGenerated |
|
protected |
unsigned int osg::Texture::TextureObjectManager::_numOrphanedTextureObjects |
|
protected |
The documentation for this class was generated from the following file: