Lines Matching refs:m_context
117 , m_context (DE_NULL)
125 delete m_context;
133 m_context = new Context(m_testCtx);
136 addChild(new InfoTests (*m_context));
137 addChild(new CapabilityTests (*m_context));
138 addChild(new Functional::FunctionalTests (*m_context));
139 addChild(new Accuracy::AccuracyTests (*m_context));
140 addChild(new Performance::PerformanceTests (*m_context));
141 addChild(new Stress::StressTests (*m_context));
145 delete m_context;
146 m_context = DE_NULL;
155 delete m_context;
156 m_context = DE_NULL;