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.h80 PFN_vkDestroyDevice DestroyDevice; member in struct:vulkan::driver::DeviceDriverTable
H A Dapi_gen.h55 PFN_vkDestroyDevice DestroyDevice; member in struct:vulkan::api::DeviceDispatchTable
H A Ddriver.cpp993 data->driver.DestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>(
995 if (data->driver.DestroyDevice)
996 data->driver.DestroyDevice(dev, pAllocator);
1013 data->driver.DestroyDevice(dev, pAllocator);
1031 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::driver
1033 data.driver.DestroyDevice(device, pAllocator);
H A Dapi.cpp392 static void DestroyDevice(VkDevice dev,
861 if (data.dispatch.DestroyDevice)
862 data.dispatch.DestroyDevice(dev, allocator);
1123 void LayerChain::DestroyDevice(VkDevice device, function in class:vulkan::api::__anon2036::LayerChain
1127 data.dispatch.DestroyDevice(device, allocator);
1178 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api
1180 LayerChain::DestroyDevice(device, pAllocator);
H A Ddriver_gen.cpp191 reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice),
443 INIT_PROC(true, dev, DestroyDevice);
H A Ddriver.h126 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
H A Dapi_gen.cpp155 INIT_PROC(true, dev, DestroyDevice);
499 if (strcmp(pName, "vkDestroyDevice") == 0) return reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice);
597 { "vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice) },
1292 vulkan::api::DestroyDevice(device, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp137 {"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.cpp679 void DestroyDevice(VkDevice device, function in namespace:null_driver

Completed in 98 milliseconds