Lines Matching refs:m_eglTestCtx
2140 const Library& egl = m_eglTestCtx.getLibrary();
2150 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
2153 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
2267 m_eglTestCtx.getLibrary().terminate(m_eglDisplay);
3030 const Library& egl = m_eglTestCtx.getLibrary();
3040 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
3043 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
3618 m_eglTestCtx.getLibrary().terminate(m_eglDisplay);
5254 tcu::TestCaseGroup* simpleTests = new TestCaseGroup(m_eglTestCtx, "simple", "Simple multithreaded tests");
5255 addSimpleTests(m_eglTestCtx, simpleTests, false, false);
5258 TestCaseGroup* randomTests = new TestCaseGroup(m_eglTestCtx, "random", "Random tests");
5259 addRandomTests(m_eglTestCtx, randomTests, false, false);
5262 tcu::TestCaseGroup* simpleTestsSync = new TestCaseGroup(m_eglTestCtx, "simple_egl_sync", "Simple multithreaded tests with EGL_KHR_fence_sync");
5263 addSimpleTests(m_eglTestCtx, simpleTestsSync, true, false);
5266 TestCaseGroup* randomTestsSync = new TestCaseGroup(m_eglTestCtx, "random_egl_sync", "Random tests with EGL_KHR_fence_sync");
5267 addRandomTests(m_eglTestCtx, randomTestsSync, true, false);
5270 tcu::TestCaseGroup* simpleTestsServerSync = new TestCaseGroup(m_eglTestCtx, "simple_egl_server_sync", "Simple multithreaded tests with EGL_KHR_fence_sync and EGL_KHR_wait_sync");
5271 addSimpleTests(m_eglTestCtx, simpleTestsServerSync, true, true);
5274 TestCaseGroup* randomTestsServerSync = new TestCaseGroup(m_eglTestCtx, "random_egl_server_sync", "Random tests with EGL_KHR_fence_sync and EGL_KHR_wait_sync");
5275 addRandomTests(m_eglTestCtx, randomTestsServerSync, true, true);