Searched refs:fSpecializations (Results 1 – 4 of 4) sorted by relevance
153 std::unordered_map<SkSL::String, std::unique_ptr<const SkSL::Program>> fSpecializations; variable
47 const auto& found = fSpecializations.find(key); in getSpecialization()48 if (found != fSpecializations.end()) { in getSpecialization()79 fSpecializations.insert(std::make_pair(key, std::move(specialized))); in getSpecialization()
170 std::unordered_map<SkSL::String, std::unique_ptr<const SkSL::Program>> fSpecializations; variable
49 const auto& found = fSpecializations.find(key); in getSpecialization()50 if (found != fSpecializations.end()) { in getSpecialization()86 fSpecializations.insert(std::make_pair(key, std::move(specialized))); in getSpecialization()