Searched defs:importFd (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 45 void LinuxMemFd::importFd(int fd) in importFd() function in LinuxMemFd
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | MemoryObject.cpp | 46 angle::Result MemoryObject::importFd(Context *context, in importFd() function in gl::MemoryObject
|
H A D | Semaphore.cpp | 28 angle::Result Semaphore::importFd(Context *context, HandleType handleType, GLint fd) in importFd() function in gl::Semaphore
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | MemoryObjectGL.cpp | 50 angle::Result MemoryObjectGL::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectGL
|
H A D | SemaphoreGL.cpp | 63 angle::Result SemaphoreGL::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd() function in rx::SemaphoreGL
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | SemaphoreVk.cpp | 30 angle::Result SemaphoreVk::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd() function in rx::SemaphoreVk
|
H A D | MemoryObjectVk.cpp | 110 angle::Result MemoryObjectVk::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectVk
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemory.cpp | 32 bool importFd = false; member
|
H A D | VkSemaphore.cpp | 299 VkResult BinarySemaphore::importFd(int fd, bool temporaryImport) in importFd() function in vk::BinarySemaphore
|