Searched defs:DestroyDevice (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h71 PFN_vkDestroyDevice DestroyDevice; member in struct:vulkan::driver::DeviceDriverTable
H A Dapi.cpp390 static void DestroyDevice(VkDevice dev,
859 if (data.dispatch.DestroyDevice)
860 data.dispatch.DestroyDevice(dev, allocator);
1119 void LayerChain::DestroyDevice(VkDevice device, function in class:vulkan::api::__anon1594::LayerChain
1123 data.dispatch.DestroyDevice(device, allocator);
1174 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api
1176 LayerChain::DestroyDevice(device, pAllocator);
H A Dapi_gen.h55 PFN_vkDestroyDevice DestroyDevice; member in struct:vulkan::api::DeviceDispatchTable
H A Ddriver.cpp791 data->driver.DestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>(
793 if (data->driver.DestroyDevice)
794 data->driver.DestroyDevice(dev, pAllocator);
807 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::driver
809 data.driver.DestroyDevice(device, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp641 void DestroyDevice(VkDevice device, function in namespace:null_driver

Completed in 61 milliseconds