Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h98 PFN_vkGetPhysicalDeviceExternalBufferProperties GetPhysicalDeviceExternalBufferProperties; member
H A Dapi_gen.h58 PFN_vkGetPhysicalDeviceExternalBufferProperties GetPhysicalDeviceExternalBufferProperties; member
H A Ddriver_gen.cpp369 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceExternalBufferProperties),
633 INIT_PROC(false, instance, GetPhysicalDeviceExternalBufferProperties); in InitDriverTable()
H A Ddriver.h183 VKAPI_ATTR void GetPhysicalDeviceExternalBufferProperties(
H A Ddriver.cpp1523 void GetPhysicalDeviceExternalBufferProperties( in GetPhysicalDeviceExternalBufferProperties() function
1531 if (driver.GetPhysicalDeviceExternalBufferProperties) { in GetPhysicalDeviceExternalBufferProperties()
1532 driver.GetPhysicalDeviceExternalBufferProperties( in GetPhysicalDeviceExternalBufferProperties()
H A Dapi_gen.cpp177 INIT_PROC(false, instance, GetPhysicalDeviceExternalBufferProperties); in InitDispatchTable()
514 VKAPI_ATTR void GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const Vk…
1438 VKAPI_ATTR void GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const Vk… in GetPhysicalDeviceExternalBufferProperties() function
1439 …GetData(physicalDevice).dispatch.GetPhysicalDeviceExternalBufferProperties(physicalDevice, pExtern… in GetPhysicalDeviceExternalBufferProperties()
2388 …vulkan::api::GetPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExter… in vkGetPhysicalDeviceExternalBufferProperties()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp200 …c_cast<PFN_vkGetPhysicalDeviceExternalBufferProperties>(GetPhysicalDeviceExternalBufferProperties)…
H A Dnull_driver_gen.h188 VKAPI_ATTR void GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const Vk…
H A Dnull_driver.cpp1567 void GetPhysicalDeviceExternalBufferProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDev… in GetPhysicalDeviceExternalBufferProperties() function