Home
last modified time | relevance | path

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

/third_party/skia/include/effects/
DSkRuntimeEffect.h252 static Result MakeInternal(std::unique_ptr<SkSL::Program> program,
/third_party/skia/src/core/
DSkRuntimeEffect.cpp236 return MakeInternal(std::move(program), options, kind); in MakeFromSource()
245 return MakeInternal(std::move(program), options, kind); in MakeFromDSL()
248 SkRuntimeEffect::Result SkRuntimeEffect::MakeInternal(std::unique_ptr<SkSL::Program> program, in MakeInternal() function in SkRuntimeEffect