Searched defs:DestroyCommandPool (Results 1 - 3 of 3) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 136 PFN_vkDestroyCommandPool DestroyCommandPool; member in struct:vulkan::api::DeviceDispatchTable
|
H A D | api_gen.cpp | 266 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 D | null_driver.cpp | 727 void DestroyCommandPool(VkDevice /*device*/, function in namespace:null_driver
|
Completed in 23 milliseconds