Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libvulkan/
H A Dstubs_arm.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceExternalBufferProperties);
368 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceExternalBufferProperties); in init_stub_library()
H A Dstubs_arm64.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceExternalBufferProperties);
368 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceExternalBufferProperties); in init_stub_library()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dlibvulkan.map.txt150 vkGetPhysicalDeviceExternalBufferProperties; # introduced=28
H A Dapi_gen.cpp2387 VKAPI_ATTR void vkGetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const … in vkGetPhysicalDeviceExternalBufferProperties() function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp436 vkGetPhysicalDeviceExternalBufferProperties(mPhysicalDevice, &externalBufferInfo, in initialize()