Searched refs:graphicsContexts (Results 1 – 2 of 2) sorted by relevance
84 graphicsContexts[image] = gc; in attachImage()89 auto it = graphicsContexts.find(image); in detachImage()90 if(it != graphicsContexts.end()) in detachImage()93 graphicsContexts.erase(it); in detachImage()99 auto it = graphicsContexts.find(image); in present()100 if(it != graphicsContexts.end()) in present()
47 std::unordered_map<PresentImage *, uint32_t> graphicsContexts; member in vk::XcbSurfaceKHR