Lines Matching refs:eglw
94 eglw::EGLConfig getConfig (const eglw::Library& egl, eglw::EGLDisplay display) in getConfig()
106 const eglw::EGLint attribList[] = in iterate()
111 const eglw::EGLint pbufferAttribList[] = in iterate()
122 const eglw::Library& egl = m_eglTestCtx.getLibrary(); in iterate()
124 const eglw::EGLConfig config = getConfig(egl, *display); in iterate()
129 std::vector<eglw::EGLContext> contexts; in iterate()
146 …const eglw::EGLContext sharedContext = (m_sharing == SHARING_SHARED && contextCount > 0 ? contexts… in iterate()
147 … const eglw::EGLContext context = egl.createContext(*display, config, sharedContext, attribList); in iterate()
148 const eglw::EGLint error = egl.getError(); in iterate()
175 const eglw::EGLBoolean result = egl.makeCurrent(*display, *surface, *surface, context); in iterate()
176 const eglw::EGLint makeCurrentError = egl.getError(); in iterate()