Searched refs:LOOPS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp215 const int LOOPS = 5; local
219 EXPECT_TRUE(mIndex++ >= LOOPS) << "Bitmaps should be above all rects";
222 EXPECT_TRUE(mIndex++ < LOOPS) << "Rects should be below all bitmaps";
236 for (int i = 0; i < LOOPS; i++) {
249 EXPECT_EQ(2 * LOOPS, renderer.getIndex()) << "Expect number of ops = 2 * loop count";
586 const int LOOPS = 5; local
590 EXPECT_TRUE(mIndex++ >= LOOPS) << "Strikethrough rects should be above all text";
604 for (int i = 0; i < LOOPS; i++) {
615 EXPECT_EQ(2 * LOOPS, renderer.getIndex()) << "Expect number of ops = 2 * loop count";

Completed in 39 milliseconds