Searched refs:linkTask (Results 1 – 2 of 2) sorted by relevance
198 std::shared_ptr<ProgramGL::LinkTask> linkTask, in LinkEventGL() argument200 : mLinkTask(linkTask), in LinkEventGL()411 auto linkTask = std::make_shared<LinkTask>([this](std::string &infoLog) { in link() local486 return std::make_unique<LinkEventGL>(workerPool, linkTask, postLinkImplTask); in link()
6044 LinkTask linkTask(&programs[0], num_modules, context, dev); in compareResult() local6045 if (!linkTask.execute()) { in compareResult()6047 << linkTask.getErrorLog() << std::endl; in compareResult()6052 cl_program exec = linkTask.getExecutable(); in compareResult()