Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc47 std::map<VkCommandBuffer, bool> g_primary_command_buffer; variable
66 if (g_primary_command_buffer.find(command_buffer) != g_primary_command_buffer.end()) { in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
69 g_primary_command_buffer.insert( in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
85 if (auto it = g_primary_command_buffer.find(commandBuffer_guest); in DoCustomTrampolineWithThunk_vkBeginCommandBuffer()
86 it != g_primary_command_buffer.end()) { in DoCustomTrampolineWithThunk_vkBeginCommandBuffer()
110 if (auto it = g_primary_command_buffer.find(command_buffer); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()
111 it != g_primary_command_buffer.end()) { in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()
112 g_primary_command_buffer.erase(it); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()