Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt193 vkGetPhysicalDeviceMemoryProperties;
Dapi_gen.cpp1896 VKAPI_ATTR void vkGetPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkPhysicalDevi… in vkGetPhysicalDeviceMemoryProperties() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc211 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceMemoryProperties);
447 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceMemoryProperties); in init_stub_library()
Dstubs_riscv64.cc211 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceMemoryProperties);
447 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceMemoryProperties); in init_stub_library()
Dstubs_arm.cc211 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceMemoryProperties);
447 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceMemoryProperties); in init_stub_library()
/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc119 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory); in VkJsonGetDevice()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_arm_to_x86-inl.h194 …vkGetPhysicalDeviceMemoryProperties, reinterpret_cast<void*>(vkGetPhysicalDeviceMemoryProperties)},