Searched refs:getDeviceProcAddr (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 5051 … 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()
|
D | vulkan.hpp | 10246 … 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()
|