Lines Matching defs:info1
23 ContextInfo info1 = testFactory.getContextInfo(ctxType);
24 if (!info1.directContext()) {
27 REPORTER_ASSERT(reporter, info1.testContext());
29 info1.directContext()->ref();
37 REPORTER_ASSERT(reporter, info1.directContext() != info2.directContext());
40 info1.directContext()->unref();
48 ContextInfo info1 = testFactory.getContextInfo(ctxType);
49 if (!info1.directContext()) {
54 info1.directContext()->ref();
58 ContextInfo info2 = testFactory.getSharedContextInfo(info1.directContext());
60 info1.directContext()->unref();