Home
last modified time | relevance | path

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

/external/deqp/framework/platform/X11/
DtcuX11EglPlatform.cpp135 … 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(); }
DtcuX11.hpp93 ::Window& getXID (void) { return m_window; } in getXID() function in tcu::x11::Window
DtcuX11GlxPlatform.cpp365 , m_GLXDrawable (visual.createWindow(m_x11Window.getXID())) in GlxWindow()