Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLInliner.h60 void buildCandidateList(const std::vector<std::unique_ptr<ProgramElement>>& elements,
DSkSLInliner.cpp1076 void Inliner::buildCandidateList(const std::vector<std::unique_ptr<ProgramElement>>& elements, in buildCandidateList() function in SkSL::Inliner
1153 this->buildCandidateList(elements, symbols, usage, &candidateList); in analyze()