Home
last modified time | relevance | path

Searched refs:otherContextInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DImageTest.cpp375 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
389 [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() local
921 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() local
1078 { [otherContextInfo] { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
[all …]
/third_party/skia/tests/
DImageTest.cpp382 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
392 [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() local
950 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() local
1107 { [otherContextInfo] { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
[all …]