Home | History | Annotate | Download | only in glshared

Lines Matching defs:Binder

98 class Binder : public ContextWrapper
101 virtual ~Binder (void) {}
107 Binder (const Context& ctx) : ContextWrapper(ctx) {}
110 class SimpleBinder : public Binder
118 : Binder (ctx)
143 virtual Binder* binder (void) const { return DE_NULL; }
157 Binder* binder_ = DE_NULL, bool genCreates_ = false)
169 Binder* binder (void) const { return m_binder; }
179 Binder* const m_binder;
410 using details::Binder;