Home | History | Annotate | Download | only in gles31

Lines Matching full:m_context

102 	, m_context			(DE_NULL)
110 delete m_context;
118 m_context = new Context(m_testCtx);
121 addChild(new InfoTests (*m_context));
122 addChild(new Functional::FunctionalTests (*m_context));
123 addChild(new Stress::StressTests (*m_context));
127 delete m_context;
128 m_context = DE_NULL;
137 delete m_context;
138 m_context = DE_NULL;