Home
last modified time | relevance | path

Searched refs:testFailed (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A 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()
H A 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()
H A 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
688 testFailed = (program.getProgramInfo().linkOk) && (program.getShaderInfo(glu::SHADERTYPE_COMPUTE).compileOk); in invalid_maximum_work_group_sizes()
690 if (testFailed) in invalid_maximum_work_group_sizes()
784 bool testFailed in invalid_layout_qualifiers() local
[all...]
H A 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()
H A Des31fNegativeShaderStorageTests.cpp45 bool testFailed = false; in verifyProgram() local
49 testFailed = program.getProgramInfo().linkOk; in verifyProgram()
51 if (testFailed) in verifyProgram()
H A Des31fNegativeTessellationTests.cpp365 bool testFailed = program.getProgramInfo().linkOk; in tessellation_control_invalid_vertex_count() local
367 if (testFailed) in tessellation_control_invalid_vertex_count()
H A Des31fTextureMultisampleTests.cpp1750 bool testFailed = false;
1779 testFailed = true;
1822 testFailed = true;
1830 testFailed = true;
1850 if (testFailed)
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5UniformBlocksArrayIndexing.cpp217 bool testFailed = false; in iterate() local
223 testFailed = true; in iterate()
229 if (testFailed) in iterate()
/third_party/skia/tests/
H A DSubsetPath.cpp28 bool SubsetPath::subset(bool testFailed, SkPath* sub) { in subset() argument
30 if (!testFailed) { in subset()
H A DSubsetPath.h23 bool testFailed = true;
26 while (subsetContours.subset(testFailed, &minimal)) {
27 testFailed = myPathTest(minimal);
29 testFailed = true;
31 while (subsetVerbs.subset(testFailed, &minimal)) {
32 testFailed = myPathTest(minimal);
40 bool subset(bool testFailed, SkPath* sub);
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java407 mockListener.testFailed(testId, in testResultCode()
1056 mockListener.testFailed(EasyMock.eq(testIds[i]), in testRun_unexecutableTests()
1982 * Test external interruption in testFailed().
2063 mockListener.testFailed(EasyMock.eq(testId), EasyMock.<String>notNull()); in testInterrupt_killReportTestFailed()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp8742 testFailed = -1,
8894 if (testFailed == testShaderStage(fragmentShaderStage))
8902 if (testFailed == testShaderStage(geometryShaderStage))
8910 if (testFailed == testShaderStage(tesselationControlShaderStage))
8919 if (testFailed == testShaderStage(tesselationEvalutaionShaderStage))
8928 if (testFailed == testShaderStage(vertexShaderStage))
9544 * testFailed when test result is negative;
9674 result = testFailed;
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java361 mSink.testFailed(testId, errorLog.toString()); in forwardFinalizedPendingResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp3238 bool testFailed = false;
3255 testFailed = true;
3260 if (testFailed)

Completed in 50 milliseconds