Searched refs:graphicsContexts (Results 1 – 2 of 2) sorted by relevance
151 graphicsContexts[image] = gc; in attachImage()156 auto it = graphicsContexts.find(image); in detachImage()157 if(it != graphicsContexts.end()) in detachImage()160 graphicsContexts.erase(it); in detachImage()166 auto it = graphicsContexts.find(image); in present()167 if(it != graphicsContexts.end()) in present()
48 std::unordered_map<PresentImage *, uint32_t> graphicsContexts; member in vk::XcbSurfaceKHR