Home
last modified time | relevance | path

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

/external/skia/tests/
DGrContextFactoryTest.cpp114 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext());
126 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext());
134 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1);
DSurfaceSemaphoreTest.cpp164 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()
DImageTest.cpp871 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx);
/external/skia/tools/gpu/
DGrContextFactory.h147 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
DGrContextFactory.cpp307 ContextInfo GrContextFactory::getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex) { in getSharedContextInfo() function in sk_gpu_test::GrContextFactory