Home
last modified time | relevance | path

Searched defs:commandPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp971 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool()
975 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool()
983 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers()
1660 VKAPI_ATTR void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocation… in vkDestroyCommandPool()
1665 VKAPI_ATTR VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolRes… in vkResetCommandPool()
1675 VKAPI_ATTR void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers()
/frameworks/native/vulkan/include/vulkan/
Dvulkan.h2200 VkCommandPool commandPool; member