Lines Matching refs:m_eglTestCtx
331 …const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeD… in initEGLSurface()
333 …m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, config, DE_NULL, … in initEGLSurface()
334 …m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay,… in initEGLSurface()
339 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext()
357 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer); in init()
366 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in init()
374 const Library& egl = m_eglTestCtx.getLibrary(); in deinit()
420 const Library& egl = m_eglTestCtx.getLibrary(); in iterate()
602 …TestCaseGroup* const preserveGroup = new TestCaseGroup(m_eglTestCtx, (preserve ? "preserve" : "no_… in init()
607 …TestCaseGroup* const readPixelsBeforeSwapGroup = new TestCaseGroup(m_eglTestCtx, (readPixelsBefore… in init()
623 …readPixelsBeforeSwapGroup->addChild(new PreservingSwapTest(m_eglTestCtx, preserve, readPixelsBefor… in init()