Home
last modified time | relevance | path

Searched refs:m_allocationCallbacks (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_shared.hpp294 , m_allocationCallbacks( allocationCallbacks ) in ObjectDestroyShared()
303 ( parent.*m_destroy )( handle, m_allocationCallbacks, *m_dispatch ); in destroy()
310 ( handle.*m_destroy )( m_allocationCallbacks, *m_dispatch ); in destroy()
316 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectDestroyShared
333 , m_allocationCallbacks( allocationCallbacks ) in ObjectFreeShared()
341 ( parent.*m_destroy )( handle, m_allocationCallbacks, *m_dispatch ); in destroy()
347 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectFreeShared
Dvulkan_shared.hpp294 , m_allocationCallbacks( allocationCallbacks ) in ObjectDestroyShared()
303 ( parent.*m_destroy )( handle, m_allocationCallbacks, *m_dispatch ); in destroy()
310 ( handle.*m_destroy )( m_allocationCallbacks, *m_dispatch ); in destroy()
316 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectDestroyShared
333 , m_allocationCallbacks( allocationCallbacks ) in ObjectFreeShared()
341 ( parent.*m_destroy )( handle, m_allocationCallbacks, *m_dispatch ); in destroy()
347 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectFreeShared
Dvulkansc.hpp3016 , m_allocationCallbacks( allocationCallbacks ) in ObjectDestroy()
3021 …nst AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT { return m_allocationCallbacks; } in getAllocator()
3029 m_owner.destroy( t, m_allocationCallbacks, *m_dispatch ); in destroy()
3034 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectDestroy
3048 : m_allocationCallbacks( allocationCallbacks ) in ObjectDestroy()
3052 …nst AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT { return m_allocationCallbacks; } in getAllocator()
3060 t.destroy( m_allocationCallbacks, *m_dispatch ); in destroy()
3064 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectDestroy
3078 , m_allocationCallbacks( allocationCallbacks ) in ObjectFree()
3089 return m_allocationCallbacks; in getAllocator()
[all …]
Dvulkan.hpp5359 , m_allocationCallbacks( allocationCallbacks ) in ObjectDestroy()
5364 …nst AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT { return m_allocationCallbacks; } in getAllocator()
5372 m_owner.destroy( t, m_allocationCallbacks, *m_dispatch ); in destroy()
5377 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectDestroy
5391 : m_allocationCallbacks( allocationCallbacks ) in ObjectDestroy()
5395 …nst AllocationCallbacks> getAllocator() const VULKAN_HPP_NOEXCEPT { return m_allocationCallbacks; } in getAllocator()
5403 t.destroy( m_allocationCallbacks, *m_dispatch ); in destroy()
5407 Optional<const AllocationCallbacks> m_allocationCallbacks = nullptr; member in VULKAN_HPP_NAMESPACE::ObjectDestroy
5421 , m_allocationCallbacks( allocationCallbacks ) in ObjectFree()
5432 return m_allocationCallbacks; in getAllocator()
[all …]