Home
last modified time | relevance | path

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

/third_party/skia/include/effects/
DSkRuntimeEffect.h145 static Result MakeForShader(SkString sksl) { in MakeForShader() function
/third_party/skia/src/core/
DSkRuntimeEffect.cpp386 SkRuntimeEffect::Result SkRuntimeEffect::MakeForShader(SkString sksl, const Options& options) { in MakeForShader() function in SkRuntimeEffect
405 SkRuntimeEffect::Result SkRuntimeEffect::MakeForShader(std::unique_ptr<SkSL::Program> program, in MakeForShader() function in SkRuntimeEffect
424 SkRuntimeEffect::Result SkRuntimeEffect::MakeForShader(std::unique_ptr<SkSL::Program> program) { in MakeForShader() function in SkRuntimeEffect