Home
last modified time | relevance | path

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

/third_party/vulkan-headers/include/vulkan/
Dvulkan_shared.hpp284 using DestroyFunctionPointerType = typedef in VULKAN_HPP_NAMESPACE::ObjectDestroyShared
294 …: m_destroy( reinterpret_cast<decltype( m_destroy )>( static_cast<DestroyFunctionPointerType<Dispa… in ObjectDestroyShared()
316 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
328 …using DestroyFunctionPointerType = void ( DestructorType::* )( HandleType, const AllocationCallbac… typedef in VULKAN_HPP_NAMESPACE::ObjectFreeShared
333 …: m_destroy( reinterpret_cast<decltype( m_destroy )>( static_cast<DestroyFunctionPointerType<Dispa… in ObjectFreeShared()
347 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
359 …using DestroyFunctionPointerType = void ( DestructorType::* )( HandleType, const Dispatcher & ) co… typedef in VULKAN_HPP_NAMESPACE::ObjectReleaseShared
363 …: m_destroy( reinterpret_cast<decltype( m_destroy )>( static_cast<DestroyFunctionPointerType<Dispa… in ObjectReleaseShared()
376 DestroyFunctionPointerType<DispatchLoaderBase> m_destroy = nullptr;
390 …using DestroyFunctionPointerType = ReturnType<Dispatcher> ( DestructorType::* )( PoolType, uint32_… typedef in VULKAN_HPP_NAMESPACE::PoolFreeShared
[all …]