Searched refs:realFrameCount (Results 1 – 1 of 1) sorted by relevance
290 int realFrameCount = 0; variable291 …::thread dispatchBufferTask([&running, &idleList, &busyList, &bufferPool, &lock, &realFrameCount] { in __anon5c69dde80802()301 realFrameCount++; in __anon5c69dde80802()340 … "expectFrameCount = " << expectFrameCount << ", realFrameCount = " << realFrameCount << std::endl;341 … EXPECT_EQ(true, realFrameCount >= expectFrameCount / 2 && realFrameCount <= expectFrameCount + 5);