Searched defs:DestroyCommandPool (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h124 PFN_vkDestroyCommandPool DestroyCommandPool; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp222 INIT_PROC(dev, DestroyCommandPool);
366 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
576 { "vkDestroyCommandPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyCommandPool) },
954 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
955 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator);
1644 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp677 void DestroyCommandPool(VkDevice /*device*/, function in namespace:null_driver

Completed in 173 milliseconds