Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/effects/
H A DSkRuntimeEffect.h175 static Result MakeForShader(SkString sksl) { in MakeForShader() function
/aosp_15_r20/external/skia/src/core/
H A DSkRuntimeEffect.cpp670 SkRuntimeEffect::Result SkRuntimeEffect::MakeForShader(SkString sksl, const Options& options) { in MakeForShader() function in SkRuntimeEffect