Searched refs:info4 (Results 1 – 3 of 3) sorted by relevance
126 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); variable127 if (!info4.grContext()) {130 REPORTER_ASSERT(reporter, info3.grContext() != info4.grContext());131 REPORTER_ASSERT(reporter, info3.testContext() != info4.testContext());137 REPORTER_ASSERT(reporter, info5.grContext() != info4.grContext());138 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext());
184 PacketInfo info4(0, 0); in TEST_F() local185 EXPECT_TRUE(history_.GetInfo(&info4, false)); in TEST_F()
394 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info4( in TEST() local398 .WillRepeatedly(Return(info4.get())); in TEST()