Searched refs:vkGetDeviceQueue (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovContext.cpp | 130 vkGetDeviceQueue(mDevice, queueFamilyIndex, 0, &mQueue); in Initialize()
|
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 130 vkGetDeviceQueue;
|
D | code-generator.tmpl | 739 {{else if eq $.Name "vkGetDeviceQueue"}}true 967 {{else if eq $.Name "vkGetDeviceQueue"}}true
|
D | api_gen.cpp | 1588 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/ |
D | vulkan_wrapper.h | 50 extern PFN_vkGetDeviceQueue vkGetDeviceQueue;
|
D | vulkan_wrapper.cpp | 56 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/ |
D | cube.c | 3584 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/ |
D | vulkan.api | 8094 cmd void vkGetDeviceQueue(
|