Lines Matching refs:m_config
717 EGLConfig m_config; member in deqp::egl::MultiThreadedObjectTest
743 , m_config (DE_NULL) in MultiThreadedObjectTest()
923 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in runThread()
1077 surface = egl.createPbufferSurface(m_display, m_config, attributes); in createDestroyObjects()
1078 …age << surface << " = eglCreatePbufferSurface(" << m_display << ", " << m_config << ", { EGL_WIDTH… in createDestroyObjects()
1099 …window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
1100 … eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config, DE_NULL); in createDestroyObjects()
1126 …window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
1127 … eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config, DE_NULL); in createDestroyObjects()
1151 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
1152 … eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config, DE_NULL); in createDestroyObjects()
1180 context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attributes); in createDestroyObjects()
1181 …ginMessage << context << " = eglCreateContext(" << m_display << ", " << m_config << ", EGL_NO_CONT… in createDestroyObjects()