HomeSort by relevance Sort by last modified time
    Searched refs:REPORTER_ASSERT (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/skia/tests/
GrMemoryPoolTest.cpp 220 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
227 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
233 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
237 REPORTER_ASSERT(reporter, !A::GetInstanceCount());
PathOpsLineParametetersTest.cpp 76 REPORTER_ASSERT(reporter, 0);
TLSTest.cpp 79 REPORTER_ASSERT(reporter, 0 == gCounter);
Test.h 92 #define REPORTER_ASSERT(r, cond) \
ReadPixelsTest.cpp 203 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul));
209 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == pixel);
381 REPORTER_ASSERT(reporter, success == expectSuccess);
383 REPORTER_ASSERT(reporter, idBefore == idAfter);
391 REPORTER_ASSERT(reporter, bmp.isNull());
400 REPORTER_ASSERT(reporter, success);
405 REPORTER_ASSERT(reporter, !success);
PathOpsCubicIntersectionTest.cpp 62 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
330 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt));
331 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt));
332 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
403 REPORTER_ASSERT(reporter, 0);
410 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
553 REPORTER_ASSERT(reporter, result == 1);
554 REPORTER_ASSERT(reporter, i.used() == 1);
555 REPORTER_ASSERT(reporter, !approximately_equal(i[0][0], i[1][0]));
558 REPORTER_ASSERT(reporter, pt1.approximatelyEqual(pt2))
    [all...]
PathOpsQuadLineIntersectionThreadedTest.cpp 65 REPORTER_ASSERT(reporter, found);
77 REPORTER_ASSERT(state.fReporter, data);
FlatDataTest.cpp 50 REPORTER_ASSERT(reporter, SkFlatData::Compare(*data1, *data2) == 0);
ResourceCacheTest.cpp 55 REPORTER_ASSERT(reporter, curCacheSize <= maxCacheSize);
ShaderImageFilterTest.cpp 59 REPORTER_ASSERT(reporter, *filterPtr == *shaderPtr);
DrawPathTest.cpp 244 REPORTER_ASSERT(reporter, true);
263 REPORTER_ASSERT(reporter, !dash.filterPath(&filteredPath, path, &rec, NULL));
264 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
PathOpsQuadIntersectionTest.cpp 47 REPORTER_ASSERT(reporter, 0);
266 REPORTER_ASSERT(reporter, 0);
305 REPORTER_ASSERT(reporter, intersections2.coincidentUsed() == 2);
306 REPORTER_ASSERT(reporter, intersections2.used() == 2);
312 REPORTER_ASSERT(reporter, pt1.approximatelyEqual(pt2));
WritePixelsTest.cpp 257 REPORTER_ASSERT(reporter, check = checkPixel(bmpPMColor, canvasPixel, mul));
264 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
274 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD)));
456 REPORTER_ASSERT(reporter, setupBitmap(&bmp, config8888, rect.width(), rect.height(), SkToBool(tightBmp)));
460 REPORTER_ASSERT(reporter, checkWrite(reporter, &canvas, bmp, rect.fLeft, rect.fTop, config8888));
467 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));
ClampRangeTest.cpp 25 REPORTER_ASSERT(gReporter, cond); \
DrawTextTest.cpp 105 REPORTER_ASSERT(reporter,
FitsInTest.cpp 16 #define TEST(S, s, D, expected) REPORTER_ASSERT(reporter, (SkTFitsIn<D>((S)(s)) == (expected)))
FontHostStreamTest.cpp 108 REPORTER_ASSERT(reporter,
PathOpsAngleTest.cpp 363 REPORTER_ASSERT(reporter, compare);
371 REPORTER_ASSERT(reporter, !compare);
380 REPORTER_ASSERT(reporter, !compare);
388 REPORTER_ASSERT(reporter, compare);
PremulAlphaRoundTripTest.cpp 110 REPORTER_ASSERT(reporter, success = pixels1[i] == pixels2[i]);
SHA1Test.cpp 45 REPORTER_ASSERT(reporter, digests_equal(test.digest, digest));
PathOpsExtendedTest.cpp 405 REPORTER_ASSERT(reporter, 0);
442 REPORTER_ASSERT(reporter, 0);
511 REPORTER_ASSERT(state.fReporter, 0);
531 REPORTER_ASSERT(state.fReporter, 0);
544 REPORTER_ASSERT(reporter, 0);
550 REPORTER_ASSERT(reporter, 0);
580 REPORTER_ASSERT(reporter, 0);
613 REPORTER_ASSERT(reporter, 0);
BlurTest.cpp 140 REPORTER_ASSERT(reporter,
DynamicHashTest.cpp 30 #define ASSERT(x) REPORTER_ASSERT(reporter, x)
PathUtilsTest.cpp 87 REPORTER_ASSERT( reporter, *bmp1->getAddr32(x,y) == *bmp2->getAddr32(x,y) );
GLProgramsTest.cpp 215 REPORTER_ASSERT(reporter, gpu->programUnitTest(maxStages));

Completed in 167 milliseconds

1 2 3 45 6