Searched defs:tally (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DRecorderTest.cpp48 Tally tally; local
49 tally.apply(record);
50 REPORTER_ASSERT(r, 1 == tally.count<SkRecords::DrawRect>());
89 Tally tally; local
90 tally.apply(record);
92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>());
104 Tally tally; local
105 tally.apply(record);
107 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImageRect>());
/external/skqp/tests/
H A DRecorderTest.cpp48 Tally tally; local
49 tally.apply(record);
50 REPORTER_ASSERT(r, 1 == tally.count<SkRecords::DrawRect>());
89 Tally tally; local
90 tally.apply(record);
92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>());
104 Tally tally; local
105 tally.apply(record);
107 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImageRect>());

Completed in 148 milliseconds