/third_party/skia/tests/ |
H A D | ShadowTest.cpp | 23 ExpectVerts expectVerts, bool expectSuccess) { in check_result() 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() 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() 22 check_result(skiatest::Reporter* reporter, sk_sp<SkVertices> verts, ExpectVerts expectVerts, bool expectSuccess) check_result() argument 37 tessellate_shadow(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm, const SkPoint3& heightParams, ExpectVerts expectVerts, bool expectSuccess) tessellate_shadow() argument [all...] |
H A D | PathOpsExtendedTest.cpp | 393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument 394 fprintf(PathOpsDebug::gOut, " \"expectSuccess\": \"%s\",\n", in json_status() 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() 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() 461 inner_simplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename, ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) inner_simplify() argument 532 innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) innerPathOp() argument [all...] |
H A D | SkDSLRuntimeEffectTest.cpp | 40 void end(bool expectSuccess = true) { in end() 44 REPORTER_ASSERT(fReporter, effect ? expectSuccess : !expectSuccess); in end()
|
H A D | ReadPixelsTest.cpp | 349 bool expectSuccess = read_should_succeed(srcRect, bmp.info(), surfaceInfo); in test_readpixels() local 351 REPORTER_ASSERT(reporter, expectSuccess == success, in test_readpixels()
|
H A D | WritePixelsTest.cpp | 409 bool expectSuccess = SkIRect::Intersects(canvasRect, writeRect) && in test_write_pixels() local 411 REPORTER_ASSERT(reporter, expectSuccess == (idBefore != idAfter)); in test_write_pixels()
|
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunnerTest.java | 1626 private void testRecoveryWithPattern(boolean expectSuccess, RecoveryEvent...pattern) in testRecoveryWithPattern() argument 1643 if (!expectSuccess) { in testRecoveryWithPattern() 1647 if (expectSuccess) { in testRecoveryWithPattern()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | SynthTest.cs | 35 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/angle2/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 340 bool expectSuccess) in VaryingTestBase() 352 if (expectSuccess) in VaryingTestBase() 366 bool expectSuccess) in CompileGLSLWithUniformsAndSamplers() 437 if (expectSuccess) in CompileGLSLWithUniformsAndSamplers() 329 VaryingTestBase(GLint floatCount, GLint floatArrayCount, GLint vec2Count, GLint vec2ArrayCount, GLint vec3Count, GLint vec3ArrayCount, GLint vec4Count, GLint vec4ArrayCount, bool useFragCoord, bool usePointCoord, bool usePointSize, bool expectSuccess) VaryingTestBase() argument 362 CompileGLSLWithUniformsAndSamplers(GLint vertexUniformCount, GLint fragmentUniformCount, GLint vertexSamplersCount, GLint fragmentSamplersCount, bool expectSuccess) CompileGLSLWithUniformsAndSamplers() argument
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | SynthTest.java | 50 private void checkSynth(byte[] compressed, boolean expectSuccess, in checkSynth() argument 55 if (!expectSuccess) { in checkSynth() 60 if (expectSuccess) { in checkSynth()
|