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

  /external/chromium_org/cc/output/
renderer.h 33 virtual bool AllowPartialSwap() const = 0;
direct_renderer.cc 205 Capabilities().using_partial_swap && client_->AllowPartialSwap() ?
323 Capabilities().using_partial_swap && client_->AllowPartialSwap();
software_renderer_unittest.cc 72 virtual bool AllowPartialSwap() const OVERRIDE {
gl_renderer_unittest.cc 178 virtual bool AllowPartialSwap() const OVERRIDE {
    [all...]
gl_renderer.cc     [all...]
  /external/chromium_org/cc/test/
pixel_test.cc 50 virtual bool AllowPartialSwap() const OVERRIDE {
  /external/chromium_org/content/renderer/
render_widget.h 211 virtual bool AllowPartialSwap() const;
render_view_impl.h     [all...]
render_widget.cc 353 bool RenderWidget::AllowPartialSwap() const {
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 202 virtual bool AllowPartialSwap() const OVERRIDE;
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 177 settings.partial_swap_enabled = widget->AllowPartialSwap() &&

Completed in 471 milliseconds