Searched defs:Effect (Results 1 – 3 of 3) sorted by relevance
60 struct Effect : public EffectImpl { struct63 std::shared_ptr<EffectImpl> libSw; //< Only valid if isProxy argument64 std::shared_ptr<EffectImpl> libHw; //< Only valid if isProxy argument67 using Effects = std::vector<std::shared_ptr<const Effect>>; argument
37 public abstract class Effect { class
52 public @interface Effect {} annotation in Rule