Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DRefCntTest.cpp132 struct EffectImpl : public Effect { struct
133 ~EffectImpl() override {} in ~EffectImpl() argument
135 static sk_sp<EffectImpl> Create() { in Create() argument
141 auto foo = EffectImpl::Create(); in make_effect() argument
/aosp_15_r20/frameworks/av/media/libeffects/config/include/media/
H A DEffectsConfig.h54 struct EffectImpl { struct
60 struct Effect : public EffectImpl { argument