Searched refs:contextFactory (Results 1 – 5 of 5) sorted by relevance
45 ContextFactory *contextFactory = new ContextFactory(10); in TEST_F() local46 contextFactory->produce("/"); in TEST_F()47 contextFactory->produce("ab/c"); in TEST_F()48 ASSERT_TRUE( 2 == contextFactory->size()); in TEST_F()49 delete contextFactory; in TEST_F()53 ContextFactory *contextFactory = new ContextFactory(10); in TEST_F() local54 LDContext* context1 = contextFactory->produce("/"); in TEST_F()55 contextFactory->produce("ab/c"); in TEST_F()56 ASSERT_TRUE( 2 == contextFactory->size()); in TEST_F()57 LDContext* context2 = contextFactory->produce("/"); in TEST_F()[all …]
56 RenderNode* rootRenderNode, IContextFactory* contextFactory) { in CREATE_BRIDGE4() argument58 args->rootRenderNode, args->contextFactory); in CREATE_BRIDGE4()61 …erProxy::RenderProxy(bool translucent, RenderNode* rootRenderNode, IContextFactory* contextFactory) in RenderProxy() argument68 args->contextFactory = contextFactory; in RenderProxy()
57 IContextFactory* contextFactory);
62 … ANDROID_API RenderProxy(bool translucent, RenderNode* rootNode, IContextFactory* contextFactory);
41 RenderNode* rootRenderNode, IContextFactory* contextFactory) in CanvasContext() argument50 mAnimationContext = contextFactory->createAnimationContext(mRenderThread.timeLord()); in CanvasContext()