Home
last modified time | relevance | path

Searched refs:isSameInterfaceBlockFieldAtLinkTime (Results 1 – 2 of 2) sorted by relevance

/external/angle/include/GLSLANG/
DShaderVars.h185 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const;
/external/angle/src/compiler/translator/
DShaderVars.cpp355 bool ShaderVariable::isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const in isSameInterfaceBlockFieldAtLinkTime() function in sh::ShaderVariable
438 if (!fields[fieldIndex].isSameInterfaceBlockFieldAtLinkTime(other.fields[fieldIndex])) in isSameInterfaceBlockAtLinkTime()