Searched refs:contextFactory (Results 1 – 5 of 5) sorted by relevance
40 ContextFactory* contextFactory = new ContextFactory(10); in TEST_F() local41 contextFactory->produce("/"); in TEST_F()42 contextFactory->produce("ab/c"); in TEST_F()43 ASSERT_TRUE(2 == contextFactory->size()); in TEST_F()44 delete contextFactory; in TEST_F()48 ContextFactory* contextFactory = new ContextFactory(10); in TEST_F() local49 LDContext* context1 = contextFactory->produce("/"); in TEST_F()50 contextFactory->produce("ab/c"); in TEST_F()51 ASSERT_TRUE(2 == contextFactory->size()); in TEST_F()52 LDContext* context2 = contextFactory->produce("/"); in TEST_F()[all …]
57 RenderNode* rootRenderNode, IContextFactory* contextFactory) { in CREATE_BRIDGE4() argument59 args->rootRenderNode, args->contextFactory); in CREATE_BRIDGE4()62 …erProxy::RenderProxy(bool translucent, RenderNode* rootRenderNode, IContextFactory* contextFactory) in RenderProxy() argument69 args->contextFactory = contextFactory; in RenderProxy()
71 … ANDROID_API RenderProxy(bool translucent, RenderNode* rootNode, IContextFactory* contextFactory);
76 IContextFactory* contextFactory);
65 RenderNode* rootRenderNode, IContextFactory* contextFactory) in CanvasContext() argument69 , mAnimationContext(contextFactory->createAnimationContext(mRenderThread.timeLord())) in CanvasContext()