Home
last modified time | relevance | path

Searched refs:attemptLink (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsLongStressCase.cpp747 const bool attemptLink = vertCompileOk && fragCompileOk; in build() local
748 const bool linkOk = attemptLink && linkProgram(m_programGL); in build()
752 log << TestLog::ShaderProgram(linkOk, attemptLink ? getProgramInfoLog(m_programGL) : string("")) in build()