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

/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp66 int glopCount = 0; local
67 auto glopReceiver = [&glopVerifier, &glopCount, &expectedGlopCount](const Glop& glop) {
68 ASSERT_LE(glopCount++, expectedGlopCount) << expectedGlopCount << "glop(s) expected";
81 ASSERT_EQ(expectedGlopCount, glopCount) << "Exactly " << expectedGlopCount
175 int glopCount = 0; local
176 auto glopReceiver = [&glopCount](const Glop& glop) {
177 if (glopCount < 2) {
184 glopCount++;
194 ASSERT_EQ(3, glopCount) << "Exactly three glops expected";
242 int glopCount local
[all...]

Completed in 7 milliseconds