Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp140 … getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); } in getLegacyNative()
141 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative()
231 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
DtcuLnxX11Xcb.hpp66 xcb_window_t& getXID (void) { return m_window; } in getXID() function in tcu::lnx::x11::XcbWindow
DtcuLnxX11.hpp114 ::Window& getXID (void) { return m_window; } in getXID() function in tcu::lnx::x11::XlibWindow
DtcuLnxX11GlxPlatform.cpp366 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID())) in GlxWindow()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp60 : vk::wsi::XlibWindowInterface (vk::pt::XlibWindow(window->getXID())) in VulkanWindowXlib()
103 : vk::wsi::XcbWindowInterface (vk::pt::XcbWindow(window->getXID())) in VulkanWindowXcb()