Searched refs:CanReadPixels (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/output/
H A Ddelegating_renderer.h28 virtual bool CanReadPixels() const OVERRIDE;
H A Drenderer.h50 virtual bool CanReadPixels() const = 0;
H A Ddelegating_renderer.cc122 bool DelegatingRenderer::CanReadPixels() const { return false; } function in class:cc::DelegatingRenderer
H A Ddirect_renderer.h28 virtual bool CanReadPixels() const OVERRIDE;
H A Ddirect_renderer.cc136 bool DirectRenderer::CanReadPixels() const { return true; } function in class:cc::DirectRenderer
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.cc450 bool can_do_readback = layer_tree_host_impl_->renderer()->CanReadPixels();
H A Dthread_proxy.cc1023 bool can_do_readback = layer_tree_host_impl_->renderer()->CanReadPixels();

Completed in 437 milliseconds