Home
last modified time | relevance | path

Searched refs:importFd (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalLinux.hpp32 return info.importFd || info.exportFd; in SupportsAllocateInfo()
48 if(allocateInfo.importFd)
50 memfd.importFd(allocateInfo.fd);
H A DVkDeviceMemoryExternalMac.hpp68 return info.importFd || info.exportFd; in SupportsAllocateInfo()
88 if(allocateInfo.importFd)
H A DVkDeviceMemory.cpp32 bool importFd = false; member
47 importFd = true; in OpaqueFdAllocateInfo()
H A DVkSemaphore.hpp79 VkResult importFd(int fd, bool temporaryImport);
H A DVkSemaphoreExternalLinux.hpp163 memfd.importFd(fd);
171 // region. This can be consumed by importFd() running in a different
H A DVkSemaphore.cpp299 VkResult BinarySemaphore::importFd(int fd, bool temporaryImport) in importFd() function in vk::BinarySemaphore
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DMemoryObject.cpp46 angle::Result MemoryObject::importFd(Context *context, in importFd() function in gl::MemoryObject
51 ANGLE_TRY(mImplementation->importFd(context, size, handleType, fd)); in importFd()
H A DSemaphore.cpp28 angle::Result Semaphore::importFd(Context *context, HandleType handleType, GLint fd) in importFd() function in gl::Semaphore
30 return mImplementation->importFd(context, handleType, fd); in importFd()
H A DSemaphore.h40 angle::Result importFd(Context *context, HandleType handleType, GLint fd);
H A DMemoryObject.h44 angle::Result importFd(Context *context, GLuint64 size, HandleType handleType, GLint fd);
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.hpp45 void importFd(int fd);
H A DMemFd.cpp45 void LinuxMemFd::importFd(int fd) in importFd() function in LinuxMemFd
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DMemoryObjectImpl.h35 virtual angle::Result importFd(gl::Context *context,
H A DSemaphoreImpl.h33 virtual angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DSemaphoreGL.h24 angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) override;
H A DMemoryObjectGL.h27 angle::Result importFd(gl::Context *context,
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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.h26 angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) override;
H A DMemoryObjectVk.h29 angle::Result importFd(gl::Context *context,
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
H A Dvk_wrapper.h415 VkResult importFd(VkDevice device, const VkImportSemaphoreFdInfoKHR &importFdInfo) const;
616 VkResult importFd(VkDevice device, const VkImportFenceFdInfoKHR &importFenceFdInfo) const;
1253 ANGLE_INLINE VkResult Semaphore::importFd(VkDevice device, in importFd() function in rx::DescriptorSetIndex::Semaphore
1720 ANGLE_INLINE VkResult Fence::importFd(VkDevice device, in importFd() function in rx::DescriptorSetIndex::Fence
/third_party/node/lib/internal/fs/
H A Dstreams.js124 function importFd(stream, options) { function
175 this.fd = getValidatedFd(importFd(this, options));
330 this.fd = getValidatedFd(importFd(this, options));
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
H A Dunittests.cpp83 memfd2.importFd(fd); in TEST()

Completed in 10 milliseconds

12