Searched refs:vkAllocateCommandBuffers (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 5 vkAllocateCommandBuffers;
|
D | code-generator.tmpl | 741 {{else if eq $.Name "vkAllocateCommandBuffers"}}true 969 {{else if eq $.Name "vkAllocateCommandBuffers"}}true
|
D | api_gen.cpp | 1943 VKAPI_ATTR VkResult vkAllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pA… in vkAllocateCommandBuffers() function
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/ |
D | vulkan_wrapper.h | 121 extern PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers;
|
D | vulkan_wrapper.cpp | 136 …vkAllocateCommandBuffers = reinterpret_cast<PFN_vkAllocateCommandBuffers>(dlsym(libvulkan, "vkAllo… in InitVulkan() 480 PFN_vkAllocateCommandBuffers vkAllocateCommandBuffers; variable
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 606 res = vkAllocateCommandBuffers(mDevice, &present_cmd_info, &sync.command); in initializeVkSyncObjects()
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 579 res = vkAllocateCommandBuffers(mDevice, &cmd_info, &cmd); in runForEach()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 2283 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/ |
D | vulkan.api | 9219 cmd VkResult vkAllocateCommandBuffers(
|