Lines Matching defs:otherContextInfo
382 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type());
392 [otherContextInfo] {
393 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore();
394 auto otherContextImage = create_gpu_image(otherContextInfo.directContext());
395 otherContextInfo.directContext()->flushAndSubmit();
949 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(dContext);
950 auto otherCtx = otherContextInfo.directContext();
951 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext();
1088 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type());
1107 { [otherContextInfo] {
1108 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore();
1109 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.directContext());
1110 otherContextInfo.directContext()->flushAndSubmit();