Searched refs:getSharedContextInfo (Results 1 – 5 of 5) sorted by relevance
114 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext());126 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext());134 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1);
164 sk_gpu_test::ContextInfo child1 = factory->getSharedContextInfo(ctxInfo.grContext(), 0); in DEF_GPUTEST()165 sk_gpu_test::ContextInfo child2 = factory->getSharedContextInfo(ctxInfo.grContext(), 1); in DEF_GPUTEST()
871 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx);
147 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
307 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) { in getSharedContextInfo() function in sk_gpu_test::GrContextFactory