Home
last modified time | relevance | path

Searched refs:vkGetDeviceQueue (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovContext.cpp130 vkGetDeviceQueue(mDevice, queueFamilyIndex, 0, &mQueue); in Initialize()
/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt130 vkGetDeviceQueue;
Dcode-generator.tmpl739 {{else if eq $.Name "vkGetDeviceQueue"}}true
967 {{else if eq $.Name "vkGetDeviceQueue"}}true
Dapi_gen.cpp1588 VKAPI_ATTR void vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, V… in vkGetDeviceQueue() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h50 extern PFN_vkGetDeviceQueue vkGetDeviceQueue;
Dvulkan_wrapper.cpp56 vkGetDeviceQueue = reinterpret_cast<PFN_vkGetDeviceQueue>(dlsym(libvulkan, "vkGetDeviceQueue")); in InitVulkan()
409 PFN_vkGetDeviceQueue vkGetDeviceQueue; variable
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c3584 vkGetDeviceQueue(demo->device, demo->graphics_queue_family_index, 0, &demo->graphics_queue); in demo_init_vk_swapchain()
3590 vkGetDeviceQueue(demo->device, demo->present_queue_family_index, 0, &demo->present_queue); in demo_init_vk_swapchain()
/frameworks/native/vulkan/api/
Dvulkan.api8094 cmd void vkGetDeviceQueue(