Home
last modified time | relevance | path

Searched refs:expectedGlopCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DBakedOpDispatcherTests.cpp57 std::function<void(const Glop& glop)> glopVerifier, int expectedGlopCount = 1) { in testUnmergedGlopDispatch() argument
65 auto glopReceiver = [&glopVerifier, &glopCount, &expectedGlopCount] (const Glop& glop) { in testUnmergedGlopDispatch()
66 ASSERT_LE(glopCount++, expectedGlopCount) << expectedGlopCount << "glop(s) expected"; in testUnmergedGlopDispatch()
79 ASSERT_EQ(expectedGlopCount, glopCount) << "Exactly " << expectedGlopCount in testUnmergedGlopDispatch()