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 …]
63 RenderNode* rootRenderNode, IContextFactory* contextFactory) { in CREATE_BRIDGE4() argument65 args->rootRenderNode, args->contextFactory); in CREATE_BRIDGE4()68 …erProxy::RenderProxy(bool translucent, RenderNode* rootRenderNode, IContextFactory* contextFactory) in RenderProxy() argument75 args->contextFactory = contextFactory; in RenderProxy()
62 … ANDROID_API RenderProxy(bool translucent, RenderNode* rootNode, IContextFactory* contextFactory);
64 IContextFactory* contextFactory);
43 RenderNode* rootRenderNode, IContextFactory* contextFactory) in CanvasContext() argument47 , mAnimationContext(contextFactory->createAnimationContext(mRenderThread.timeLord())) in CanvasContext()