Home
last modified time | relevance | path

Searched refs:vkGetDeviceQueue2 (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt173 vkGetDeviceQueue2; # introduced=28
Dapi_gen.cpp2771 VKAPI_ATTR void vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* p… in vkGetDeviceQueue2() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetDeviceQueue2);
428 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetDeviceQueue2); in init_stub_library()
Dstubs_riscv64.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetDeviceQueue2);
428 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetDeviceQueue2); in init_stub_library()
Dstubs_arm.cc192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetDeviceQueue2);
428 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetDeviceQueue2); in init_stub_library()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h175 …ueue2", DoCustomTrampolineWithThunk_vkGetDeviceQueue2, reinterpret_cast<void*>(vkGetDeviceQueue2)},
Dtrampolines_arm64_to_x86_64-inl.h175 …ueue2", DoCustomTrampolineWithThunk_vkGetDeviceQueue2, reinterpret_cast<void*>(vkGetDeviceQueue2)},
Dtrampolines_arm_to_x86-inl.h175 …ueue2", DoCustomTrampolineWithThunk_vkGetDeviceQueue2, reinterpret_cast<void*>(vkGetDeviceQueue2)},
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp526 vkGetDeviceQueue2(device, &deviceQueueInfo2, &graphicsQueue); in init()