Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DShaderVars.cpp296 bool matchPrecision, in isSameVariableAtLinkTime() argument
301 if (matchPrecision && precision != other.precision) in isSameVariableAtLinkTime()
318 if (!fields[ii].isSameVariableAtLinkTime(other.fields[ii], matchPrecision, true)) in isSameVariableAtLinkTime()
/external/angle/include/GLSLANG/
DShaderVars.h201 bool matchPrecision,