Home
last modified time | relevance | path

Searched defs:exportFd (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp33 bool exportFd = false; member
368 VkResult DeviceMemory::exportFd(int *pFd) const in exportFd() function in vk::DeviceMemory
H A DVkDeviceMemoryExternalLinux.hpp87 VkResult exportFd(int *pFd) const override in exportFd() function in OpaqueFdExternalMemory
H A DVkDeviceMemoryExternalMac.hpp181 VkResult exportFd(int *pFd) const override in exportFd() function in OpaqueFdExternalMemory
H A DVkSemaphore.cpp311 VkResult BinarySemaphore::exportFd(int *pFd) in exportFd() function in vk::BinarySemaphore
/aosp_15_r20/external/swiftshader/src/System/Linux/
H A DMemFd.cpp51 int LinuxMemFd::exportFd() const in exportFd() function in LinuxMemFd
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp374 void ExternalFence::exportFd(VkDevice device, const VkFenceGetFdInfoKHR &fenceGetFdInfo) in exportFd() function in rx::vk::ExternalFence