Home
last modified time | relevance | path

Searched refs:getSharedContextInfo (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/tests/
DGrContextFactoryTest.cpp58 ContextInfo info2 = testFactory.getSharedContextInfo(info1.directContext()); in DEF_GPUTEST()
66 ContextInfo info4 = testFactory.getSharedContextInfo(info3.directContext()); in DEF_GPUTEST()
74 ContextInfo info5 = testFactory.getSharedContextInfo(info3.directContext(), 1); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp216 factory.getSharedContextInfo(ctxInfo.directContext(), 0); in DEF_GPUTEST()
218 factory.getSharedContextInfo(ctxInfo.directContext(), 1); in DEF_GPUTEST()
DVkDrawableTest.cpp289 factory.getSharedContextInfo(ctxInfo.directContext(), 0); in DEF_GPUTEST()
DImageTest.cpp949 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(dContext); in test_cross_context_image()
/third_party/flutter/skia/tests/
DGrContextFactoryTest.cpp57 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST()
65 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST()
73 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST()
DSurfaceSemaphoreTest.cpp214 factory.getSharedContextInfo(ctxInfo.grContext(), 0); in DEF_GPUTEST()
216 factory.getSharedContextInfo(ctxInfo.grContext(), 1); in DEF_GPUTEST()
DVkDrawableTest.cpp282 factory.getSharedContextInfo(ctxInfo.grContext(), 0); in DEF_GPUTEST()
DImageTest.cpp920 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx); in test_cross_context_image()
/third_party/flutter/skia/tools/gpu/
DGrContextFactory.h133 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
DGrContextFactory.cpp294 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) { in getSharedContextInfo() function in sk_gpu_test::GrContextFactory
/third_party/skia/tools/gpu/
DGrContextFactory.h143 ContextInfo getSharedContextInfo(GrDirectContext* shareContext, uint32_t shareIndex = 0);
DGrContextFactory.cpp349 ContextInfo GrContextFactory::getSharedContextInfo(GrDirectContext* shareContext, in getSharedContextInfo() function in sk_gpu_test::GrContextFactory
/third_party/skia/dm/
DDMSrcSink.cpp1918 ContextInfo otherCtxInfo = factory.getSharedContextInfo(mainCtx); in draw()