Lines Matching full:linkok
748 const bool linkOk = attemptLink && linkProgram(m_programGL);750 if (!(vertCompileOk && fragCompileOk && linkOk))752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string(""))