Home
last modified time | relevance | path

Searched refs:failReason (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderNegativeTests.cpp185 const char* failReason = DE_NULL; in iterate() local
189 failReason = "expected shaders to compile, but failed."; in iterate()
193 failReason = "expected shaders to link, but failed."; in iterate()
197 failReason = "expected shaders to fail linking, but succeeded."; in iterate()
200 if (failReason != DE_NULL) in iterate()
202 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in iterate()
H A DglcShaderLibraryCase.cpp297 const char* failReason = DE_NULL; in execute() local
305 failReason = "expected shaders to compile and link properly, but failed to compile."; in execute()
307 failReason = "expected shaders to compile and link properly, but failed to link."; in execute()
312 failReason = "expected compilation to fail, but both shaders compiled and link failed."; in execute()
314 failReason = "expected compilation to fail, but both shaders compiled correctly."; in execute()
319 failReason = "expected linking to fail, but unable to compile."; in execute()
321 failReason = "expected linking to fail, but passed."; in execute()
329 if (failReason != DE_NULL) in execute()
332 log << TestLog::Message << "ERROR: " << failReason << TestLog::EndMessage; in execute()
336 m_testCtx.setTestResult(QP_TEST_RESULT_QUALITY_WARNING, failReason); in execute()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthTests.cpp130 const char* failReason = DE_NULL; in iterate() local
176 failReason = "Got unexpected error"; in iterate()
183 if (!imagesOk && !failReason) in iterate()
184 failReason = "Image comparison failed"; in iterate()
189 isOk ? "Pass" : failReason); in iterate()
H A Des3fStencilTests.cpp301 const char* failReason = DE_NULL; in iterate() local
363 if (!errorCodeOk && !failReason) in iterate()
364 failReason = "Got unexpected error"; in iterate()
370 if (!imagesOk && !failReason) in iterate()
371 failReason = "Image comparison failed"; in iterate()
376 isOk ? "Pass" : failReason); in iterate()
H A Des3fFboRenderTest.cpp428 const char* failReason = DE_NULL; in iterate() local
488 failReason = "Got unexpected error"; in iterate()
494 if (!imagesOk && !failReason) in iterate()
495 failReason = "Image comparison failed"; in iterate()
500 isOk ? "Pass" : failReason); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthTests.cpp127 const char* failReason = DE_NULL; in iterate() local
173 failReason = "Got unexpected error"; in iterate()
180 if (!imagesOk && !failReason) in iterate()
181 failReason = "Image comparison failed"; in iterate()
186 isOk ? "Pass" : failReason); in iterate()
H A Des2fStencilTests.cpp298 const char* failReason = DE_NULL; in iterate() local
360 if (!errorCodeOk && !failReason) in iterate()
361 failReason = "Got unexpected error"; in iterate()
367 if (!imagesOk && !failReason) in iterate()
368 failReason = "Image comparison failed"; in iterate()
373 isOk ? "Pass" : failReason); in iterate()
H A Des2fFboRenderTest.cpp564 const char* failReason = DE_NULL; in iterate() local
624 failReason = "Got unexpected error"; in iterate()
631 if (!imagesOk && !failReason) in iterate()
632 failReason = "Image comparison failed"; in iterate()
637 isOk ? "Pass" : failReason); in iterate()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderCase.cpp130 string failReason = ""; in executeForConfig() local
153 failReason = e.what(); in executeForConfig()
177 failReason = e.what(); in executeForConfig()
204 failReason = e.what(); in executeForConfig()
209 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, failReason.c_str()); in executeForConfig()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp960 const char* failReason = DE_NULL;
1089 failReason = "expected shaders to compile and link properly, but failed to compile.";
1091 failReason = "expected shaders to compile and link properly, but failed to link.";
1096 failReason = "expected compilation to fail, but shaders compiled and link failed.";
1098 failReason = "expected compilation to fail, but shaders compiled correctly.";
1103 failReason = "expected linking to fail, but unable to compile.";
1105 failReason = "expected linking to fail, but passed.";
1110 failReason = "expected compile or link to fail, but passed.";
1118 if (failReason != DE_NULL)
1121 log << TestLog::Message << "ERROR: " << failReason << TestLo
[all...]

Completed in 13 milliseconds