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

/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp63 int glopCount = 0; local
64 auto glopReceiver = [&glopVerifier, &glopCount, &expectedGlopCount] (const Glop& glop) {
65 ASSERT_LE(glopCount++, expectedGlopCount) << expectedGlopCount << "glop(s) expected";
78 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 181 milliseconds