Home
last modified time | relevance | path

Searched refs:getSlowCompilingUniformBlockSet (Results 1 – 6 of 6) 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.h79 const std::set<std::string> &getSlowCompilingUniformBlockSet() const;
DShaderD3D.cpp209 const std::set<std::string> &ShaderD3D::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in rx::ShaderD3D
DProgramD3D.cpp2129 shadersD3D[shaderType]->getSlowCompilingUniformBlockSet(); in link()
/external/angle/src/compiler/translator/
DShaderLang.cpp706 return translator->getSlowCompilingUniformBlockSet(); in GetSlowCompilingUniformBlockSet()