Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc64 VkCommandBuffer command_buffer = pCommandBuffers_host[idx]; in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() local
66 if (g_primary_command_buffer.find(command_buffer) != g_primary_command_buffer.end()) { in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
70 std::pair{command_buffer, in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
108 VkCommandBuffer command_buffer = pCommandBuffers_host[idx]; in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() local
110 if (auto it = g_primary_command_buffer.find(command_buffer); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()