Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc89 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
185 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
269 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
285 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt197 vkGetPhysicalDeviceProperties2; # introduced=28
Dapi_gen.cpp2616 VKAPI_ATTR void vkGetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, VkPhysicalDevicePro… in vkGetPhysicalDeviceProperties2() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc215 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceProperties2);
451 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceProperties2); in init_stub_library()
Dstubs_riscv64.cc215 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceProperties2);
451 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceProperties2); in init_stub_library()
Dstubs_arm.cc215 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceProperties2);
451 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceProperties2); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h198 …WithThunk_vkGetPhysicalDeviceProperties2, reinterpret_cast<void*>(vkGetPhysicalDeviceProperties2)},
Dtrampolines_arm64_to_x86_64-inl.h198 …WithThunk_vkGetPhysicalDeviceProperties2, reinterpret_cast<void*>(vkGetPhysicalDeviceProperties2)},
Dtrampolines_arm_to_x86-inl.h198 …WithThunk_vkGetPhysicalDeviceProperties2, reinterpret_cast<void*>(vkGetPhysicalDeviceProperties2)},
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp329 vkGetPhysicalDeviceProperties2(physicalDevice, &physDevProps); in init()