Searched refs:m_fbConfig (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.cpp123 const GLXFBConfig m_fbConfig; member in class:tcu::x11::glx::GlxVisual
180 GLXFBConfig m_fbConfig; member in class:tcu::x11::glx::GlxRenderContext
281 , m_fbConfig (fbConfig)
294 TCU_CHECK_GLX_CONFIG(glXGetFBConfigAttrib(getXDisplay(), m_fbConfig, attribute, &fbvalue));
333 getXDisplay(), m_fbConfig, DE_NULL, True, attribs));
338 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL));

Completed in 237 milliseconds