Searched refs:attemptLink (Results 1 – 1 of 1) sorted by relevance
747 const bool attemptLink = vertCompileOk && fragCompileOk; in build() local748 const bool linkOk = attemptLink && linkProgram(m_programGL); in build()752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string("")) in build()