Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp142 …getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); } in getLegacyNative()
143 void* getPlatformExtension (void) { return &m_window.getXID(); } in getPlatformExtension()
144 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative()
234 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
DtcuLnxX11Xcb.hpp68 xcb_window_t& getXID (void) { return m_window; } in getXID() function in tcu::lnx::x11::XcbWindow
DtcuLnxX11.hpp124 ::Window& getXID (void) { return m_window; } in getXID() function in tcu::lnx::x11::XlibWindow
DtcuLnxX11GlxPlatform.cpp450 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID())) in GlxWindow()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp62 : vk::wsi::XlibWindowInterface (vk::pt::XlibWindow(window->getXID())) in VulkanWindowXlib()
110 : vk::wsi::XcbWindowInterface (vk::pt::XcbWindow(window->getXID())) in VulkanWindowXcb()