Home
last modified time | relevance | path

Searched refs:m_fd (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp59 : m_fd (-1) in NativeHandle()
68 : m_fd (-1) in NativeHandle()
74 if (other.m_fd >= 0) in NativeHandle()
79 m_fd = dup(other.m_fd); in NativeHandle()
80 TCU_CHECK(m_fd >= 0); in NativeHandle()
94 DE_ASSERT(other.m_fd == -1); in NativeHandle()
118 DE_ASSERT(other.m_fd == -1); in NativeHandle()
132 : m_fd (fd) in NativeHandle()
141 : m_fd (-1) in NativeHandle()
150 : m_fd (-1) in NativeHandle()
[all …]
DvktExternalMemoryUtil.hpp68 int m_fd; member in vkt::ExternalMemoryUtil::NativeHandle
/third_party/boost/boost/test/impl/
Ddebug.ipp182 explicit fd_holder( int fd ) : m_fd( fd ) {}
185 if( m_fd != -1 )
186 ::close( m_fd );
189 operator int() { return m_fd; }
193 int m_fd;