Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderVars.h227 bool isSameInterfaceBlockAtLinkTime(const InterfaceBlock &other) const;
/external/angle/src/libANGLE/
DProgramExecutable.cpp353 if (uniformBlock.isSameInterfaceBlockAtLinkTime(*prevUniformBlock)) in linkValidateGlobalNames()
/external/angle/src/compiler/translator/
DShaderVars.cpp426 bool InterfaceBlock::isSameInterfaceBlockAtLinkTime(const InterfaceBlock &other) const in isSameInterfaceBlockAtLinkTime() function in sh::InterfaceBlock