Searched refs:PFN_vkAllocateCommandBuffers (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h75 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
H A Dapi_gen.h126 PFN_vkAllocateCommandBuffers AllocateCommandBuffers;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp57 {"vkAllocateCommandBuffers", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkAllocateCommandBuffers>(AllocateCommandBuffers))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2321 typedef VkResult (VKAPI_PTR *PFN_vkAllocateCommandBuffers)(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCommandBuffer* pCommandBuffers); typedef

Completed in 191 milliseconds