Home
last modified time | relevance | path

Searched refs:XcbSurfaceKHR (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/WSI/
DXcbSurfaceKHR.cpp39 bool XcbSurfaceKHR::isSupported() in isSupported()
44 XcbSurfaceKHR::XcbSurfaceKHR(const VkXcbSurfaceCreateInfoKHR *pCreateInfo, void *mem) in XcbSurfaceKHR() function in vk::XcbSurfaceKHR
51 void XcbSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface()
55 size_t XcbSurfaceKHR::ComputeRequiredAllocationSize(const VkXcbSurfaceCreateInfoKHR *pCreateInfo) in ComputeRequiredAllocationSize()
60 VkResult XcbSurfaceKHR::getSurfaceCapabilities(VkSurfaceCapabilitiesKHR *pSurfaceCapabilities) const in getSurfaceCapabilities()
77 void XcbSurfaceKHR::attachImage(PresentImage *image) in attachImage()
87 void XcbSurfaceKHR::detachImage(PresentImage *image) in detachImage()
97 VkResult XcbSurfaceKHR::present(PresentImage *image) in present()
DXcbSurfaceKHR.hpp28 class XcbSurfaceKHR : public SurfaceKHR, public ObjectBase<XcbSurfaceKHR, VkSurfaceKHR> class
32 XcbSurfaceKHR(const VkXcbSurfaceCreateInfoKHR *pCreateInfo, void *mem);
DBUILD.gn38 "XcbSurfaceKHR.cpp",
39 "XcbSurfaceKHR.hpp",
DCMakeLists.txt46 XcbSurfaceKHR.cpp
47 XcbSurfaceKHR.hpp
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp316 …CE_EXTENSION_NAME, VK_KHR_XCB_SURFACE_SPEC_VERSION }, [] { return vk::XcbSurfaceKHR::isSupported()… in __anonc2bb5f3a0502()
3918 return vk::XcbSurfaceKHR::Create(pAllocator, pCreateInfo, pSurface); in vkCreateXcbSurfaceKHR()