Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt196 vkGetPhysicalDeviceProperties;
Dapi_gen.cpp1886 VKAPI_ATTR void vkGetPhysicalDeviceProperties(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProp… in vkGetPhysicalDeviceProperties() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc214 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceProperties);
450 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceProperties); in init_stub_library()
Dstubs_riscv64.cc214 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceProperties);
450 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceProperties); in init_stub_library()
Dstubs_arm.cc214 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceProperties);
450 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceProperties); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_arm_to_x86-inl.h197 …neWithThunk_vkGetPhysicalDeviceProperties, reinterpret_cast<void*>(vkGetPhysicalDeviceProperties)},
/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.cpp10821 vkGetPhysicalDeviceProperties(physicalDevice, &props); in vpGetPhysicalDeviceProfileVariantsSupport()