Home | History | Annotate | Download | only in glshared

Lines Matching defs:ContextWrapper

80 class ContextWrapper : public CallLogWrapper
94 ContextWrapper (const Context& ctx);
98 class Binder : public ContextWrapper
107 Binder (const Context& ctx) : ContextWrapper(ctx) {}
135 class Type : public ContextWrapper
149 Type (const Context& ctx) : ContextWrapper(ctx) {}
209 class Attacher : public ContextWrapper
225 : ContextWrapper (ctx)
234 class InputAttacher : public ContextWrapper
241 : ContextWrapper (attacher.getContext())
246 class OutputAttacher : public ContextWrapper
254 : ContextWrapper (attacher.getContext())
259 class Types : public ContextWrapper
263 : ContextWrapper(ctx) {}