/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemoryExternalLinux.hpp | 32 return info.importFd || info.exportFd; in SupportsAllocateInfo() 48 if(allocateInfo.importFd) in allocateBuffer() 50 memfd.importFd(allocateInfo.fd); in allocateBuffer()
|
D | VkDeviceMemoryExternalMac.hpp | 68 return info.importFd || info.exportFd; in SupportsAllocateInfo() 88 if(allocateInfo.importFd) in allocateBuffer()
|
D | VkDeviceMemory.cpp | 32 bool importFd = false; member 47 importFd = true; in OpaqueFdAllocateInfo()
|
D | VkSemaphore.hpp | 79 VkResult importFd(int fd, bool temporaryImport);
|
D | VkSemaphoreExternalLinux.hpp | 163 memfd.importFd(fd); in importOpaqueFd()
|
D | VkSemaphore.cpp | 299 VkResult BinarySemaphore::importFd(int fd, bool temporaryImport) in importFd() function in vk::BinarySemaphore
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Semaphore.cpp | 28 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()
|
D | MemoryObject.cpp | 46 angle::Result MemoryObject::importFd(Context *context, in importFd() function in gl::MemoryObject 51 ANGLE_TRY(mImplementation->importFd(context, size, handleType, fd)); in importFd()
|
D | Semaphore.h | 40 angle::Result importFd(Context *context, HandleType handleType, GLint fd);
|
D | MemoryObject.h | 44 angle::Result importFd(Context *context, GLuint64 size, HandleType handleType, GLint fd);
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
D | MemFd.hpp | 45 void importFd(int fd);
|
D | MemFd.cpp | 45 void LinuxMemFd::importFd(int fd) in importFd() function in LinuxMemFd
|
/third_party/node/lib/internal/fs/ |
D | streams.js | 124 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/angle2/src/libANGLE/renderer/ |
D | MemoryObjectImpl.h | 35 virtual angle::Result importFd(gl::Context *context,
|
D | SemaphoreImpl.h | 33 virtual angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | MemoryObjectGL.h | 27 angle::Result importFd(gl::Context *context,
|
D | SemaphoreGL.h | 24 angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) override;
|
D | MemoryObjectGL.cpp | 50 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
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SemaphoreVk.h | 26 angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) override;
|
D | MemoryObjectVk.h | 29 angle::Result importFd(gl::Context *context,
|
D | SemaphoreVk.cpp | 30 angle::Result SemaphoreVk::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd() function in rx::SemaphoreVk
|
D | MemoryObjectVk.cpp | 110 angle::Result MemoryObjectVk::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectVk
|
D | vk_wrapper.h | 415 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, 1720 ANGLE_INLINE VkResult Fence::importFd(VkDevice device,
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/ |
D | unittests.cpp | 83 memfd2.importFd(fd); in TEST()
|