Searched refs:getXID (Results 1 – 3 of 3) sorted by relevance
135 … getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); } in getLegacyNative()136 void* getPlatformNative (void) { return &m_window.getXID(); } in getPlatformNative()226 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
93 ::Window& getXID (void) { return m_window; } in getXID() function in tcu::x11::Window
365 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID())) in GlxWindow()