_notifyResourceLoaded(Resource *res) | Ogre::ResourceManager | [virtual] |
_notifyResourceTouched(Resource *res) | Ogre::ResourceManager | [virtual] |
_notifyResourceUnloaded(Resource *res) | Ogre::ResourceManager | [virtual] |
addImpl(ResourcePtr &res) | Ogre::ResourceManager | [protected, virtual] |
AllocatedObject() | Ogre::AllocatedObject< Alloc > | [explicit] |
checkUsage(void) | Ogre::ResourceManager | [protected, virtual] |
create(const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *createParams=0) | Ogre::ResourceManager | [virtual] |
createImpl(const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader, const NameValuePairList *createParams)=0 | Ogre::ResourceManager | [protected, pure virtual] |
createManual(const String &name, const String &group, TextureType texType, uint width, uint height, uint depth, int num_mips, PixelFormat format, int usage=TU_DEFAULT, ManualResourceLoader *loader=0, bool hwGammaCorrection=false, uint fsaa=0, const String &fsaaHint=StringUtil::BLANK) | Ogre::TextureManager | [virtual] |
createManual(const String &name, const String &group, TextureType texType, uint width, uint height, int num_mips, PixelFormat format, int usage=TU_DEFAULT, ManualResourceLoader *loader=0, bool hwGammaCorrection=false, uint fsaa=0, const String &fsaaHint=StringUtil::BLANK) | Ogre::TextureManager | |
createOrRetrieve(const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *createParams=0, TextureType texType=TEX_TYPE_2D, int numMipmaps=MIP_DEFAULT, Real gamma=1.0f, bool isAlpha=false, PixelFormat desiredFormat=PF_UNKNOWN, bool hwGammaCorrection=false) | Ogre::TextureManager | [virtual] |
Ogre::ResourceManager::createOrRetrieve(const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *createParams=0) | Ogre::ResourceManager | [virtual] |
destroyAllResourcePools() | Ogre::ResourceManager | |
destroyResourcePool(ResourcePool *pool) | Ogre::ResourceManager | |
destroyResourcePool(const String &name) | Ogre::ResourceManager | |
getByHandle(ResourceHandle handle) | Ogre::ResourceManager | [virtual] |
getByName(const String &name, const String &groupName=ResourceGroupManager::AUTODETECT_RESOURCE_GROUP_NAME) | Ogre::ResourceManager | [virtual] |
getDefaultNumMipmaps() | Ogre::TextureManager | [virtual] |
getLoadingOrder(void) const | Ogre::ResourceManager | [virtual] |
getMemoryBudget(void) const | Ogre::ResourceManager | [virtual] |
getMemoryUsage(void) const | Ogre::ResourceManager | [virtual] |
getNativeFormat(TextureType ttype, PixelFormat format, int usage)=0 | Ogre::TextureManager | [pure virtual] |
getNextHandle(void) | Ogre::ResourceManager | [protected] |
getPreferredFloatBitDepth(void) const | Ogre::TextureManager | [virtual] |
getPreferredIntegerBitDepth(void) const | Ogre::TextureManager | [virtual] |
getResourceIterator(void) | Ogre::ResourceManager | |
getResourcePool(const String &name) | Ogre::ResourceManager | |
getResourceType(void) const | Ogre::ResourceManager | |
getScriptPatterns(void) const | Ogre::ResourceManager | [virtual] |
getSingleton(void) | Ogre::TextureManager | [static] |
getSingletonPtr(void) | Ogre::TextureManager | [static] |
getVerbose(void) | Ogre::ResourceManager | [virtual] |
isEquivalentFormatSupported(TextureType ttype, PixelFormat format, int usage) | Ogre::TextureManager | [virtual] |
isFormatSupported(TextureType ttype, PixelFormat format, int usage) | Ogre::TextureManager | [virtual] |
isHardwareFilteringSupported(TextureType ttype, PixelFormat format, int usage, bool preciseFormatOnly=false)=0 | Ogre::TextureManager | [pure virtual] |
load(const String &name, const String &group, TextureType texType=TEX_TYPE_2D, int numMipmaps=MIP_DEFAULT, Real gamma=1.0f, bool isAlpha=false, PixelFormat desiredFormat=PF_UNKNOWN, bool hwGammaCorrection=false) | Ogre::TextureManager | [virtual] |
Ogre::ResourceManager::load(const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *loadParams=0, bool backgroundThread=false) | Ogre::ResourceManager | [virtual] |
loadImage(const String &name, const String &group, const Image &img, TextureType texType=TEX_TYPE_2D, int iNumMipmaps=MIP_DEFAULT, Real gamma=1.0f, bool isAlpha=false, PixelFormat desiredFormat=PF_UNKNOWN, bool hwGammaCorrection=false) | Ogre::TextureManager | [virtual] |
loadRawData(const String &name, const String &group, DataStreamPtr &stream, ushort uWidth, ushort uHeight, PixelFormat format, TextureType texType=TEX_TYPE_2D, int iNumMipmaps=MIP_DEFAULT, Real gamma=1.0f, bool hwGammaCorrection=false) | Ogre::TextureManager | [virtual] |
mDefaultNumMipmaps | Ogre::TextureManager | [protected] |
mLoadOrder | Ogre::ResourceManager | [protected] |
mMemoryBudget | Ogre::ResourceManager | [protected] |
mMemoryUsage | Ogre::ResourceManager | [protected] |
mNextHandle | Ogre::ResourceManager | [protected] |
mPreferredFloatBitDepth | Ogre::TextureManager | [protected] |
mPreferredIntegerBitDepth | Ogre::TextureManager | [protected] |
mResourcePoolMap | Ogre::ResourceManager | [protected] |
mResources | Ogre::ResourceManager | [protected] |
mResourcesByHandle | Ogre::ResourceManager | [protected] |
mResourcesWithGroup | Ogre::ResourceManager | [protected] |
mResourceType | Ogre::ResourceManager | [protected] |
mScriptPatterns | Ogre::ResourceManager | [protected] |
msSingleton | Ogre::Singleton< TextureManager > | [protected, static] |
mVerbose | Ogre::ResourceManager | [protected] |
operator delete(void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator delete(void *ptr, void *) | Ogre::AllocatedObject< Alloc > | |
operator delete(void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | |
operator delete[](void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator delete[](void *ptr, const char *, int, const char *) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz) | Ogre::AllocatedObject< Alloc > | |
operator new(size_t sz, void *ptr) | Ogre::AllocatedObject< Alloc > | |
operator new[](size_t sz, const char *file, int line, const char *func) | Ogre::AllocatedObject< Alloc > | |
operator new[](size_t sz) | Ogre::AllocatedObject< Alloc > | |
parseScript(DataStreamPtr &stream, const String &groupName) | Ogre::ResourceManager | [virtual] |
prepare(const String &name, const String &group, TextureType texType=TEX_TYPE_2D, int numMipmaps=MIP_DEFAULT, Real gamma=1.0f, bool isAlpha=false, PixelFormat desiredFormat=PF_UNKNOWN, bool hwGammaCorrection=false) | Ogre::TextureManager | [virtual] |
Ogre::ResourceManager::prepare(const String &name, const String &group, bool isManual=false, ManualResourceLoader *loader=0, const NameValuePairList *loadParams=0, bool backgroundThread=false) | Ogre::ResourceManager | [virtual] |
reloadAll(bool reloadableOnly=true) | Ogre::ResourceManager | [virtual] |
reloadUnreferencedResources(bool reloadableOnly=true) | Ogre::ResourceManager | [virtual] |
remove(ResourcePtr &r) | Ogre::ResourceManager | [virtual] |
remove(const String &name) | Ogre::ResourceManager | [virtual] |
remove(ResourceHandle handle) | Ogre::ResourceManager | [virtual] |
removeAll(void) | Ogre::ResourceManager | [virtual] |
removeImpl(ResourcePtr &res) | Ogre::ResourceManager | [protected, virtual] |
removeUnreferencedResources(bool reloadableOnly=true) | Ogre::ResourceManager | [virtual] |
ResourceCreateOrRetrieveResult typedef | Ogre::ResourceManager | |
resourceExists(const String &name) | Ogre::ResourceManager | [virtual] |
resourceExists(ResourceHandle handle) | Ogre::ResourceManager | [virtual] |
ResourceHandleMap typedef | Ogre::ResourceManager | |
ResourceManager() | Ogre::ResourceManager | |
ResourceMap typedef | Ogre::ResourceManager | |
ResourceMapIterator typedef | Ogre::ResourceManager | |
ResourcePoolMap typedef | Ogre::ResourceManager | [protected] |
ResourceWithGroupMap typedef | Ogre::ResourceManager | |
setDefaultNumMipmaps(size_t num) | Ogre::TextureManager | [virtual] |
setMemoryBudget(size_t bytes) | Ogre::ResourceManager | [virtual] |
setPreferredBitDepths(ushort integerBits, ushort floatBits, bool reloadTextures=true) | Ogre::TextureManager | [virtual] |
setPreferredFloatBitDepth(ushort bits, bool reloadTextures=true) | Ogre::TextureManager | [virtual] |
setPreferredIntegerBitDepth(ushort bits, bool reloadTextures=true) | Ogre::TextureManager | [virtual] |
setVerbose(bool v) | Ogre::ResourceManager | [virtual] |
Singleton(void) | Ogre::Singleton< TextureManager > | |
TextureManager(void) | Ogre::TextureManager | |
unload(const String &name) | Ogre::ResourceManager | [virtual] |
unload(ResourceHandle handle) | Ogre::ResourceManager | [virtual] |
unloadAll(bool reloadableOnly=true) | Ogre::ResourceManager | [virtual] |
unloadUnreferencedResources(bool reloadableOnly=true) | Ogre::ResourceManager | [virtual] |
~AllocatedObject() | Ogre::AllocatedObject< Alloc > | |
~ResourceManager() | Ogre::ResourceManager | [virtual] |
~ScriptLoader() | Ogre::ScriptLoader | [virtual] |
~Singleton(void) | Ogre::Singleton< TextureManager > | |
~TextureManager() | Ogre::TextureManager | [virtual] |
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:41:14 2012