Searched refs:m_fbConfig (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 137 const GLXFBConfig m_fbConfig; member in tcu::lnx::x11::glx::GlxVisual 305 , m_fbConfig (fbConfig) in GlxVisual() 319 TCU_CHECK_GLX_CONFIG(glXGetFBConfigAttrib(getXDisplay(), m_fbConfig, attribute, &fbvalue)); in getAttrib() 417 getXDisplay(), m_fbConfig, sharedGLXContext, True, &attribs[0])); in createContext() 422 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
|
Completed in 2 milliseconds