Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DXcbSurfaceKHR.cpp84 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()
DXcbSurfaceKHR.hpp47 std::unordered_map<PresentImage *, uint32_t> graphicsContexts; member in vk::XcbSurfaceKHR