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