Searched refs:m_colormap (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11Xcb.cpp | 85 m_colormap = xcb_generate_id(connection); in XcbWindow() 111 m_colormap, in XcbWindow() 116 xcb_alloc_color_reply_t* rep = xcb_alloc_color_reply(connection, xcb_alloc_color(connection, m_colormap, 65535, 0, 0), NULL); in XcbWindow() 124 xcb_free_colormap(m_display.getConnection(), m_colormap); in ~XcbWindow()
|
H A 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()
|
H A D | tcuLnxX11Xcb.hpp | 76 xcb_colormap_t m_colormap; member in tcu::lnx::x11::XcbWindow
|
H A D | tcuLnxX11.hpp | 131 ::Colormap m_colormap; member in tcu::lnx::x11::XlibWindow
|
Completed in 2 milliseconds