Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.h275 std::unordered_map<String, String> fMatrixConstructHelpers; variable
DSkSLMetalCodeGenerator.cpp303 auto found = fMatrixConstructHelpers.find(key); in getMatrixConstructHelper()
304 if (found != fMatrixConstructHelpers.end()) { in getMatrixConstructHelper()
349 fMatrixConstructHelpers[key] = name; in getMatrixConstructHelper()