Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLFunctionDeclaration.cpp388 const std::vector<const Variable*>& otherParameters = f.parameters(); in matches() local
389 if (parameters.size() != otherParameters.size()) { in matches()
393 if (parameters[i]->type() != otherParameters[i]->type()) { in matches()