Home
last modified time | relevance | path

Searched refs:MakeForBlender (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/effects/
H A DSkRuntimeEffect.h155 static Result MakeForBlender(SkString sksl, const Options&);
156 static Result MakeForBlender(SkString sksl) { in MakeForBlender() function in SkSL::SkRuntimeEffect
157 return MakeForBlender(std::move(sksl), Options{}); in MakeForBlender()
167 static Result MakeForBlender(std::unique_ptr<SkSL::Program> program, const Options&);
168 static Result MakeForBlender(std::unique_ptr<SkSL::Program> program);
/third_party/skia/tools/
H A DRuntimeBlendUtils.cpp13 static auto result = SkRuntimeEffect::MakeForBlender(SkString(R"( in GetRuntimeBlendForBlendMode()
/third_party/skia/src/effects/
H A DSkBlenders.cpp54 auto result = SkRuntimeEffect::MakeForBlender(SkString(prog)); in Arithmetic()
/third_party/skia/tests/
H A DSkRuntimeEffectTest.cpp159 auto [effect, errorText] = SkRuntimeEffect::MakeForBlender(SkString(sksl)); in DEF_TEST()
164 auto [effect, errorText] = SkRuntimeEffect::MakeForBlender(SkString(sksl)); in DEF_TEST()
366 auto [effect, errorText] = SkRuntimeEffect::MakeForBlender(SkString(src)); in build()
683 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForBlender(SkString(kSource)).effect; in DEF_TEST()
/third_party/skia/src/core/
H A 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
439 return MakeForBlender(std::move(program), Options{}); in MakeForBlender()
1218 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForBlender, std::move(sksl)); in CreateProc()
/third_party/skia/src/gpu/
H A DGrFragmentProcessor.cpp377 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForBlender, R"(

Completed in 7 milliseconds