Home
last modified time | relevance | path

Searched refs:ShaderProfiles (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h287 typedef std::set<String> ShaderProfiles; typedef
349 ShaderProfiles mSupportedShaderProfiles;
576 const ShaderProfiles& getSupportedShaderProfiles() const in getSupportedShaderProfiles()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystemCapabilities.h284 typedef set<String>::type ShaderProfiles; typedef
348 ShaderProfiles mSupportedShaderProfiles;
578 const ShaderProfiles& getSupportedShaderProfiles() const in getSupportedShaderProfiles()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp71 RenderSystemCapabilities::ShaderProfiles profiles = caps->getSupportedShaderProfiles(); in write()
73 …for(RenderSystemCapabilities::ShaderProfiles::iterator it = profiles.begin(), end = profiles.end()… in write()
H A DOgreRenderSystemCapabilities.cpp166 …for(ShaderProfiles::iterator iter = mSupportedShaderProfiles.begin(), end = mSupportedShaderProfil… in log()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp122 RenderSystemCapabilities::ShaderProfiles profiles = caps->getSupportedShaderProfiles(); in write()
124 …for(RenderSystemCapabilities::ShaderProfiles::iterator it = profiles.begin(), end = profiles.end()… in write()
H A DOgreRenderSystemCapabilities.cpp183 …for(ShaderProfiles::iterator iter = mSupportedShaderProfiles.begin(), end = mSupportedShaderProfil… in log()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Browser/include/
H A DSampleBrowser.h1071 RenderSystemCapabilities::ShaderProfiles profiles = caps->getSupportedShaderProfiles(); in setup()