Searched refs:m_colormap (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 154 , 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()
|
D | tcuLnxX11Xcb.cpp | 82 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()
|
D | tcuLnxX11Xcb.hpp | 76 xcb_colormap_t m_colormap; member in tcu::lnx::x11::XcbWindow
|
D | tcuLnxX11.hpp | 131 ::Colormap m_colormap;
|