Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
H A DEffectDescription.h52 // EffectType is the description subclass, N is num of params
55 template<class EffectType, size_t N>
65 return std::array<float, EffectType::getNumParams()>(); in getEmptyParams()
80 auto params = EffectType::getEmptyParams(); in buildDefaultEffect()
82 for (ParamType &mParam: EffectType::getParams()) { in buildDefaultEffect()
85 return EffectType::template buildEffect<iter_type>(params); in buildDefaultEffect()
92 return EffectType::template buildEffect<iter_type>(std::move(paramArr)); in modifyEffect()
99 return EffectType::template modifyEffect<iter_type>( in modifyEffectVec()
/third_party/skia/gm/
H A Dfp_sample_chaining.cpp148 enum EffectType { enum
155 EffectType effectType, in wrap()
188 auto draw = [&](std::initializer_list<EffectType> effects) { in DEF_SIMPLE_GPU_GM_CAN_FAIL()
198 for (EffectType effectType : effects) { in DEF_SIMPLE_GPU_GM_CAN_FAIL()

Completed in 1 milliseconds