Home | History | Annotate | Download | only in device_limits

Lines Matching refs:GetDeviceProcAddr

693 GetDeviceProcAddr(VkDevice dev, const char *funcName) {
703 if (pTable->GetDeviceProcAddr == NULL)
705 return pTable->GetDeviceProcAddr(dev, funcName);
741 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
775 { "vkGetDeviceProcAddr", reinterpret_cast<PFN_vkVoidFunction>(GetDeviceProcAddr) },
848 return device_limits::GetDeviceProcAddr(dev, funcName);