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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc     [all...]
layer_tree_host_impl.cc 355 bool LayerTreeHostImpl::CanDraw() const {
357 // affect the result of CanDraw, make sure to call
362 TRACE_EVENT_INSTANT0("cc", "LayerTreeHostImpl::CanDraw no renderer",
373 TRACE_EVENT_INSTANT0("cc", "LayerTreeHostImpl::CanDraw no root layer",
382 TRACE_EVENT_INSTANT0("cc", "LayerTreeHostImpl::CanDraw empty viewport",
388 "cc", "LayerTreeHostImpl::CanDraw viewport size recently changed",
394 "cc", "LayerTreeHostImpl::CanDraw contents textures purged",
400 "cc", "LayerTreeHostImpl::CanDraw UI resources evicted not recreated",
698 DCHECK(CanDraw());
    [all...]
single_thread_proxy.cc 397 layer_tree_host_impl_->CanDraw();
417 // We guard PrepareToDraw() with CanDraw() because it always returns a valid
420 // CanDraw() as well.
layer_tree_host_impl.h 274 bool CanDraw() const;
thread_proxy.cc     [all...]
layer_tree_host_impl_unittest.cc 315 EXPECT_FALSE(host_impl_->CanDraw());
320 EXPECT_TRUE(host_impl_->CanDraw());
326 EXPECT_FALSE(host_impl_->CanDraw());
331 EXPECT_TRUE(host_impl_->CanDraw());
338 EXPECT_TRUE(host_impl_->CanDraw());
340 EXPECT_FALSE(host_impl_->CanDraw());
346 EXPECT_TRUE(host_impl_->CanDraw());
355 EXPECT_TRUE(host_impl_->CanDraw());
364 EXPECT_TRUE(host_impl_->CanDraw());
366 EXPECT_FALSE(host_impl_->CanDraw());
    [all...]
layer_tree_host_unittest_animation.cc 278 EXPECT_TRUE(host_impl->CanDraw());
897 // Make sure the main thread can still execute animations when CanDraw() is not
    [all...]
layer_tree_host_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
layer_impl_unittest.cc 257 DCHECK(host_impl.CanDraw());
  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 93 bool CanDraw() const { return can_draw_; }
    [all...]

Completed in 272 milliseconds