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/
DVkDeviceMemoryExternalLinux.hpp32 return info.importFd || info.exportFd; in SupportsAllocateInfo()
48 if(allocateInfo.importFd) in allocateBuffer()
50 memfd.importFd(allocateInfo.fd); in allocateBuffer()
DVkDeviceMemoryExternalMac.hpp68 return info.importFd || info.exportFd; in SupportsAllocateInfo()
88 if(allocateInfo.importFd) in allocateBuffer()
DVkDeviceMemory.cpp32 bool importFd = false; member
47 importFd = true; in OpaqueFdAllocateInfo()
DVkSemaphore.hpp79 VkResult importFd(int fd, bool temporaryImport);
DVkSemaphoreExternalLinux.hpp163 memfd.importFd(fd); in importOpaqueFd()
DVkSemaphore.cpp299 VkResult BinarySemaphore::importFd(int fd, bool temporaryImport) in importFd() function in vk::BinarySemaphore
/third_party/skia/third_party/externals/angle2/src/libANGLE/
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()
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()
DSemaphore.h40 angle::Result importFd(Context *context, HandleType handleType, GLint fd);
DMemoryObject.h44 angle::Result importFd(Context *context, GLuint64 size, HandleType handleType, GLint fd);
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
DMemFd.hpp45 void importFd(int fd);
DMemFd.cpp45 void LinuxMemFd::importFd(int fd) in importFd() function in LinuxMemFd
/third_party/node/lib/internal/fs/
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/angle2/src/libANGLE/renderer/
DMemoryObjectImpl.h35 virtual angle::Result importFd(gl::Context *context,
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/
DMemoryObjectGL.h27 angle::Result importFd(gl::Context *context,
DSemaphoreGL.h24 angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) override;
DMemoryObjectGL.cpp50 angle::Result MemoryObjectGL::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectGL
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/
DSemaphoreVk.h26 angle::Result importFd(gl::Context *context, gl::HandleType handleType, GLint fd) override;
DMemoryObjectVk.h29 angle::Result importFd(gl::Context *context,
DSemaphoreVk.cpp30 angle::Result SemaphoreVk::importFd(gl::Context *context, gl::HandleType handleType, GLint fd) in importFd() function in rx::SemaphoreVk
DMemoryObjectVk.cpp110 angle::Result MemoryObjectVk::importFd(gl::Context *context, in importFd() function in rx::MemoryObjectVk
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,
1720 ANGLE_INLINE VkResult Fence::importFd(VkDevice device,
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
Dunittests.cpp83 memfd2.importFd(fd); in TEST()

12