Home
last modified time | relevance | path

Searched refs:AllocateCommandBuffers (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h84 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
Ddriver_gen.cpp135 reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers),
447 INIT_PROC(true, dev, AllocateCommandBuffers); in InitDriverTable()
Dapi_gen.h126 PFN_vkAllocateCommandBuffers AllocateCommandBuffers; member
Ddriver.h130 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll…
Ddriver.cpp1070 AllocateCommandBuffers(VkDevice device, in AllocateCommandBuffers() function
1075 VkResult result = data.driver.AllocateCommandBuffers(device, pAllocateInfo, in AllocateCommandBuffers()
Dapi_gen.cpp226 INIT_PROC(true, dev, AllocateCommandBuffers); in InitDispatchTable()
370 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll…
520 … { "vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(AllocateCommandBuffers) }, in GetInstanceProcAddr()
980 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll… in AllocateCommandBuffers() function
981 return GetData(device).dispatch.AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in AllocateCommandBuffers()
1672 return vulkan::api::AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers); in vkAllocateCommandBuffers()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp58 …rpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
Dnull_driver_gen.h119 VKAPI_ATTR VkResult AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAll…
Dnull_driver.cpp725 VkResult AllocateCommandBuffers(VkDevice /*device*/, in AllocateCommandBuffers() function
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp77 GET_DEV_PROC(AllocateCommandBuffers); in initialize()