Searched refs:pLayerName_host (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_trampolines.cc | 154 const char* pLayerName_host = pLayerName_guest; in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() local 169 ret = callee_function(physicalDevice_host, pLayerName_host, &properties_in_buf_size, nullptr); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() 177 physicalDevice_host, pLayerName_host, &properties_in_buf_size2, properties_in_buf); in DoCustomTrampolineWithThunk_vkEnumerateDeviceExtensionProperties() 197 const char* pLayerName_host = pLayerName_guest; in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties() local 203 ret = callee_function(pLayerName_host, &properties_in_buf_size, nullptr); in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties() 210 ret = callee_function(pLayerName_host, &properties_in_buf_size2, properties_in_buf); in DoCustomTrampolineWithThunk_vkEnumerateInstanceExtensionProperties() 260 auto [physicalDevice_host, pLayerName_host, pPropertyCount_host, pProperties_host] = in RunGuest_vkEnumerateDeviceExtensionProperties() 267 pLayerName_guest = pLayerName_host; in RunGuest_vkEnumerateDeviceExtensionProperties() 279 pLayerName_guest = pLayerName_host; in RunGuest_vkEnumerateDeviceExtensionProperties() 298 auto [pLayerName_host, pPropertyCount_host, pProperties_host] = in RunGuest_vkEnumerateInstanceExtensionProperties() [all …]
|