Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSkSLFP.h153 std::unordered_map<SkSL::String, std::unique_ptr<const SkSL::Program>> fSpecializations; variable
DGrSkSLFP.cpp47 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()
/external/skia/src/gpu/effects/
DGrSkSLFP.h170 std::unordered_map<SkSL::String, std::unique_ptr<const SkSL::Program>> fSpecializations; variable
DGrSkSLFP.cpp49 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()