Searched refs:DestroyCommandPool (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 140 PFN_vkDestroyCommandPool DestroyCommandPool; member
|
D | api_gen.cpp | 267 INIT_PROC(true, dev, DestroyCommandPool); in InitDispatchTable() 481 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… 863 { "vkDestroyCommandPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyCommandPool) }, in GetInstanceProcAddr() 1274 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() function 1275 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool() 2302 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 178 …, reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyCommandPool>(DestroyCommandPool))},
|
D | null_driver_gen.h | 119 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
|
D | null_driver.cpp | 728 void DestroyCommandPool(VkDevice /*device*/, in DestroyCommandPool() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 384 GET_DEV_PROC(DestroyCommandPool); in setupDevice()
|