Home
last modified time | relevance | path

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

/external/skqp/tests/
DImageTest.cpp385 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
397 [otherContextInfo] { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
398 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
399 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.grContext()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
400 otherContextInfo.grContext()->flush(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
823 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image() local
824 GrContext* otherCtx = otherContextInfo.grContext(); in test_cross_context_image()
825 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext(); in test_cross_context_image()
981 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
1009 { [testContext, otherContextInfo] { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
/external/skia/tests/
DImageTest.cpp386 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
398 [otherContextInfo] { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
399 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
400 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.grContext()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
401 otherContextInfo.grContext()->flush(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
903 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image() local
904 GrContext* otherCtx = otherContextInfo.grContext(); in test_cross_context_image()
905 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext(); in test_cross_context_image()
1050 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
1068 { [otherContextInfo] { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
[all …]