Home
last modified time | relevance | path

Searched refs:exportHandle (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalFuchsia.hpp34 bool exportHandle = false; member
58 exportHandle = true; in AllocateInfo()
68 return info.importHandle || info.exportHandle; in supportsAllocateInfo()
91 ASSERT(allocateInfo.exportHandle); in allocateBuffer()
135 VkResult exportHandle(zx_handle_t *pHandle) const override in exportHandle() function in zircon::VmoExternalMemory
DVkSemaphore.cpp61 virtual VkResult exportHandle(zx_handle_t *pHandle) in exportHandle() function in vk::BinarySemaphore::External
342 VkResult BinarySemaphore::exportHandle(zx_handle_t *pHandle) in exportHandle() function in vk::BinarySemaphore
355 return ext->exportHandle(pHandle); in exportHandle()
DVkSemaphoreExternalFuchsia.hpp65 VkResult exportHandle(zx_handle_t *pHandle) override in exportHandle() function in vk::ZirconEventExternalSemaphore
DVkSemaphore.hpp85 VkResult exportHandle(zx_handle_t *pHandle);
DVkDeviceMemory.hpp76 virtual VkResult exportHandle(zx_handle_t *pHandle) const;
DVkDeviceMemory.cpp368 VkResult DeviceMemory::exportHandle(zx_handle_t *pHandle) const in exportHandle() function in vk::DeviceMemory
DlibVulkan.cpp1163 return vk::Cast(pGetHandleInfo->memory)->exportHandle(pHandle); in vkGetMemoryZirconHandleFUCHSIA()
1528 return sem->exportHandle(pZirconHandle); in vkGetSemaphoreZirconHandleFUCHSIA()