Searched refs:DestroyDevice (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api.h | 31 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | driver_gen.h | 85 PFN_vkDestroyDevice DestroyDevice; member
|
D | api.cpp | 417 static void DestroyDevice(VkDevice dev, 890 if (data.dispatch.DestroyDevice) in Create() 891 data.dispatch.DestroyDevice(dev, allocator); in Create() 1152 void LayerChain::DestroyDevice(VkDevice device, in DestroyDevice() function in vulkan::api::__anona3a2f4e70111::LayerChain 1156 data.dispatch.DestroyDevice(device, allocator); in DestroyDevice() 1213 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() function 1217 LayerChain::DestroyDevice(device, pAllocator); in DestroyDevice()
|
D | driver.cpp | 1179 data->driver.DestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>( in CreateDevice() 1181 if (data->driver.DestroyDevice) in CreateDevice() 1182 data->driver.DestroyDevice(dev, pAllocator); in CreateDevice() 1199 data->driver.DestroyDevice(dev, pAllocator); in CreateDevice() 1219 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() function 1221 data.driver.DestroyDevice(device, pAllocator); in DestroyDevice()
|
D | driver_gen.cpp | 265 reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice), 556 INIT_PROC(true, dev, DestroyDevice); in InitDriverTable()
|
D | driver.h | 121 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | api_gen.h | 67 PFN_vkDestroyDevice DestroyDevice; member
|
D | api_gen.cpp | 197 INIT_PROC(true, dev, DestroyDevice); in InitDispatchTable() 616 …(strcmp(pName, "vkDestroyDevice") == 0) return reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice); in GetDeviceProcAddr() 723 { "vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice) }, in GetInstanceProcAddr() 1564 vulkan::api::DestroyDevice(device, pAllocator); in vkDestroyDevice()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 145 …royDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDevice>(DestroyDevice))},
|
D | null_driver_gen.h | 43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
|
D | null_driver.cpp | 691 void DestroyDevice(VkDevice device, in DestroyDevice() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 322 GET_DEV_PROC(DestroyDevice); in setupDevice()
|