Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver.cpp967 PFN_vkVoidFunction drv_func = GetData(device).driver.GetDeviceProcAddr(device, pName); in GetDeviceProcAddr() local
970 return drv_func; in GetDeviceProcAddr()
978 if (!drv_func && (hook->extension >= ProcHook::EXTENSION_CORE_1_0)) in GetDeviceProcAddr()