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

/frameworks/base/libs/hwui/tests/unit/
H A DBakedOpDispatcherTests.cpp64 int glopCount = 0; local
65 auto glopReceiver = [&glopVerifier, &glopCount, &expectedGlopCount] (const Glop& glop) {
66 ASSERT_LE(glopCount++, expectedGlopCount) << expectedGlopCount << "glop(s) expected";
79 ASSERT_EQ(expectedGlopCount, glopCount) << "Exactly " << expectedGlopCount
174 int glopCount = 0; local
175 auto glopReceiver = [&glopCount] (const Glop& glop) {
176 if (glopCount < 2) {
183 glopCount++;
193 ASSERT_EQ(3, glopCount) << "Exactly three glops expected";
241 int glopCount local
[all...]

Completed in 61 milliseconds