Home
last modified time | relevance | path

Searched defs:MakeForBlender (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/effects/
DSkRuntimeEffect.h156 static Result MakeForBlender(SkString sksl) { in MakeForBlender() function
/third_party/skia/src/core/
DSkRuntimeEffect.cpp402 SkRuntimeEffect::Result SkRuntimeEffect::MakeForBlender(SkString sksl, const Options& options) { in MakeForBlender() function in SkRuntimeEffect
422 SkRuntimeEffect::Result SkRuntimeEffect::MakeForBlender(std::unique_ptr<SkSL::Program> program, in MakeForBlender() function in SkRuntimeEffect
438 SkRuntimeEffect::Result SkRuntimeEffect::MakeForBlender(std::unique_ptr<SkSL::Program> program) { in MakeForBlender() function in SkRuntimeEffect