Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc116 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
217 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
276 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
292 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt188 vkGetPhysicalDeviceFeatures2; # introduced=28
Dapi_gen.cpp2611 VKAPI_ATTR void vkGetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatu… in vkGetPhysicalDeviceFeatures2() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc206 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceFeatures2);
442 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceFeatures2); in init_stub_library()
Dstubs_riscv64.cc206 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceFeatures2);
442 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceFeatures2); in init_stub_library()
Dstubs_arm.cc206 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceFeatures2);
442 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceFeatures2); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h189 …lineWithThunk_vkGetPhysicalDeviceFeatures2, reinterpret_cast<void*>(vkGetPhysicalDeviceFeatures2)},
Dtrampolines_arm64_to_x86_64-inl.h189 …lineWithThunk_vkGetPhysicalDeviceFeatures2, reinterpret_cast<void*>(vkGetPhysicalDeviceFeatures2)},
Dtrampolines_arm_to_x86-inl.h189 …lineWithThunk_vkGetPhysicalDeviceFeatures2, reinterpret_cast<void*>(vkGetPhysicalDeviceFeatures2)},
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp469 vkGetPhysicalDeviceFeatures2(physicalDevice, mPhysicalDeviceFeatures2); in init()