Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds