Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp359 bool ShaderVariable::isSameVariableAtLinkTime(const ShaderVariable &other, in isSameVariableAtLinkTime() function in sh::ShaderVariable
382 if (!fields[ii].isSameVariableAtLinkTime(other.fields[ii], matchPrecision, true)) in isSameVariableAtLinkTime()
433 return ShaderVariable::isSameVariableAtLinkTime(other, true, true); in isSameUniformAtLinkTime()
438 return (ShaderVariable::isSameVariableAtLinkTime(other, true, true)); in isSameInterfaceBlockFieldAtLinkTime()
448 return ShaderVariable::isSameVariableAtLinkTime(other, false, false) && in isSameVaryingAtLinkTime()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h242 bool isSameVariableAtLinkTime(const ShaderVariable &other,