Lines Matching defs:effect
50 // Reflected description of a uniform variable in the effect's SkSL
81 // Reflected description of a uniform child (shader or colorFilter) in the effect's SkSL
109 // `strictES2Mode` check. Be aware that the software renderer and pipeline-stage effect are
120 // If the effect is compiled successfully, `effect` will be non-null.
123 sk_sp<SkRuntimeEffect> effect;
302 // size as expected by the effect. Information about the variable can be queried by
378 const SkRuntimeEffect* effect() const { return fEffect.get(); }
388 explicit SkRuntimeEffectBuilder(sk_sp<SkRuntimeEffect> effect)
389 : fEffect(std::move(effect))
425 * sk_sp<SkRuntimeEffect> effect = ...;
426 * SkRuntimeShaderBuilder builder(effect);