Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLCompiler.cpp522 if (!this->runInliner(module.fElements, module.fSymbols, usage.get())) { in optimize()
541 this->runInliner(program.fOwnedElements, program.fSymbols, usage); in optimize()
559 bool Compiler::runInliner(const std::vector<std::unique_ptr<ProgramElement>>& elements, in runInliner() function in SkSL::Compiler
DSkSLCompiler.h235 bool runInliner(const std::vector<std::unique_ptr<ProgramElement>>& elements,