Home
last modified time | relevance | path

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

/external/deqp/framework/platform/X11/
DtcuX11GlxPlatform.cpp118 ::Display* getXDisplay (void) { return m_display.getXDisplay(); } in getXDisplay() function in tcu::x11::glx::GlxVisual
135 void swapBuffers (void) { glXSwapBuffers(getXDisplay(), getGLXDrawable()); } in swapBuffers()
137 virtual ::Display* getXDisplay (void) = 0;
151 ::Display* getXDisplay (void) { return m_x11Display.getXDisplay(); } in getXDisplay() function in tcu::x11::glx::GlxWindow
282 XVisualInfo* visualInfo = glXGetVisualFromFBConfig(getXDisplay(), fbConfig); in GlxVisual()
293 TCU_CHECK_GLX_CONFIG(glXGetFBConfigAttrib(getXDisplay(), m_fbConfig, attribute, &fbvalue)); in getAttrib()
332 getXDisplay(), m_fbConfig, DE_NULL, True, attribs)); in createContext()
337 return TCU_CHECK_GLX(glXCreateWindow(getXDisplay(), m_fbConfig, xWindow, NULL)); in createWindow()
343 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value); in getAttrib()
384 glXDestroyWindow(m_x11Display.getXDisplay(), m_GLXDrawable); in ~GlxWindow()
[all …]
DtcuX11.cpp131 ::Display* const dpy = m_display.getXDisplay(); in Window()
180 ::Display* dpy = m_display.getXDisplay(); in setVisibility()
215 …XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &d… in getDimensions()
229 XConfigureWindow(m_display.getXDisplay(), m_window, mask, &changes); in setDimensions()
240 XDestroyWindow(m_display.getXDisplay(), m_window); in ~Window()
242 XFreeColormap(m_display.getXDisplay(), m_colormap); in ~Window()
DtcuX11.hpp65 ::Display* getXDisplay (void) { return m_display; } in getXDisplay() function in tcu::x11::Display
DtcuX11EglPlatform.cpp111 void* getPlatformNative (void) { return m_display->getXDisplay(); } in getPlatformNative()
112 …cyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); } in getLegacyNative()