Searched refs:FreeCommandBuffers (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 142 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
|
D | api_gen.cpp | 269 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/ |
D | null_driver_gen.cpp | 178 …, reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeCommandBuffers>(FreeCommandBuffers))},
|
D | null_driver_gen.h | 122 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
|
D | null_driver.cpp | 764 void FreeCommandBuffers(VkDevice /*device*/, in FreeCommandBuffers() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 330 GET_DEV_PROC(FreeCommandBuffers); in setupDevice()
|