Searched refs:exportHandle (Results 1 – 7 of 7) sorted by relevance
34 bool exportHandle = false; member58 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
61 virtual VkResult exportHandle(zx_handle_t *pHandle) in exportHandle() function in vk::BinarySemaphore::External342 VkResult BinarySemaphore::exportHandle(zx_handle_t *pHandle) in exportHandle() function in vk::BinarySemaphore355 return ext->exportHandle(pHandle); in exportHandle()
65 VkResult exportHandle(zx_handle_t *pHandle) override in exportHandle() function in vk::ZirconEventExternalSemaphore
85 VkResult exportHandle(zx_handle_t *pHandle);
76 virtual VkResult exportHandle(zx_handle_t *pHandle) const;
368 VkResult DeviceMemory::exportHandle(zx_handle_t *pHandle) const in exportHandle() function in vk::DeviceMemory
1163 return vk::Cast(pGetHandleInfo->memory)->exportHandle(pHandle); in vkGetMemoryZirconHandleFUCHSIA()1528 return sem->exportHandle(pZirconHandle); in vkGetSemaphoreZirconHandleFUCHSIA()