Searched refs:XcbSurfaceKHR (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/WSI/ |
D | XcbSurfaceKHR.cpp | 112 bool XcbSurfaceKHR::hasLibXCB() in hasLibXCB() 117 XcbSurfaceKHR::XcbSurfaceKHR(const VkXcbSurfaceCreateInfoKHR *pCreateInfo, void *mem) in XcbSurfaceKHR() function in vk::XcbSurfaceKHR 123 void XcbSurfaceKHR::destroySurface(const VkAllocationCallbacks *pAllocator) in destroySurface() 127 size_t XcbSurfaceKHR::ComputeRequiredAllocationSize(const VkXcbSurfaceCreateInfoKHR *pCreateInfo) in ComputeRequiredAllocationSize() 132 VkResult XcbSurfaceKHR::getSurfaceCapabilities(VkSurfaceCapabilitiesKHR *pSurfaceCapabilities) const in getSurfaceCapabilities() 144 void XcbSurfaceKHR::attachImage(PresentImage *image) in attachImage() 154 void XcbSurfaceKHR::detachImage(PresentImage *image) in detachImage() 164 VkResult XcbSurfaceKHR::present(PresentImage *image) in present()
|
D | XcbSurfaceKHR.hpp | 28 class XcbSurfaceKHR : public SurfaceKHR, public ObjectBase<XcbSurfaceKHR, VkSurfaceKHR> class 31 XcbSurfaceKHR(const VkXcbSurfaceCreateInfoKHR *pCreateInfo, void *mem);
|
D | BUILD.gn | 38 "XcbSurfaceKHR.cpp", 39 "XcbSurfaceKHR.hpp",
|
D | CMakeLists.txt | 46 XcbSurfaceKHR.cpp 47 XcbSurfaceKHR.hpp
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 324 …{ { VK_KHR_XCB_SURFACE_EXTENSION_NAME, VK_KHR_XCB_SURFACE_SPEC_VERSION }, vk::XcbSurfaceKHR::hasLi… 3769 return vk::XcbSurfaceKHR::Create(pAllocator, pCreateInfo, pSurface); in vkCreateXcbSurfaceKHR()
|