Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt150 vkGetPhysicalDeviceMemoryProperties;
Dapi_gen.cpp1538 VKAPI_ATTR void vkGetPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkPhysicalDevi… in vkGetPhysicalDeviceMemoryProperties() function
/frameworks/libs/native_bridge_support/libvulkan/
Dstubs_arm64.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceMemoryProperties);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceMemoryProperties); in init_stub_library()
Dstubs_arm.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceMemoryProperties);
355 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceMemoryProperties); in init_stub_library()
/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc155 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory); in VkJsonGetDevice()