Home
last modified time | relevance | path

Searched refs:ObjectFree (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp5817 class ObjectFree class
5820 ObjectFree() = default;
5822 ObjectFree( OwnerType owner,
H A Dvulkan_handles.hpp7193 using deleter = ObjectFree<Device, Dispatch>;
H A Dvulkan_funcs.hpp905 ObjectFree<Device, Dispatch> deleter( *this, allocator, d ); in allocateMemoryUnique()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6000 class ObjectFree class
6003 ObjectFree() = default;
6005 ObjectFree( OwnerType owner,
H A Dvulkan_handles.hpp1920 using deleter = ObjectFree<Device, Dispatch>;
H A Dvulkan_funcs.hpp887 UniqueHandle<VULKAN_HPP_NAMESPACE::DeviceMemory, Dispatch>( memory, ObjectFree<Device, Dispatch>( *this, allocator, d ) ) ); in allocateMemoryUnique()
[all...]

Completed in 165 milliseconds