Searched refs:FreeCommandBuffers (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h127 PFN_vkFreeCommandBuffers FreeCommandBuffers; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp225 INIT_PROC(dev, FreeCommandBuffers);
369 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
602 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
966 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) { function in namespace:vulkan::api::__anon1607
967 GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
1659 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp159 {"vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeCommandBuffers>(FreeCommandBuffers))},
H A Dnull_driver_gen.h120 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
H A Dnull_driver.cpp714 void FreeCommandBuffers(VkDevice /*device*/, function in namespace:null_driver

Completed in 38 milliseconds