Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt186 vkGetPhysicalDeviceExternalSemaphoreProperties; # introduced=28
Dapi_gen.cpp2656 VKAPI_ATTR void vkGetPhysicalDeviceExternalSemaphoreProperties(VkPhysicalDevice physicalDevice, con… in vkGetPhysicalDeviceExternalSemaphoreProperties() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceExternalSemaphoreProperties);
440 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceExternalSemaphoreProperties); in init_stub_library()
Dstubs_riscv64.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceExternalSemaphoreProperties);
440 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceExternalSemaphoreProperties); in init_stub_library()
Dstubs_arm.cc204 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceExternalSemaphoreProperties);
440 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceExternalSemaphoreProperties); in init_stub_library()
/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc251 vkGetPhysicalDeviceExternalSemaphoreProperties( in VkJsonGetDevice()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h187 …ExternalSemaphoreProperties, reinterpret_cast<void*>(vkGetPhysicalDeviceExternalSemaphorePropertie…
Dtrampolines_arm64_to_x86_64-inl.h187 …ExternalSemaphoreProperties, reinterpret_cast<void*>(vkGetPhysicalDeviceExternalSemaphorePropertie…
Dtrampolines_arm_to_x86-inl.h187 …ExternalSemaphoreProperties, reinterpret_cast<void*>(vkGetPhysicalDeviceExternalSemaphorePropertie…
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp346 vkGetPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &semInfo, &semProps); in init()