Searched refs:DestroyDevice (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi.h31 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
H A Ddriver_gen.h71 PFN_vkDestroyDevice DestroyDevice; member in struct:vulkan::driver::DeviceDriverTable
H A Ddriver_gen.cpp154 reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice),
348 INIT_PROC(dev, DestroyDevice);
H A Dapi_gen.h55 PFN_vkDestroyDevice DestroyDevice; member in struct:vulkan::api::DeviceDispatchTable
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 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);
H A Ddriver.h119 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
H A Dapi_gen.cpp153 INIT_PROC(dev, DestroyDevice);
481 if (strcmp(pName, "vkDestroyDevice") == 0) return reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice);
579 { "vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice) },
1274 vulkan::api::DestroyDevice(device, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp136 {"vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDevice>(DestroyDevice))},
H A Dnull_driver_gen.h43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp641 void DestroyDevice(VkDevice device, function in namespace:null_driver

Completed in 325 milliseconds