Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc103 std::uint32_t commandBufferCount_host = commandBufferCount_guest; in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() local
107 for (uint32_t idx = 0; idx < commandBufferCount_host; ++idx) { in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()
116 callee_function(device_host, commandPool_host, commandBufferCount_host, pCommandBuffers_host); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()