Home
last modified time | relevance | path

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

/external/deqp/framework/platform/X11/
DtcuX11Xcb.cpp63 m_colormap = xcb_generate_id(connection); in XcbWindow()
89 m_colormap, in XcbWindow()
94 …t* rep = xcb_alloc_color_reply(connection, xcb_alloc_color(connection, m_colormap, 65535, 0, 0), N… in XcbWindow()
102 xcb_free_colormap(m_display.getConnection(), m_colormap); in ~XcbWindow()
DtcuX11.cpp148 , m_colormap (None) in XlibWindow()
178 m_colormap = XCreateColormap(dpy, root, visual, AllocNone); in XlibWindow()
179 swa.colormap = m_colormap; in XlibWindow()
277 if (m_colormap != None) in ~XlibWindow()
278 XFreeColormap(m_display.getXDisplay(), m_colormap); in ~XlibWindow()
DtcuX11Xcb.hpp72 xcb_colormap_t m_colormap; member in tcu::x11::XcbWindow
DtcuX11.hpp141 ::Colormap m_colormap;