Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp132 ::Display* getXDisplay (void) { return m_display.getXDisplay(); } in getXDisplay() function in tcu::lnx::x11::glx::GlxVisual
149 void swapBuffers (void) { glXSwapBuffers(getXDisplay(), getGLXDrawable()); } in swapBuffers()
151 virtual ::Display* getXDisplay (void) = 0;
165 ::Display* getXDisplay (void) { return m_x11Display.getXDisplay(); } in getXDisplay() function in tcu::lnx::x11::glx::GlxWindow
307 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), 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_fbConfi in createWindow()
[all...]
H A DtcuLnxX11.cpp158 ::Display* const dpy = m_display.getXDisplay(); in XlibWindow()
221 ::Display* dpy = m_display.getXDisplay(); in setVisibility()
256 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth); in getDimensions()
267 ::Display* dpy = m_display.getXDisplay(); in setDimensions()
295 XDestroyWindow(m_display.getXDisplay(), m_window); in ~XlibWindow()
297 XFreeColormap(m_display.getXDisplay(), m_colormap); in ~XlibWindow()
H A DtcuLnxX11EglDisplayFactory.cpp115 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative()
116 eglw::EGLNativeDisplayType getPlatformExtension (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); } in getPlatformExtension()
117 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); } in getLegacyNative()
H A DtcuLnxX11.hpp93 ::Display* getXDisplay (void) { return m_display; } in getXDisplay() function in tcu::lnx::x11::XlibDisplay
/third_party/vk-gl-cts/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp102 : vk::wsi::XlibDisplayInterface (vk::pt::XlibDisplayPtr(((x11::XlibDisplay*)display.get())->getXDisplay())) in VulkanDisplayXlib()

Completed in 4 milliseconds