Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp929 bool allLinksOk = true; in execute() local
989 allLinksOk = false; in execute()
1014 allLinksOk = false; in execute()
1047 else if (!allLinksOk) in execute()
1052 if (allCompilesOk && !allLinksOk) in execute()
1061 else if (allLinksOk) in execute()
1066 if (allCompilesOk && allLinksOk) in execute()
1086 if (allCompilesOk && !allLinksOk) in execute()
1095 else if (m_spec.expectResult == EXPECT_COMPILE_FAIL && allCompilesOk && !allLinksOk) in execute()