Searched refs:ResetCommandPool (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 140 PFN_vkResetCommandPool ResetCommandPool; member
|
D | api_gen.cpp | 267 INIT_PROC(true, dev, ResetCommandPool); in InitDispatchTable() 445 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… 822 { "vkResetCommandPool", reinterpret_cast<PFN_vkVoidFunction>(ResetCommandPool) }, in GetInstanceProcAddr() 1162 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() function 1163 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool() 2043 return vulkan::api::ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 238 …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 | 1336 VkResult ResetCommandPool(VkDevice device, VkCommandPool cmdPool, VkCommandPoolResetFlags flags) { in ResetCommandPool() function
|