Home
last modified time | relevance | path

Searched refs:GetUniformBlocks (Results 1 – 3 of 3) sorted by relevance

/external/angle/include/GLSLANG/
DShaderLang.h720 const std::vector<sh::InterfaceBlock> *GetUniformBlocks(const ShHandle handle);
/external/angle/src/libANGLE/
DShader.cpp463 mState.mUniformBlocks = GetShaderVariables(sh::GetUniformBlocks(compilerHandle)); in resolveCompile()
/external/angle/src/compiler/translator/
DShaderLang.cpp544 const std::vector<InterfaceBlock> *GetUniformBlocks(const ShHandle handle) in GetUniformBlocks() function