Searched refs:check_equivalence (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | GrShapeTest.cpp | 454 static void check_equivalence(skiatest::Reporter* r, const GrShape& a, const GrShape& b, in check_equivalence() function 583 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey); in compare() 588 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey); in compare() 589 check_equivalence(r, fAppliedPE, that.fAppliedPE, fAppliedPEKey, that.fAppliedPEKey); in compare() 593 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey); in compare() 594 check_equivalence(r, fAppliedPE, that.fAppliedPE, fAppliedPEKey, that.fAppliedPEKey); in compare() 595 check_equivalence(r, fAppliedFull, that.fAppliedFull, fAppliedFullKey, in compare()
|