Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DXcbSurfaceKHR.cpp151 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()
DXcbSurfaceKHR.hpp48 std::unordered_map<PresentImage *, uint32_t> graphicsContexts; member in vk::XcbSurfaceKHR