Searched refs:ResetCommandPool (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 137 PFN_vkResetCommandPool ResetCommandPool; member
|
D | api_gen.cpp | 267 INIT_PROC(true, dev, ResetCommandPool); in InitDispatchTable() 432 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… 783 { "vkResetCommandPool", reinterpret_cast<PFN_vkVoidFunction>(ResetCommandPool) }, in GetInstanceProcAddr() 1116 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() function 1117 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool() 1939 return vulkan::api::ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 227 …ool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetCommandPool>(ResetCommandPool))},
|
D | null_driver_gen.h | 118 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
|
D | null_driver.cpp | 1328 VkResult ResetCommandPool(VkDevice device, VkCommandPool cmdPool, VkCommandPoolResetFlags flags) { in ResetCommandPool() function
|