Home
last modified time | relevance | path

Searched refs:DestroyDevice (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi.h36 VKAPI_ATTR void DestroyDevice(VkDevice device,
Ddriver_gen.h118 PFN_vkDestroyDevice DestroyDevice; member
Dapi.cpp429 static void DestroyDevice(VkDevice dev,
908 if (data.dispatch.DestroyDevice) in Create()
909 data.dispatch.DestroyDevice(dev, allocator); in Create()
1177 void LayerChain::DestroyDevice(VkDevice device, in DestroyDevice() function in vulkan::api::__anona3a2f4e70111::LayerChain
1181 data.dispatch.DestroyDevice(device, allocator); in DestroyDevice()
1259 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() function
1263 LayerChain::DestroyDevice(device, pAllocator); in DestroyDevice()
Ddriver.cpp1460 data->driver.DestroyDevice = reinterpret_cast<PFN_vkDestroyDevice>( in CreateDevice()
1462 if (data->driver.DestroyDevice) in CreateDevice()
1463 data->driver.DestroyDevice(dev, pAllocator); in CreateDevice()
1485 data->driver.DestroyDevice(dev, pAllocator); in CreateDevice()
1564 void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in DestroyDevice() function
1566 data.driver.DestroyDevice(device, pAllocator); in DestroyDevice()
Dapi_gen.h70 PFN_vkDestroyDevice DestroyDevice; member
Ddriver.h135 VKAPI_ATTR void DestroyDevice(VkDevice device,
Ddriver_gen.cpp273 reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice),
689 INIT_PROC(true, dev, DestroyDevice); in InitDriverTable()
Dapi_gen.cpp197 INIT_PROC(true, dev, DestroyDevice); in InitDispatchTable()
724 …(strcmp(pName, "vkDestroyDevice") == 0) return reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice); in GetDeviceProcAddr()
867 { "vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice) }, in GetInstanceProcAddr()
1922 vulkan::api::DestroyDevice(device, pAllocator); in vkDestroyDevice()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp183 …royDevice", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDevice>(DestroyDevice))},
Dnull_driver_gen.h43 VKAPI_ATTR void DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator);
Dnull_driver.cpp692 void DestroyDevice(VkDevice device, in DestroyDevice() function
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp529 VK_GET_DEV_PROC(device, DestroyDevice); in init()
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp385 GET_DEV_PROC(DestroyDevice); in setupDevice()