Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h273 bool isSameInterfaceBlockAtLinkTime(const InterfaceBlock &other) const;
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h276 bool isSameInterfaceBlockAtLinkTime(const InterfaceBlock &other) const;
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp489 bool InterfaceBlock::isSameInterfaceBlockAtLinkTime(const InterfaceBlock &other) const in isSameInterfaceBlockAtLinkTime() function in sh::InterfaceBlock
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp524 bool InterfaceBlock::isSameInterfaceBlockAtLinkTime(const InterfaceBlock &other) const in isSameInterfaceBlockAtLinkTime() function in sh::InterfaceBlock
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1597 if (uniformBlock.isSameInterfaceBlockAtLinkTime(*prevUniformBlock)) in LinkValidateProgramGlobalNames()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3823 if (uniformBlock.isSameInterfaceBlockAtLinkTime(*prevUniformBlock)) in linkValidateGlobalNames()