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