Home
last modified time | relevance | path

Searched refs:FreeCommandBuffers (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h142 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
Dapi_gen.cpp269 INIT_PROC(true, dev, FreeCommandBuffers); in InitDispatchTable()
447 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
783 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) }, in GetInstanceProcAddr()
1170 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() function
1171 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
2053 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp178 …, reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeCommandBuffers>(FreeCommandBuffers))},
Dnull_driver_gen.h122 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
Dnull_driver.cpp764 void FreeCommandBuffers(VkDevice /*device*/, in FreeCommandBuffers() function
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp330 GET_DEV_PROC(FreeCommandBuffers); in setupDevice()