Home
last modified time | relevance | path

Searched refs:vkAllocateCommandBuffers (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt5 vkAllocateCommandBuffers;
Dcode-generator.tmpl741 {{else if eq $.Name "vkAllocateCommandBuffers"}}true
969 {{else if eq $.Name "vkAllocateCommandBuffers"}}true
Dapi_gen.cpp1943 VKAPI_ATTR VkResult vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pA… in vkAllocateCommandBuffers() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h121 extern PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
Dvulkan_wrapper.cpp136vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(dlsym(libvulkan, "vkAllo… in InitVulkan()
480 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp606 res = vkAllocateCommandBuffers(mDevice, &present_cmd_info, &sync.command); in initializeVkSyncObjects()
/frameworks/rs/rsov/driver/
DrsovScript.cpp579 res = vkAllocateCommandBuffers(mDevice, &cmd_info, &cmd); in runForEach()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2283 err = vkAllocateCommandBuffers(demo->device, &cmd, &demo->cmd); in demo_prepare()
2310 err = vkAllocateCommandBuffers(demo->device, &cmd, &demo->swapchain_image_resources[i].cmd); in demo_prepare()
2331 err = vkAllocateCommandBuffers(demo->device, &present_cmd_info, in demo_prepare()
/frameworks/native/vulkan/api/
Dvulkan.api9219 cmd VkResult vkAllocateCommandBuffers(