Searched refs:ResetCommandPool (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 141 PFN_vkResetCommandPool ResetCommandPool; member
|
D | api_gen.cpp | 268 INIT_PROC(true, dev, ResetCommandPool); in InitDispatchTable() 482 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… 937 { "vkResetCommandPool", reinterpret_cast<PFN_vkVoidFunction>(ResetCommandPool) }, in GetInstanceProcAddr() 1278 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() function 1279 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool() 2307 return vulkan::api::ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 278 …ool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetCommandPool>(ResetCommandPool))},
|
D | null_driver_gen.h | 120 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
|
D | null_driver.cpp | 1359 VkResult ResetCommandPool(VkDevice device, VkCommandPool cmdPool, VkCommandPoolResetFlags flags) { in ResetCommandPool() function
|