Lines Matching defs:sksl
137 static Result MakeForColorFilter(SkString sksl, const Options&);
138 static Result MakeForColorFilter(SkString sksl) {
139 return MakeForColorFilter(std::move(sksl), Options{});
148 static Result MakeForShader(SkString sksl, const Options&);
149 static Result MakeForShader(SkString sksl) {
150 return MakeForShader(std::move(sksl), Options{});
155 static Result MakeForBlender(SkString sksl, const Options&);
156 static Result MakeForBlender(SkString sksl) {
157 return MakeForBlender(std::move(sksl), Options{});
253 static Result MakeFromSource(SkString sksl, const Options& options, SkSL::ProgramKind kind);