Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkGetProcAddress.h23 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName);
DVkGetProcAddress.cpp270 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) in GetDeviceProcAddr() function
DlibVulkan.cpp220 return vk::GetDeviceProcAddr(device, pName); in vkGetDeviceProcAddr()