Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc58 VkCommandBuffer* pCommandBuffers_host = pCommandBuffers_guest; in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers() local
60 ret = callee_function(device_host, pAllocateInfo_host, pCommandBuffers_host); in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
64 VkCommandBuffer command_buffer = pCommandBuffers_host[idx]; in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
104 const VkCommandBuffer* pCommandBuffers_host = pCommandBuffers_guest; in DoCustomTrampolineWithThunk_vkFreeCommandBuffers() local
108 VkCommandBuffer command_buffer = pCommandBuffers_host[idx]; in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()
116 callee_function(device_host, commandPool_host, commandBufferCount_host, pCommandBuffers_host); in DoCustomTrampolineWithThunk_vkFreeCommandBuffers()