Home | History | Annotate | Download | only in glshared

Lines Matching refs:m_ctx

131 	, m_ctx				(ctx)
693 const Context& getContext (void) const { return m_ctx; }
694 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); }
695 const Functions& gl (void) const { return m_ctx.gl(); }
696 TestLog& log (void) const { return m_ctx.log(); }
699 Context m_ctx;
706 , m_ctx (ctx)