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

  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.h 23 PrepareToDraw(&frame_data, gfx::Rect());
layer_tree_test.cc 107 virtual bool PrepareToDraw(FrameData* frame, gfx::Rect damage_rect) OVERRIDE {
108 bool result = LayerTreeHostImpl::PrepareToDraw(frame, damage_rect);
  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl_unittest.cc 139 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
173 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
208 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
236 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
269 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
305 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
319 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
337 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
359 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
398 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()))
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 263 EXPECT_TRUE(host_impl_->PrepareToDraw(&frame, gfx::Rect()));
349 host_impl_->PrepareToDraw(&frame_data, gfx::Rect());
    [all...]
layer_tree_host_impl.h 179 // to avoid displaying the frame. If PrepareToDraw is called, DidDrawAllLayers
182 virtual bool PrepareToDraw(FrameData* frame,
185 // Must be called if and only if PrepareToDraw was called.
485 // only be called from PrepareToDraw, as DidDrawAllLayers must be called
single_thread_proxy.cc 512 // We guard PrepareToDraw() with CanDraw() because it always returns a valid
514 // DrawLayers() depends on the result of PrepareToDraw(), it is guarded on
527 layer_tree_host_impl_->PrepareToDraw(frame, device_viewport_damage_rect);
thread_proxy.cc     [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_unittest.cc     [all...]

Completed in 110 milliseconds