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

  /external/chromium_org/cc/output/
renderer.h 30 virtual bool HasImplThread() const = 0;
software_renderer_unittest.cc 65 virtual bool HasImplThread() const OVERRIDE { return false; }
gl_renderer_unittest.cc 173 virtual bool HasImplThread() const OVERRIDE { return false; }
    [all...]
  /external/chromium_org/cc/trees/
proxy.cc 16 bool Proxy::HasImplThread() const { return !!impl_task_runner_.get(); }
proxy.h 35 bool HasImplThread() const;
layer_tree_host.cc 486 DCHECK(proxy_->HasImplThread());
513 if (!proxy_->HasImplThread())
656 if (!proxy_->HasImplThread())
    [all...]
layer_tree_host_impl.cc 106 if (!layer_tree_host_impl_->proxy()->HasImplThread()) {
189 fps_counter_(FrameRateCounter::Create(proxy_->HasImplThread())),
    [all...]
layer_tree_host_unittest_context.cc 140 DCHECK(!HasImplThread());
156 DCHECK(HasImplThread());
859 if (HasImplThread()) {
    [all...]
layer_tree_host_impl.h 199 virtual bool HasImplThread() const OVERRIDE;
thread_proxy.cc 585 DCHECK(Proxy::HasImplThread());
    [all...]
layer_tree_host_unittest.cc 794 if (HasImplThread())
    [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_test.h 145 bool HasImplThread() { return proxy() ? proxy()->HasImplThread() : false; }
pixel_test.cc 44 virtual bool HasImplThread() const OVERRIDE { return false; }

Completed in 431 milliseconds