Home
last modified time | relevance | path

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

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