Home
last modified time | relevance | path

Searched refs:m_GLXContext (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp187 GLXContext m_GLXContext; member in tcu::lnx::x11::glx::GlxRenderContext
690 , m_GLXContext (m_glxVisual.createContext(factory, config.type, config.resetNotificationStrategy)) in GlxRenderContext()
709 if (m_GLXContext != DE_NULL) in ~GlxRenderContext()
710 glXDestroyContext(m_glxDisplay.getXDisplay(), m_GLXContext); in ~GlxRenderContext()
717 drawRead, drawRead, m_GLXContext)); in makeCurrent()