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

  /external/chromium_org/content/browser/compositor/
io_surface_layer_mac.h 58 bool CanDraw();
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 361 bool LayerTreeHostImpl::CanDraw() const {
363 // affect the result of CanDraw, make sure to call
368 TRACE_EVENT_INSTANT0("cc", "LayerTreeHostImpl::CanDraw no renderer",
379 TRACE_EVENT_INSTANT0("cc", "LayerTreeHostImpl::CanDraw no root layer",
388 TRACE_EVENT_INSTANT0("cc", "LayerTreeHostImpl::CanDraw empty viewport",
394 "cc", "LayerTreeHostImpl::CanDraw viewport size recently changed",
400 "cc", "LayerTreeHostImpl::CanDraw contents textures purged",
406 "cc", "LayerTreeHostImpl::CanDraw UI resources evicted not recreated",
667 DCHECK(CanDraw());
    [all...]
layer_tree_host_unittest_context.cc     [all...]
single_thread_proxy.cc 482 layer_tree_host_impl_->CanDraw();
500 // We guard PrepareToDraw() with CanDraw() because it always returns a valid
503 // CanDraw() as well.
thread_proxy.cc     [all...]
layer_tree_host_impl.h 275 bool CanDraw() const;
layer_tree_host_impl_unittest.cc 317 EXPECT_FALSE(host_impl_->CanDraw());
322 EXPECT_TRUE(host_impl_->CanDraw());
328 EXPECT_FALSE(host_impl_->CanDraw());
333 EXPECT_TRUE(host_impl_->CanDraw());
340 EXPECT_TRUE(host_impl_->CanDraw());
342 EXPECT_FALSE(host_impl_->CanDraw());
348 EXPECT_TRUE(host_impl_->CanDraw());
357 EXPECT_TRUE(host_impl_->CanDraw());
366 EXPECT_TRUE(host_impl_->CanDraw());
368 EXPECT_FALSE(host_impl_->CanDraw());
    [all...]
layer_tree_host_unittest_animation.cc 276 EXPECT_TRUE(host_impl->CanDraw());
839 // 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 261 DCHECK(host_impl.CanDraw());
    [all...]
  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 94 bool CanDraw() const { return can_draw_; }
    [all...]

Completed in 620 milliseconds