Searched refs:otherContextInfo (Results 1 – 2 of 2) sorted by relevance
375 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local389 [otherContextInfo] { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()390 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()391 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.grContext()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()392 otherContextInfo.grContext()->flush(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()920 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image() local921 GrContext* otherCtx = otherContextInfo.grContext(); in test_cross_context_image()922 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext(); in test_cross_context_image()1060 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local1078 { [otherContextInfo] { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()[all …]
382 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local392 [otherContextInfo] { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()393 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()394 auto otherContextImage = create_gpu_image(otherContextInfo.directContext()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()395 otherContextInfo.directContext()->flushAndSubmit(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()949 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(dContext); in test_cross_context_image() local950 auto otherCtx = otherContextInfo.directContext(); in test_cross_context_image()951 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext(); in test_cross_context_image()1088 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local1107 { [otherContextInfo] { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()[all …]