Home
last modified time | relevance | path

Searched refs:info4 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrContextFactoryTest.cpp66 ContextInfo info4 = testFactory.getSharedContextInfo(info3.directContext()); in DEF_GPUTEST() local
67 if (!info4.directContext()) { in DEF_GPUTEST()
70 REPORTER_ASSERT(reporter, info3.directContext() != info4.directContext()); in DEF_GPUTEST()
71 REPORTER_ASSERT(reporter, info3.testContext() != info4.testContext()); in DEF_GPUTEST()
77 REPORTER_ASSERT(reporter, info5.directContext() != info4.directContext()); in DEF_GPUTEST()
78 REPORTER_ASSERT(reporter, info5.testContext() != info4.testContext()); in DEF_GPUTEST()

Completed in 1 milliseconds