Home
last modified time | relevance | path

Searched defs:importFd (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/src/System/Linux/
H A DMemFd.cpp45 void LinuxMemFd::importFd(int fd) in importFd() function in LinuxMemFd
/aosp_15_r20/external/angle/src/libANGLE/
H A DMemoryObject.cpp46 angle::Result MemoryObject::importFd(Context *context, in importFd() function in gl::MemoryObject
H A DSemaphore.cpp28 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 DMemoryObjectGL.cpp50 angle::Result MemoryObjectGL::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectGL
H A DSemaphoreGL.cpp63 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 DSemaphoreVk.cpp30 angle::Result SemaphoreVk::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd() function in rx::SemaphoreVk
H A DMemoryObjectVk.cpp110 angle::Result MemoryObjectVk::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectVk
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp32 bool importFd = false; member
H A DVkSemaphore.cpp299 VkResult BinarySemaphore::importFd(int fd, bool temporaryImport) in importFd() function in vk::BinarySemaphore