Searched refs:info5 (Results 1 – 3 of 3) sorted by relevance
134 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); variable135 REPORTER_ASSERT(reporter, info5.grContext());136 REPORTER_ASSERT(reporter, info5.testContext());137 REPORTER_ASSERT(reporter, info5.grContext() != info4.grContext());138 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext());
188 PacketInfo info5(0, kMaxSeqNo); in TEST_F() local189 EXPECT_TRUE(history_.GetInfo(&info5, true)); in TEST_F()
399 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info5( in TEST() local403 .WillRepeatedly(Return(info5.get())); in TEST()