Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalBase.hpp42 virtual VkResult exportFd(int *pFd) const in exportFd() function in vk::DeviceMemory::ExternalBase
DVkDeviceMemoryExternalLinux.hpp84 VkResult exportFd(int *pFd) const override in exportFd() function in OpaqueFdExternalMemory
DVkDeviceMemory.cpp193 bool exportFd = false; member
426 VkResult DeviceMemory::exportFd(int *pFd) const in exportFd() function in vk::DeviceMemory
DVkDeviceMemoryExternalMac.hpp178 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