Home | History | Annotate | Download | only in egl

Lines Matching refs:addChild

80 		addChild(new MemoryStressTests(m_eglTestCtx));
94 addChild(new MakeCurrentPerfTests (m_eglTestCtx));
95 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx));
109 addChild(new CreateContextTests (m_eglTestCtx));
110 addChild(new QueryContextTests (m_eglTestCtx));
111 addChild(new CreateSurfaceTests (m_eglTestCtx));
112 addChild(new QuerySurfaceTests (m_eglTestCtx));
113 addChild(new QueryConfigTests (m_eglTestCtx));
114 addChild(new ChooseConfigTests (m_eglTestCtx));
115 addChild(new ColorClearTests (m_eglTestCtx));
116 addChild(new RenderTests (m_eglTestCtx));
117 addChild(new ImageTests (m_eglTestCtx));
118 addChild(new SharingTests (m_eglTestCtx));
119 addChild(new NegativeApiTests (m_eglTestCtx));
120 addChild(new FenceSyncTests (m_eglTestCtx));
121 addChild(new MultiThreadedTests (m_eglTestCtx));
122 addChild(new GetProcAddressTests (m_eglTestCtx));
123 addChild(new PreservingSwapTests (m_eglTestCtx));
124 addChild(new ClientExtensionTests (m_eglTestCtx));
125 addChild(new CreateContextExtTests (m_eglTestCtx));
126 addChild(new SurfacelessContextTests (m_eglTestCtx));
127 addChild(new SwapBuffersTests (m_eglTestCtx));
128 addChild(new NativeColorMappingTests (m_eglTestCtx));
129 addChild(new NativeCoordMappingTests (m_eglTestCtx));
130 addChild(new ReusableSyncTests (m_eglTestCtx));
131 addChild(new ResizeTests (m_eglTestCtx));
132 addChild(new BufferAgeTests (m_eglTestCtx));
133 addChild(new PartialUpdateTests (m_eglTestCtx));
134 addChild(new NegativePartialUpdateTests (m_eglTestCtx));
135 addChild(new SwapBuffersWithDamageTests (m_eglTestCtx));
136 addChild(createMultiContextTests (m_eglTestCtx));
194 addChild(new InfoTests (*m_eglTestCtx));
195 addChild(new FunctionalTests (*m_eglTestCtx));
196 addChild(new PerformanceTests (*m_eglTestCtx));
197 addChild(new StressTests (*m_eglTestCtx));