HomeSort by relevance Sort by last modified time
    Searched refs:fReporter (Results 1 - 25 of 45) sorted by null

1 2

  /external/skia/tests/
PathOpsThreadedCommon.h 34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
62 fState.fReporter = runner->fReporter;
70 fState.fReporter = runner->fReporter;
79 fState.fReporter = runner->fReporter;
BlitMaskClip.cpp 17 , fReporter(reporter) { }
21 REPORTER_ASSERT(fReporter, x >= fBounds.fLeft && x < fBounds.fRight);
22 REPORTER_ASSERT(fReporter, y >= fBounds.fTop && y < fBounds.fBottom);
24 REPORTER_ASSERT(fReporter, right > fBounds.fLeft && right <= fBounds.fRight);
33 skiatest::Reporter* fReporter;
PathOpsQuadLineIntersectionThreadedTest.cpp 76 REPORTER_ASSERT(state.fReporter, data);
102 testLineIntersect(state.fReporter, quad, line, x, y);
103 state.fReporter->bumpTestCount();
105 testLineIntersect(state.fReporter, quad, line2, x, y);
106 state.fReporter->bumpTestCount();
108 testLineIntersect(state.fReporter, quad, line3, x, y);
109 state.fReporter->bumpTestCount();
CachedDecodingPixelRefTest.cpp 38 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
51 REPORTER_ASSERT(fReporter, pixels != nullptr);
52 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
83 skiatest::Reporter* const fReporter;
LazyProxyTest.cpp 33 : fReporter(reporter)
39 REPORTER_ASSERT(fReporter, fHasOpTexture);
40 REPORTER_ASSERT(fReporter, fHasClipTexture);
45 REPORTER_ASSERT(fReporter, !fHasOpTexture);
46 REPORTER_ASSERT(fReporter, !fHasClipTexture);
50 REPORTER_ASSERT(fReporter, fHasOpTexture);
51 REPORTER_ASSERT(fReporter, fHasClipTexture);
65 REPORTER_ASSERT(fTest->fReporter, !fTest->fHasOpTexture);
76 REPORTER_ASSERT(fTest->fReporter, texture);
88 REPORTER_ASSERT(fTest->fReporter, fTest->fHasOpTexture)
    [all...]
PathOpsOpCircleThreadedTest.cpp 31 if (state.fReporter->verbose()) {
50 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles")) {
51 if (state.fReporter->verbose()) {
PathOpsSimplifyRectThreadedTest.cpp 66 if (state.fReporter->verbose()) {
97 if (state.fReporter->verbose()) {
128 if (state.fReporter->verbose()) {
159 if (state.fReporter->verbose()) {
168 if (state.fReporter->verbose()) {
172 if (state.fReporter->verbose()) {
PathOpsTightBoundsTest.cpp 31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds);
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds));
106 REPORTER_ASSERT(data->fReporter, tightOut.contains(bitsWritten));
PathOpsOpCubicThreadedTest.cpp 38 if (state.fReporter->verbose()) {
61 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
62 if (state.fReporter->verbose()) {
PathOpsOpRectThreadedTest.cpp 45 if (state.fReporter->verbose()) {
69 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects")) {
70 if (state.fReporter->verbose()) {
Test.h 81 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) {
82 fReporter->push(message);
85 fReporter->pop();
89 Reporter* fReporter;
PathOpsOpLoopThreadedTest.cpp 58 if (state.fReporter->verbose()) {
81 testPathOp(state.fReporter, pathA, pathB, kIntersect_SkPathOp, "loops");
PathOpsSimplifyDegenerateThreadedTest.cpp 44 if (state.fReporter->verbose()) {
57 if (state.fReporter->verbose()) {
PathOpsSimplifyQuadThreadedTest.cpp 50 if (state.fReporter->verbose()) {
68 if (state.fReporter->verbose()) {
  /external/skqp/tests/
PathOpsThreadedCommon.h 34 skiatest::Reporter* fReporter;
43 PathOpsThreadedTestRunner(skiatest::Reporter* reporter) : fReporter(reporter) {}
51 skiatest::Reporter* fReporter;
62 fState.fReporter = runner->fReporter;
70 fState.fReporter = runner->fReporter;
79 fState.fReporter = runner->fReporter;
BlitMaskClip.cpp 17 , fReporter(reporter) { }
21 REPORTER_ASSERT(fReporter, x >= fBounds.fLeft && x < fBounds.fRight);
22 REPORTER_ASSERT(fReporter, y >= fBounds.fTop && y < fBounds.fBottom);
24 REPORTER_ASSERT(fReporter, right > fBounds.fLeft && right <= fBounds.fRight);
33 skiatest::Reporter* fReporter;
PathOpsQuadLineIntersectionThreadedTest.cpp 76 REPORTER_ASSERT(state.fReporter, data);
102 testLineIntersect(state.fReporter, quad, line, x, y);
103 state.fReporter->bumpTestCount();
105 testLineIntersect(state.fReporter, quad, line2, x, y);
106 state.fReporter->bumpTestCount();
108 testLineIntersect(state.fReporter, quad, line3, x, y);
109 state.fReporter->bumpTestCount();
LazyProxyTest.cpp 33 : fReporter(reporter)
39 REPORTER_ASSERT(fReporter, fHasOpTexture);
40 REPORTER_ASSERT(fReporter, fHasClipTexture);
45 REPORTER_ASSERT(fReporter, !fHasOpTexture);
46 REPORTER_ASSERT(fReporter, !fHasClipTexture);
50 REPORTER_ASSERT(fReporter, fHasOpTexture);
51 REPORTER_ASSERT(fReporter, fHasClipTexture);
65 REPORTER_ASSERT(fTest->fReporter, !fTest->fHasOpTexture);
77 REPORTER_ASSERT(fTest->fReporter, texture);
89 REPORTER_ASSERT(fTest->fReporter, fTest->fHasOpTexture)
    [all...]
CachedDecodingPixelRefTest.cpp 38 : INHERITED(GetMyInfo(colorType)), fType(type), fReporter(reporter) {
51 REPORTER_ASSERT(fReporter, pixels != nullptr);
52 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
83 skiatest::Reporter* const fReporter;
PathOpsOpCircleThreadedTest.cpp 31 if (state.fReporter->verbose()) {
50 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "circles")) {
51 if (state.fReporter->verbose()) {
PathOpsSimplifyRectThreadedTest.cpp 66 if (state.fReporter->verbose()) {
97 if (state.fReporter->verbose()) {
128 if (state.fReporter->verbose()) {
159 if (state.fReporter->verbose()) {
168 if (state.fReporter->verbose()) {
172 if (state.fReporter->verbose()) {
PathOpsTightBoundsTest.cpp 31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds);
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds));
106 REPORTER_ASSERT(data->fReporter, tightOut.contains(bitsWritten));
PathOpsOpCubicThreadedTest.cpp 38 if (state.fReporter->verbose()) {
61 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "cubics")) {
62 if (state.fReporter->verbose()) {
PathOpsOpRectThreadedTest.cpp 45 if (state.fReporter->verbose()) {
69 if (!testPathOp(state.fReporter, pathA, pathB, (SkPathOp) op, "rects")) {
70 if (state.fReporter->verbose()) {
Test.h 81 ReporterContext(Reporter* reporter, const SkString& message) : fReporter(reporter) {
82 fReporter->push(message);
85 fReporter->pop();
89 Reporter* fReporter;

Completed in 229 milliseconds

1 2