Lines Matching refs:m_eglTestCtx
85 addChild(new MemoryStressTests(m_eglTestCtx));
99 addChild(new MakeCurrentPerfTests (m_eglTestCtx));
100 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx));
114 addChild(new CreateContextTests (m_eglTestCtx));
115 addChild(new QueryContextTests (m_eglTestCtx));
116 addChild(new CreateSurfaceTests (m_eglTestCtx));
117 addChild(new QuerySurfaceTests (m_eglTestCtx));
118 addChild(new QueryConfigTests (m_eglTestCtx));
119 addChild(new ChooseConfigTests (m_eglTestCtx));
120 addChild(new ColorClearTests (m_eglTestCtx));
121 addChild(new RenderTests (m_eglTestCtx));
122 addChild(new ImageTests (m_eglTestCtx));
123 addChild(new SharingTests (m_eglTestCtx));
124 addChild(new NegativeApiTests (m_eglTestCtx));
125 addChild(new FenceSyncTests (m_eglTestCtx));
126 addChild(new MultiThreadedTests (m_eglTestCtx));
127 addChild(new GetProcAddressTests (m_eglTestCtx));
128 addChild(new PreservingSwapTests (m_eglTestCtx));
129 addChild(new ClientExtensionTests (m_eglTestCtx));
130 addChild(new CreateContextExtTests (m_eglTestCtx));
131 addChild(new SurfacelessContextTests (m_eglTestCtx));
132 addChild(new SwapBuffersTests (m_eglTestCtx));
133 addChild(new NativeColorMappingTests (m_eglTestCtx));
134 addChild(new NativeCoordMappingTests (m_eglTestCtx));
135 addChild(new ReusableSyncTests (m_eglTestCtx));
136 addChild(new ResizeTests (m_eglTestCtx));
137 addChild(new BufferAgeTests (m_eglTestCtx));
138 addChild(new PartialUpdateTests (m_eglTestCtx));
139 addChild(new NegativePartialUpdateTests (m_eglTestCtx));
140 addChild(new SwapBuffersWithDamageTests (m_eglTestCtx));
141 addChild(createMultiContextTests (m_eglTestCtx));
142 addChild(createThreadCleanUpTest (m_eglTestCtx));
143 addChild(new MutableRenderBufferTests (m_eglTestCtx));
144 addChild(createGetFrameTimestampsTests (m_eglTestCtx));
145 addChild(createRobustnessTests (m_eglTestCtx));
146 addChild(createWideColorTests (m_eglTestCtx));
147 addChild(createHdrColorTests (m_eglTestCtx));
187 , m_eglTestCtx (DE_NULL)
195 delete m_eglTestCtx;
200 DE_ASSERT(!m_eglTestCtx);
201 m_eglTestCtx = new EglTestContext(m_testCtx, getDefaultDisplayFactory(m_testCtx));
205 addChild(new InfoTests (*m_eglTestCtx));
206 addChild(new FunctionalTests (*m_eglTestCtx));
207 addChild(new PerformanceTests (*m_eglTestCtx));
208 addChild(new StressTests (*m_eglTestCtx));
212 delete m_eglTestCtx;
213 m_eglTestCtx = DE_NULL;
222 delete m_eglTestCtx;
223 m_eglTestCtx = DE_NULL;