Lines Matching refs:m_egl
62 : m_egl (egl) in Thread()
75 EGLU_CHECK_MSG(m_egl, "eglCreateContext"); in testContext()
76 m_egl.makeCurrent(m_display, m_surface, m_surface, context); in testContext()
77 EGLU_CHECK_MSG(m_egl, "eglMakeCurrent"); in testContext()
87 …const eglu::UniqueSurface surface (m_egl, m_display, m_egl.createPbufferSurface(m_display, m_confi… in testContext()
89 EGLU_CHECK_MSG(m_egl, "eglCreateContext"); in testContext()
90 m_egl.makeCurrent(m_display, *surface, *surface, context); in testContext()
91 EGLU_CHECK_MSG(m_egl, "eglMakeCurrent"); in testContext()
105 m_egl.bindAPI(EGL_OPENGL_ES_API); in run()
109 …const eglu::UniqueContext context (m_egl, m_display, m_egl.createContext(m_display, m_config, EGL_… in run()
124 m_egl.releaseThread(); in run()
128 const Library& m_egl; member in deqp::egl::__anon715971500111::Thread