Home | History | Annotate | Download | only in egl

Lines Matching refs:m_eglTestCtx

900 	return eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, attribList);
923 const Library& egl = m_eglTestCtx.getLibrary();
962 const Library& egl = m_eglTestCtx.getLibrary();
963 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
967 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
969 m_window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
970 m_surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_display, m_config, DE_NULL);
974 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2, 0), DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
1005 const Library& egl = m_eglTestCtx.getLibrary();
1285 addChild(new ImageFormatCase(m_eglTestCtx, spec));
1479 addChild(new ImageFormatCase(m_eglTestCtx, spec));
1545 addChild(new ImageFormatCase(m_eglTestCtx, spec));