Home
last modified time | relevance | path

Searched refs:getShaderCachePath (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusSupport.h89 const String& getShaderCachePath(void) const in getShaderCachePath() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2Support.h90 const String& getShaderCachePath(void) const in getShaderCachePath() function
/dports/games/opendungeons/OpenDungeons-0.7.1/source/utils/
H A DResourceManager.h120 inline const std::string& getShaderCachePath() const in getShaderCachePath() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/
H A DOgreShaderProgramManager.cpp324 ShaderGenerator::getSingleton().getShaderCachePath()); in createGpuPrograms()
342 ShaderGenerator::getSingleton().getShaderCachePath()); in createGpuPrograms()
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderProgramManager.cpp317 ShaderGenerator::getSingleton().getShaderCachePath()); in createGpuPrograms()
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/include/
H A DOgreShaderGenerator.h159 const String& getShaderCachePath() const { return mShaderCachePath; } in getShaderCachePath() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/include/
H A DOgreShaderGenerator.h179 const String& getShaderCachePath() const { return mShaderCachePath; } in getShaderCachePath() function
/dports/games/opendungeons/OpenDungeons-0.7.1/source/render/
H A DRenderManager.cpp189 ResourceManager::getSingleton().getShaderCachePath(), "FileSystem", "Graphics"); in createScene()
195 ResourceManager::getSingleton().getShaderCachePath() + "../", "FileSystem", "Graphics"); in createScene()
196 mShaderGenerator->setShaderCachePath(ResourceManager::getSingleton().getShaderCachePath()); in createScene()