Searched refs:ShaderProfiles (Results 1 – 7 of 7) sorted by relevance
287 typedef std::set<String> ShaderProfiles; typedef349 ShaderProfiles mSupportedShaderProfiles;576 const ShaderProfiles& getSupportedShaderProfiles() const in getSupportedShaderProfiles()
284 typedef set<String>::type ShaderProfiles; typedef348 ShaderProfiles mSupportedShaderProfiles;578 const ShaderProfiles& getSupportedShaderProfiles() const in getSupportedShaderProfiles()
71 RenderSystemCapabilities::ShaderProfiles profiles = caps->getSupportedShaderProfiles(); in write()73 …for(RenderSystemCapabilities::ShaderProfiles::iterator it = profiles.begin(), end = profiles.end()… in write()
166 …for(ShaderProfiles::iterator iter = mSupportedShaderProfiles.begin(), end = mSupportedShaderProfil… in log()
122 RenderSystemCapabilities::ShaderProfiles profiles = caps->getSupportedShaderProfiles(); in write()124 …for(RenderSystemCapabilities::ShaderProfiles::iterator it = profiles.begin(), end = profiles.end()… in write()
183 …for(ShaderProfiles::iterator iter = mSupportedShaderProfiles.begin(), end = mSupportedShaderProfil… in log()
1071 RenderSystemCapabilities::ShaderProfiles profiles = caps->getSupportedShaderProfiles(); in setup()