Home
last modified time | relevance | path

Searched refs:effectType (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/gm/
H A Dfp_sample_chaining.cpp155 EffectType effectType, in wrap()
157 switch (effectType) { in wrap()
198 for (EffectType effectType : effects) { in DEF_SIMPLE_GPU_GM_CAN_FAIL()
199 fp = wrap(std::move(fp), effectType, x, y); in DEF_SIMPLE_GPU_GM_CAN_FAIL()
154 wrap(std::unique_ptr<GrFragmentProcessor> fp, EffectType effectType, int drawX, int drawY) wrap() argument
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp152 skstd::optional<ChildType> effectType = effectPtrs[i].type(); in verify_child_effects() local
153 if (effectType && effectType != reflected[i].type) { in verify_child_effects()

Completed in 3 milliseconds