Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLDSLCPPCodeGenerator.cpp516 static bool variable_exists_with_name(const std::unordered_map<const Variable*, String>& varMap, in variable_exists_with_name() function
540 if (!variable_exists_with_name(fVariableCppNames, prefixedName)) { in getVariableCppName()