HomeSort by relevance Sort by last modified time
    Searched full:check_equivalence (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
GrShapeTest.cpp 454 static void check_equivalence(skiatest::Reporter* r, const GrShape& a, const GrShape& b, function in namespace:__anon31178
583 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey);
588 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey);
589 check_equivalence(r, fAppliedPE, that.fAppliedPE, fAppliedPEKey, that.fAppliedPEKey);
593 check_equivalence(r, fBase, that.fBase, fBaseKey, that.fBaseKey);
594 check_equivalence(r, fAppliedPE, that.fAppliedPE, fAppliedPEKey, that.fAppliedPEKey);
595 check_equivalence(r, fAppliedFull, that.fAppliedFull, fAppliedFullKey,
    [all...]

Completed in 49 milliseconds