/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeShaderDirectiveTests.cpp | 53 bool testFailed = false; in verifyProgram() local 60 testFailed = !program.getProgramInfo().linkOk; in verifyProgram() 65 testFailed = program.getProgramInfo().linkOk; in verifyProgram() 69 if (testFailed) in verifyProgram() 81 bool testFailed = false; in verifyShader() local 94 testFailed = !shader.getCompileStatus(); in verifyShader() 99 testFailed = shader.getCompileStatus(); in verifyShader() 103 if (testFailed) in verifyShader()
|
D | es31fNegativeShaderFramebufferFetchTests.cpp | 79 bool testFailed = false; in verifyProgramError() local 89 testFailed = (program.getProgramInfo().linkOk); in verifyProgramError() 95 testFailed = program.getShaderInfo(shaderType).compileOk; in verifyProgramError() 101 testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(shaderType).compileOk); in verifyProgramError() 111 if (testFailed) in verifyProgramError()
|
D | es31fNegativeComputeTests.cpp | 88 bool testFailed = false; in verifyLinkError() local 93 testFailed = program.getProgramInfo().linkOk; in verifyLinkError() 95 if (testFailed) in verifyLinkError() 105 bool testFailed = false; in verifyCompileError() local 110 testFailed = program.getShaderInfo(shaderType).compileOk; in verifyCompileError() 112 if (testFailed) in verifyCompileError() 684 bool testFailed = false; in invalid_maximum_work_group_sizes() local 688 …testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(glu::SHADERTYPE_COMPUTE).… in invalid_maximum_work_group_sizes() 690 if (testFailed) in invalid_maximum_work_group_sizes() 784 bool testFailed = false; in invalid_layout_qualifiers() local [all …]
|
D | es31fNegativeSampleVariablesTests.cpp | 50 bool testFailed = false; in verifyShader() local 63 testFailed = !shader.getCompileStatus(); in verifyShader() 68 testFailed = shader.getCompileStatus(); in verifyShader() 72 if (testFailed) in verifyShader()
|
D | es31fNegativeShaderStorageTests.cpp | 45 bool testFailed = false; in verifyProgram() local 49 testFailed = program.getProgramInfo().linkOk; in verifyProgram() 51 if (testFailed) in verifyProgram()
|
D | es31fNegativeTessellationTests.cpp | 365 bool testFailed = program.getProgramInfo().linkOk; in tessellation_control_invalid_vertex_count() local 367 if (testFailed) in tessellation_control_invalid_vertex_count()
|
D | es31fTextureMultisampleTests.cpp | 1750 bool testFailed = false; in iterate() local 1776 testFailed = true; in iterate() 1814 testFailed = true; in iterate() 1833 if (testFailed) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5UniformBlocksArrayIndexing.cpp | 217 bool testFailed = false; in iterate() local 223 testFailed = true; in iterate() 229 if (testFailed) in iterate()
|
/third_party/skia/tests/ |
D | SubsetPath.cpp | 28 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() argument 30 if (!testFailed) { in subset()
|
D | SubsetPath.h | 40 bool subset(bool testFailed, SkPath* sub);
|
/third_party/flutter/skia/tests/ |
D | SubsetPath.h | 40 bool subset(bool testFailed, SkPath* sub);
|
D | SubsetPath.cpp | 27 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() argument 29 if (!testFailed) { in subset()
|
/third_party/cef/tests/gtest/teamcity/src/ |
D | teamcity_messages.h | 52 …void testFailed(const std::string &name, const std::string &message, const std::string &details, c…
|
D | teamcity_gtest.cpp | 70 messages.testFailed( in OnTestEnd()
|
D | teamcity_messages.cpp | 154 void TeamcityMessages::testFailed(const std::string &name, const std::string &message, const std::s… in testFailed() function in jetbrains::teamcity::TeamcityMessages
|
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunnerTest.java | 398 mockListener.testFailed(testId, in testResultCode() 914 mockListener.testFailed(EasyMock.eq(testIds[i]), in testRun_unexecutableTests() 1923 mockListener.testFailed(EasyMock.eq(testId), EasyMock.<String>notNull()); in testInterrupt_killReportTestFailed()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderImageLoadStoreTests.cpp | 8743 testFailed = -1, enumerator 8895 if (testFailed == testShaderStage(fragmentShaderStage)) in Run() 8903 if (testFailed == testShaderStage(geometryShaderStage)) in Run() 8911 if (testFailed == testShaderStage(tesselationControlShaderStage)) in Run() 8920 if (testFailed == testShaderStage(tesselationEvalutaionShaderStage)) in Run() 8929 if (testFailed == testShaderStage(vertexShaderStage)) in Run() 9675 result = testFailed; in testShaderStage()
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 353 mSink.testFailed(testId, errorLog.toString()); in forwardFinalizedPendingResult()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 44981 - testRunner.testFailed("'top.location' didn't throw."); 45019 - testRunner.testFailed("'top.location' didn't throw.");
|
D | 0001-cve.patch | 5573 +let testFailed = false; 5575 + testFailed = true; 5600 + assert_false(testFailed);
|