Searched refs:workerInfoLog (Results 1 – 2 of 2) sorted by relevance
225 std::string workerInfoLog; in compileAndCheckShaderInWorker() local226 ScopedWorkerContextGL worker(mRenderer.get(), &workerInfoLog); in compileAndCheckShaderInWorker()235 mInfoLog += "bindWorkerContext failed.\n" + workerInfoLog; in compileAndCheckShaderInWorker()
412 std::string workerInfoLog; in link() local413 ScopedWorkerContextGL worker(mRenderer.get(), &workerInfoLog); in link()417 infoLog += "bindWorkerContext failed.\n" + workerInfoLog; in link()433 const std::string &workerInfoLog) { in link() argument434 infoLog << workerInfoLog; in link()