Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRuntimeEffect.cpp217 SkRuntimeEffect::Result SkRuntimeEffect::MakeFromSource(SkString sksl, in MakeFromSource() function in SkRuntimeEffect
381 auto result = MakeFromSource(std::move(sksl), options, SkSL::ProgramKind::kRuntimeColorFilter); in MakeForColorFilter()
387 auto result = MakeFromSource(std::move(sksl), options, SkSL::ProgramKind::kRuntimeShader); in MakeForShader()
393 auto result = MakeFromSource(std::move(sksl), options, SkSL::ProgramKind::kRuntimeBlender); in MakeForBlender()
/third_party/skia/include/effects/
DSkRuntimeEffect.h246 static Result MakeFromSource(SkString sksl, const Options& options, SkSL::ProgramKind kind);