Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h163 bool isSameInterfaceBlockFieldAtLinkTime(const ShaderVariable &other) const;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp393 bool InterfaceBlockField::isSameInterfaceBlockFieldAtLinkTime( in isSameInterfaceBlockFieldAtLinkTime() function in sh::InterfaceBlockField
501 if (!fields[fieldIndex].isSameInterfaceBlockFieldAtLinkTime(other.fields[fieldIndex])) in isSameInterfaceBlockAtLinkTime()
/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()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h238 bool isSameInterfaceBlockFieldAtLinkTime(const InterfaceBlockField &other) const;