Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp130 const GLXFBConfig m_fbConfig; member in tcu::lnx::x11::glx::GlxVisual
287 , m_fbConfig (fbConfig) in GlxVisual()
301 TCU_CHECK_GLX_CONFIG(glXGetFBConfigAttrib(getXDisplay(), m_fbConfig, attribute, &fbvalue)); in getAttrib()
395 getXDisplay(), m_fbConfig, DE_NULL, True, &attribs[0])); in createContext()
400 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()