Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp687 bool allLinksOk = true; in execute() local
713 allLinksOk = false; in execute()
738 allLinksOk = false; in execute()
771 else if (!allLinksOk) in execute()
776 if (allCompilesOk && !allLinksOk) in execute()
785 else if (allLinksOk) in execute()
790 if (allCompilesOk && allLinksOk) in execute()
810 if (allCompilesOk && !allLinksOk) in execute()
819 else if (m_expectResult == EXPECT_COMPILE_FAIL && allCompilesOk && !allLinksOk) in execute()