Searched refs:DestroyCommandPool (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 136 PFN_vkDestroyCommandPool DestroyCommandPool; member
|
D | api_gen.cpp | 266 INIT_PROC(true, dev, DestroyCommandPool); in InitDispatchTable() 431 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… 719 { "vkDestroyCommandPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyCommandPool) }, in GetInstanceProcAddr() 1112 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() function 1113 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool() 1934 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 140 …, reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyCommandPool>(DestroyCommandPool))},
|
D | null_driver_gen.h | 117 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
|
D | null_driver.cpp | 727 void DestroyCommandPool(VkDevice /*device*/, in DestroyCommandPool() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 324 GET_DEV_PROC(DestroyCommandPool); in setupDevice()
|