Searched refs:getXID (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/platform/X11/
H A DtcuX11.hpp93 ::Window& getXID (void) { return m_window; } function in class:tcu::x11::Window
H A DtcuX11EglPlatform.cpp136 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
137 void* getPlatformNative (void) { return &m_window.getXID(); }
227 void* getPlatformNative (void) { return &m_pixmap.getXID(); }
H A DtcuX11GlxPlatform.cpp365 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID()))

Completed in 185 milliseconds