Searched refs:FreeCommandBuffers (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 143 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
|
D | api_gen.cpp | 270 INIT_PROC(true, dev, FreeCommandBuffers); in InitDispatchTable() 484 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… 893 { "vkFreeCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(FreeCommandBuffers) }, in GetInstanceProcAddr() 1286 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() function 1287 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers() 2317 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 210 …, 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 | 765 void FreeCommandBuffers(VkDevice /*device*/, in FreeCommandBuffers() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 390 GET_DEV_PROC(FreeCommandBuffers); in setupDevice()
|