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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h136 PFN_vkDestroyCommandPool DestroyCommandPool; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp266 INIT_PROC(true, dev, DestroyCommandPool);
431 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator);
714 { "vkDestroyCommandPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyCommandPool) },
1107 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
1108 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator);
1929 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp727 void DestroyCommandPool(VkDevice /*device*/, function in namespace:null_driver

Completed in 23 milliseconds