Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h143 PFN_vkFreeCommandBuffers FreeCommandBuffers; member
Dapi_gen.cpp270 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/
Dnull_driver_gen.cpp210 …, 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.cpp765 void FreeCommandBuffers(VkDevice /*device*/, in FreeCommandBuffers() function
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp390 GET_DEV_PROC(FreeCommandBuffers); in setupDevice()