Home | History | Annotate | Download | only in swapchain

Lines Matching refs:GetDeviceProcAddr

52     PFN_vkGetDeviceProcAddr gpa = pDisp->GetDeviceProcAddr;
2149 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL GetDeviceProcAddr(VkDevice device, const char *funcName) {
2165 if (pDisp->GetDeviceProcAddr == NULL)
2167 return pDisp->GetDeviceProcAddr(device, funcName);
2276 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
2359 return swapchain::GetDeviceProcAddr(dev, funcName);