HomeSort by relevance Sort by last modified time
    Searched refs:offscreen_compositor_contexts_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/compositor/test/
test_context_factory.cc 35 if (!offscreen_compositor_contexts_.get() ||
36 offscreen_compositor_contexts_->DestroyedOnMainThread())
37 offscreen_compositor_contexts_ = cc::TestContextProvider::Create();
38 return offscreen_compositor_contexts_;
default_context_factory.cc 67 if (!offscreen_compositor_contexts_.get() ||
68 !offscreen_compositor_contexts_->DestroyedOnMainThread()) {
69 offscreen_compositor_contexts_ =
72 return offscreen_compositor_contexts_;
test_context_factory.h 37 scoped_refptr<cc::TestContextProvider> offscreen_compositor_contexts_; member in class:ui::TestContextFactory
default_context_factory.h 44 offscreen_compositor_contexts_; member in class:ui::DefaultContextFactory
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 388 if (offscreen_compositor_contexts_.get())
389 return offscreen_compositor_contexts_;
391 offscreen_compositor_contexts_ = ContextProviderCommandBuffer::Create(
395 return offscreen_compositor_contexts_;
425 offscreen_compositor_contexts_ = NULL;
497 offscreen_compositor_contexts_;
500 offscreen_compositor_contexts_ = NULL;
gpu_process_transport_factory.h 82 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_; member in class:content::GpuProcessTransportFactory
  /external/chromium_org/content/renderer/
render_thread_impl.cc 481 if (offscreen_compositor_contexts_.get())
482 offscreen_compositor_contexts_->set_leak_on_destroy();
    [all...]
render_thread_impl.h 490 scoped_refptr<ContextProviderCommandBuffer> offscreen_compositor_contexts_; member in class:content::RenderThreadImpl

Completed in 109 milliseconds