Lines Matching refs:m_owner
3606 : m_owner( owner )
3611 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT { return m_owner; }
3618 VULKAN_HPP_ASSERT( m_owner && m_dispatch );
3619 m_owner.destroy( t, m_allocationCallbacks, *m_dispatch );
3623 OwnerType m_owner = {};
3666 : m_owner( owner )
3673 return m_owner;
3685 VULKAN_HPP_ASSERT( m_owner && m_dispatch );
3686 m_owner.free( t, m_allocationCallbacks, *m_dispatch );
3690 OwnerType m_owner = {};
3702 : m_owner( owner )
3708 return m_owner;
3715 VULKAN_HPP_ASSERT( m_owner && m_dispatch );
3716 m_owner.release( t, *m_dispatch );
3720 OwnerType m_owner = {};
3733 : m_owner( owner )
3738 OwnerType getOwner() const VULKAN_HPP_NOEXCEPT { return m_owner; }
3745 m_owner.free( m_pool, t, *m_dispatch );
3749 OwnerType m_owner = OwnerType();