Home
last modified time | relevance | path

Searched refs:m_colormap (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp154 , m_colormap (None) in XlibWindow()
186 m_colormap = XCreateColormap(dpy, root, visual, AllocNone); in XlibWindow()
187 swa.colormap = m_colormap; in XlibWindow()
296 if (m_colormap != None) in ~XlibWindow()
297 XFreeColormap(m_display.getXDisplay(), m_colormap); in ~XlibWindow()
DtcuLnxX11Xcb.cpp82 m_colormap = xcb_generate_id(connection); in XcbWindow()
108 m_colormap, in XcbWindow()
113 …t* rep = xcb_alloc_color_reply(connection, xcb_alloc_color(connection, m_colormap, 65535, 0, 0), N… in XcbWindow()
121 xcb_free_colormap(m_display.getConnection(), m_colormap); in ~XcbWindow()
DtcuLnxX11Xcb.hpp76 xcb_colormap_t m_colormap; member in tcu::lnx::x11::XcbWindow
DtcuLnxX11.hpp131 ::Colormap m_colormap;