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

  /external/chromium_org/cc/output/
delegating_renderer.h 29 virtual bool CanReadPixels() const OVERRIDE;
renderer.h 51 virtual bool CanReadPixels() const = 0;
delegating_renderer.cc 87 bool DelegatingRenderer::CanReadPixels() const { return false; }
direct_renderer.h 29 virtual bool CanReadPixels() const OVERRIDE;
direct_renderer.cc 139 bool DirectRenderer::CanReadPixels() const { return true; }
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 510 bool can_do_readback = layer_tree_host_impl_->renderer()->CanReadPixels();
thread_proxy.cc     [all...]

Completed in 261 milliseconds