Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorHLSL.h27 const std::set<std::string> *getSlowCompilingUniformBlockSet() const;
DTranslatorHLSL.cpp253 const std::set<std::string> *TranslatorHLSL::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in sh::TranslatorHLSL
DShaderLang.cpp685 return translator->getSlowCompilingUniformBlockSet(); in GetSlowCompilingUniformBlockSet()
/external/angle/src/libANGLE/renderer/d3d/
DShaderD3D.h62 const std::set<std::string> &getSlowCompilingUniformBlockSet() const;
DShaderD3D.cpp243 const std::set<std::string> &ShaderD3D::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in rx::ShaderD3D
DProgramD3D.cpp2083 shadersD3D[shaderType]->getSlowCompilingUniformBlockSet(); in link()