Home
last modified time | relevance | path

Searched refs:cmap (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/common/gui/
H A Dxvideo.cpp63 static Colormap cmap; variable
157 cmap = XCreateColormap(dpy, rootW, vis, AllocNone); in init_window()
160 attrs.colormap = cmap; in init_window()
/oneTBB/test/tbb/
H A Dtest_hw_concurrency.cpp71 tbb::concurrent_map<std::size_t, std::size_t> cmap; variable