Home | History | Annotate | Download | only in glshared

Lines Matching full:m_ctx

131 	, m_ctx				(ctx)
690 const Context& getContext (void) const { return m_ctx; }
691 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); }
692 const Functions& gl (void) const { return m_ctx.gl(); }
693 TestLog& log (void) const { return m_ctx.log(); }
696 Context m_ctx;
703 , m_ctx (ctx)