Home
last modified time | relevance | path

Searched refs:context_factory_ (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/mojo/services/view_manager/
Dwindow_tree_host_impl.cc25 ContextFactoryImpl* WindowTreeHostImpl::context_factory_ = NULL; member in mojo::view_manager::service::WindowTreeHostImpl
45 if (context_factory_) { in WindowTreeHostImpl()
46 delete context_factory_; in WindowTreeHostImpl()
47 context_factory_ = NULL; in WindowTreeHostImpl()
49 context_factory_ = new ContextFactoryImpl(pipe.handle1.Pass()); in WindowTreeHostImpl()
50 aura::Env::GetInstance()->set_context_factory(context_factory_); in WindowTreeHostImpl()
51 CHECK(context_factory_) << "No GL bindings."; in WindowTreeHostImpl()
Dwindow_tree_host_impl.h62 static ContextFactoryImpl* context_factory_; variable
/external/chromium_org/content/browser/compositor/
Dno_transport_image_transport_factory.cc16 : context_factory_(context_factory.Pass()) {} in NoTransportImageTransportFactory()
26 return context_factory_.get(); in GetContextFactory()
36 context_provider_ = context_factory_->SharedMainThreadContextProvider(); in GetGLHelper()
Dno_transport_image_transport_factory.h36 scoped_ptr<ui::ContextFactory> context_factory_;
/external/chromium_org/ui/compositor/test/
Dtest_compositor_host_ozone.cc34 ui::ContextFactory* context_factory_; member in ui::TestCompositorHostOzone
45 context_factory_(context_factory) {} in TestCompositorHostOzone()
57 compositor_.reset(new ui::Compositor(1, context_factory_)); in Show()
Dtest_compositor_host_x11.cc37 ui::ContextFactory* context_factory_; member in ui::TestCompositorHostX11
50 context_factory_(context_factory) { in TestCompositorHostX11()
78 compositor_.reset(new ui::Compositor(window_, context_factory_)); in Show()
Dtest_compositor_host_mac.mm95 ui::ContextFactory* context_factory_;
108 : bounds_(bounds), context_factory_(context_factory), window_(nil) {
133 compositor_.reset(new ui::Compositor(view, context_factory_));
/external/chromium_org/ui/aura/
Denv.h65 context_factory_ = context_factory; in set_context_factory()
67 ui::ContextFactory* context_factory() { return context_factory_; } in context_factory()
105 ui::ContextFactory* context_factory_; variable
Denv.cc70 context_factory_(NULL) { in Env()
/external/chromium_org/mojo/aura/
Daura_init.cc16 context_factory_.reset(new ContextFactoryMojo); in AuraInit()
17 aura::Env::GetInstance()->set_context_factory(context_factory_.get()); in AuraInit()
Daura_init.h25 scoped_ptr<ui::ContextFactory> context_factory_;
/external/chromium_org/ui/compositor/
Dcompositor.cc74 : context_factory_(context_factory), in Compositor()
96 context_factory_->DoesCreateTestContexts() in Compositor()
143 context_factory_->GetSharedBitmapManager(), in Compositor()
148 this, this, context_factory_->GetSharedBitmapManager(), settings); in Compositor()
169 context_factory_->RemoveCompositor(this); in ~Compositor()
302 return context_factory_->CreateOutputSurface(this, fallback); in CreateOutputSurface()
Dcompositor.h137 ui::ContextFactory* context_factory() { return context_factory_; } in NON_EXPORTED_BASE()
266 ui::ContextFactory* context_factory_; in NON_EXPORTED_BASE() local
/external/chromium_org/ui/views/test/
Dviews_test_helper_aura.cc22 : context_factory_(context_factory) { in ViewsTestHelperAura()
30 aura_test_helper_->SetUp(context_factory_); in SetUp()
Dtest_views_delegate.h46 ui::ContextFactory* context_factory_; variable
Dviews_test_helper_aura.h41 ui::ContextFactory* context_factory_;
/external/chromium_org/mojo/examples/aura_demo/
Daura_demo.cc164 context_factory_.reset(new ContextFactoryMojo); in Initialize()
165 aura::Env::GetInstance()->set_context_factory(context_factory_.get()); in Initialize()
172 scoped_ptr<ui::ContextFactory> context_factory_; member in mojo::examples::AuraDemo
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc92 : context_factory_(factory), in ThreadRegistry()
131 tctx = context_factory_(tid); in CreateThread()
Dsanitizer_thread_registry.h119 const ThreadContextFactory context_factory_;