Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp53 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()
Des31fNegativeShaderFramebufferFetchTests.cpp79 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()
Des31fNegativeComputeTests.cpp88 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
688testFailed = (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 …]
Des31fNegativeSampleVariablesTests.cpp50 bool testFailed = false; in verifyShader() local
63 testFailed = !shader.getCompileStatus(); in verifyShader()
68 testFailed = shader.getCompileStatus(); in verifyShader()
72 if (testFailed) in verifyShader()
Des31fNegativeShaderStorageTests.cpp45 bool testFailed = false; in verifyProgram() local
49 testFailed = program.getProgramInfo().linkOk; in verifyProgram()
51 if (testFailed) in verifyProgram()
Des31fNegativeTessellationTests.cpp365 bool testFailed = program.getProgramInfo().linkOk; in tessellation_control_invalid_vertex_count() local
367 if (testFailed) in tessellation_control_invalid_vertex_count()
Des31fTextureMultisampleTests.cpp1750 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/
DesextcGPUShader5UniformBlocksArrayIndexing.cpp217 bool testFailed = false; in iterate() local
223 testFailed = true; in iterate()
229 if (testFailed) in iterate()
/third_party/skia/tests/
DSubsetPath.cpp28 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() argument
30 if (!testFailed) { in subset()
DSubsetPath.h40 bool subset(bool testFailed, SkPath* sub);
/third_party/flutter/skia/tests/
DSubsetPath.h40 bool subset(bool testFailed, SkPath* sub);
DSubsetPath.cpp27 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() argument
29 if (!testFailed) { in subset()
/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_messages.h52 …void testFailed(const std::string &name, const std::string &message, const std::string &details, c…
Dteamcity_gtest.cpp70 messages.testFailed( in OnTestEnd()
Dteamcity_messages.cpp154 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/
DDeqpTestRunnerTest.java398 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/
Dgl4cShaderImageLoadStoreTests.cpp8743 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/
DDeqpTestRunner.java353 mSink.testFailed(testId, errorLog.toString()); in forwardFinalizedPendingResult()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch44981 - testRunner.testFailed("'top.location' didn't throw.");
45019 - testRunner.testFailed("'top.location' didn't throw.");
D0001-cve.patch5573 +let testFailed = false;
5575 + testFailed = true;
5600 + assert_false(testFailed);