Searched refs:FreeCommandBuffers (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 139 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
|
D | api_gen.cpp | 269 INIT_PROC(true, dev, FreeCommandBuffers); in InitDispatchTable() 434 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… 748 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) }, in GetInstanceProcAddr() 1124 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() function 1125 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers() 1949 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 171 …, reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkFreeCommandBuffers>(FreeCommandBuffers))},
|
D | null_driver_gen.h | 120 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 | 326 GET_DEV_PROC(FreeCommandBuffers); in setupDevice()
|