HomeSort by relevance Sort by last modified time
    Searched refs:EffectImpl (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/config/include/media/
EffectsConfig.h 57 struct EffectImpl {
62 struct Effect : public EffectImpl {
65 EffectImpl libSw; //< Only valid if isProxy
66 EffectImpl libHw; //< Only valid if isProxy
  /external/skia/tests/
RefCntTest.cpp 130 struct EffectImpl : public Effect {
131 ~EffectImpl() override {}
133 static sk_sp<EffectImpl> Create() {
134 return sk_sp<EffectImpl>(new EffectImpl);
139 auto foo = EffectImpl::Create();
227 paint.set(EffectImpl::Create());
233 auto baz = EffectImpl::Create();
244 sk_sp<EffectImpl> bar1 = EffectImpl::Create()
    [all...]
  /external/skqp/tests/
RefCntTest.cpp 130 struct EffectImpl : public Effect {
131 ~EffectImpl() override {}
133 static sk_sp<EffectImpl> Create() {
134 return sk_sp<EffectImpl>(new EffectImpl);
139 auto foo = EffectImpl::Create();
227 paint.set(EffectImpl::Create());
233 auto baz = EffectImpl::Create();
244 sk_sp<EffectImpl> bar1 = EffectImpl::Create()
    [all...]
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 170 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) {
204 auto parseProxy = [&xmlEffect, &parseImpl](const char* tag, EffectImpl& proxyLib) {
  /frameworks/av/media/libeffects/factory/
EffectsXmlConfigLoader.cpp 212 LoadEffectResult loadEffect(const EffectImpl& effect, const std::string& name,

Completed in 199 milliseconds