Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h163 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp436 bool ShaderVariable::isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const in isSameInterfaceBlockFieldAtLinkTime() function in sh::ShaderVariable
536 if (!fields[fieldIndex].isSameInterfaceBlockFieldAtLinkTime(other.fields[fieldIndex])) in isSameInterfaceBlockAtLinkTime()