Searched refs:EffectImpl (Results 1 – 3 of 3) sorted by relevance
52 struct EffectImpl { struct57 struct Effect : public EffectImpl { argument60 EffectImpl libSw; //< Only valid if isProxy61 EffectImpl libHw; //< Only valid if isProxy
180 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) { in parseEffect()214 auto parseProxy = [&xmlEffect, &parseImpl](const char* tag, EffectImpl& proxyLib) { in parseEffect()
212 LoadEffectResult loadEffect(const EffectImpl& effect, const std::string& name, in loadEffect()