Home
last modified time | relevance | path

Searched refs:getDeviceProcAddr (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp5051 … PFN_vkGetDeviceProcAddr getDeviceProcAddr = nullptr ) VULKAN_HPP_NOEXCEPT argument
5053 init( instance, getInstanceProcAddr, device, getDeviceProcAddr );
5906 …PFN_vkGetDeviceProcAddr getDeviceProcAddr = dl.template getProcAddress<PFN_vkGetDeviceProcAddr>("v… in init() local
5907 …stance), getInstanceProcAddr, static_cast<VkDevice>(device), device ? getDeviceProcAddr : nullptr); in init()
Dvulkan.hpp10246 … PFN_vkGetDeviceProcAddr getDeviceProcAddr = nullptr ) VULKAN_HPP_NOEXCEPT argument
10248 init( instance, getInstanceProcAddr, device, getDeviceProcAddr );
12280 …PFN_vkGetDeviceProcAddr getDeviceProcAddr = dl.template getProcAddress<PFN_vkGetDeviceProcAddr>("v… in init() local
12281 …stance), getInstanceProcAddr, static_cast<VkDevice>(device), device ? getDeviceProcAddr : nullptr); in init()