Home
last modified time | relevance | path

Searched refs:getSlowCompilingUniformBlockSet (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/hlsl/
DTranslatorHLSL.h27 const std::set<std::string> *getSlowCompilingUniformBlockSet() const;
DTranslatorHLSL.cpp284 const std::set<std::string> *TranslatorHLSL::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in sh::TranslatorHLSL
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.h68 const std::set<std::string> &getSlowCompilingUniformBlockSet() const;
DShaderD3D.cpp283 const std::set<std::string> &CompiledShaderStateD3D::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in rx::CompiledShaderStateD3D
/external/angle/src/compiler/translator/
DShaderLang.cpp711 return translator->getSlowCompilingUniformBlockSet(); in GetSlowCompilingUniformBlockSet()