Home
last modified time | relevance | path

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

/third_party/skia/tests/
DShadowTest.cpp23 ExpectVerts expectVerts, bool expectSuccess) { in check_result() argument
24 if (expectSuccess != SkToBool(verts)) { in check_result()
26 expectSuccess ? "succeed" : "fail"); in check_result()
38 const SkPoint3& heightParams, ExpectVerts expectVerts, bool expectSuccess) { in tessellate_shadow() argument
41 check_result(reporter, verts, expectVerts, expectSuccess); in tessellate_shadow()
44 check_result(reporter, verts, expectVerts, expectSuccess); in tessellate_shadow()
47 check_result(reporter, verts, expectVerts, expectSuccess); in tessellate_shadow()
51 check_result(reporter, verts, expectVerts, expectSuccess); in tessellate_shadow()
54 check_result(reporter, verts, expectVerts, expectSuccess); in tessellate_shadow()
57 check_result(reporter, verts, expectVerts, expectSuccess); in tessellate_shadow()
DPathOpsExtendedTest.cpp393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument
395 ExpectSuccess::kNo == expectSuccess ? "no" : in json_status()
396 ExpectSuccess::kYes == expectSuccess ? "yes" : "flaky"); in json_status()
462 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() argument
477 if (ExpectSuccess::kYes == expectSuccess) { in inner_simplify()
482 json_status(expectSuccess, expectMatch, false); in inner_simplify()
487 if (ExpectSuccess::kNo == expectSuccess) { in inner_simplify()
492 json_status(expectSuccess, expectMatch, true); in inner_simplify()
533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp() argument
551 if (ExpectSuccess::kYes == expectSuccess) { in innerPathOp()
[all …]
DSkDSLRuntimeEffectTest.cpp40 void end(bool expectSuccess = true) { in end() argument
44 REPORTER_ASSERT(fReporter, effect ? expectSuccess : !expectSuccess); in end()
DReadPixelsTest.cpp349 bool expectSuccess = read_should_succeed(srcRect, bmp.info(), surfaceInfo); in test_readpixels() local
351 REPORTER_ASSERT(reporter, expectSuccess == success, in test_readpixels()
DWritePixelsTest.cpp409 bool expectSuccess = SkIRect::Intersects(canvasRect, writeRect) && in test_write_pixels() local
411 REPORTER_ASSERT(reporter, expectSuccess == (idBefore != idAfter)); in test_write_pixels()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DSynthTest.cs35 private void CheckSynth(byte[] compressed, bool expectSuccess, string expectedOutput) in CheckSynth() argument
41 if (!expectSuccess) in CheckSynth()
49 if (expectSuccess) in CheckSynth()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DSynthTest.java50 private void checkSynth(byte[] compressed, boolean expectSuccess, in checkSynth() argument
55 if (!expectSuccess) { in checkSynth()
60 if (expectSuccess) { in checkSynth()
/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js134 if (test.expectSuccess === 'no') {
189 if (test.expectSuccess === 'no') {
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1627 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() argument
1644 if (!expectSuccess) { in testRecoveryWithPattern()
1648 if (expectSuccess) { in testRecoveryWithPattern()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGLSLTest.cpp340 bool expectSuccess) in VaryingTestBase() argument
352 if (expectSuccess) in VaryingTestBase()
366 bool expectSuccess) in CompileGLSLWithUniformsAndSamplers() argument
437 if (expectSuccess) in CompileGLSLWithUniformsAndSamplers()