Searched defs:FreeCommandBuffers (Results 1 - 3 of 3) 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.cpp227 INIT_PROC(true, dev, FreeCommandBuffers);
371 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers);
619 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) },
983 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCommandBuffer* pCommandBuffers) { function in namespace:vulkan::api::__anon1934
984 GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
1676 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp752 void FreeCommandBuffers(VkDevice /*device*/, function in namespace:null_driver

Completed in 1666 milliseconds