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

  /external/chromium_org/cc/base/
swap_promise_monitor.cc 8 #include "cc/trees/layer_tree_host_impl.h"
13 LayerTreeHostImpl* layer_tree_host_impl)
15 layer_tree_host_impl_(layer_tree_host_impl) {
16 DCHECK((layer_tree_host && !layer_tree_host_impl) ||
17 (!layer_tree_host && layer_tree_host_impl));
swap_promise_monitor.h 27 // and set layer_tree_host_impl to NULL.
28 // If the monitor lives on the impl thread, pass in layer_tree_host_impl
31 LayerTreeHostImpl* layer_tree_host_impl);
latency_info_swap_promise_monitor.h 24 LayerTreeHostImpl* layer_tree_host_impl);
latency_info_swap_promise_monitor.cc 10 #include "cc/trees/layer_tree_host_impl.h"
44 LayerTreeHostImpl* layer_tree_host_impl)
45 : SwapPromiseMonitor(layer_tree_host, layer_tree_host_impl),
  /external/chromium_org/cc/trees/
thread_proxy.cc 180 impl().layer_tree_host_impl->SetVisible(visible);
189 impl().layer_tree_host_impl->active_tree()->root_layer();
190 impl().layer_tree_host_impl->UpdateBackgroundAnimateTicking(
314 .layer_tree_host_impl->GetRendererCapabilities()
355 impl().layer_tree_host_impl->SetNeedsBeginFrame(enable);
364 impl().layer_tree_host_impl->WillBeginImplFrame(args);
404 if (!impl().layer_tree_host_impl->resource_provider())
411 impl().layer_tree_host_impl->resource_provider());
491 impl().layer_tree_host_impl->SetViewportDamage(damage_rect);
522 impl().layer_tree_host_impl->MainThreadHasStoppedFlinging()
    [all...]
layer_tree_impl.h 66 LayerTreeHostImpl* layer_tree_host_impl) {
67 return make_scoped_ptr(new LayerTreeImpl(layer_tree_host_impl));
332 explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl);
thread_proxy.h 18 #include "cc/trees/layer_tree_host_impl.h"
144 scoped_ptr<LayerTreeHostImpl> layer_tree_host_impl; member in struct:cc::ThreadProxy::CompositorThreadOnly
layer_tree_host_impl_unittest.cc 5 #include "cc/trees/layer_tree_host_impl.h"
4421 scoped_ptr<LayerTreeHostImpl> layer_tree_host_impl = local
    [all...]
layer_tree_host_impl.cc 5 #include "cc/trees/layer_tree_host_impl.h"
137 LayerTreeHostImpl* layer_tree_host_impl,
140 new LayerTreeHostImplTimeSourceAdapter(layer_tree_host_impl,
192 LayerTreeHostImpl* layer_tree_host_impl,
194 : layer_tree_host_impl_(layer_tree_host_impl),
    [all...]
layer_tree_impl.cc 28 #include "cc/trees/layer_tree_host_impl.h"
72 LayerTreeImpl::LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl)
73 : layer_tree_host_impl_(layer_tree_host_impl),
    [all...]
layer_tree_host_unittest.cc 47 #include "cc/trees/layer_tree_host_impl.h"
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.darwin-arm64.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.darwin-mips.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.darwin-mips64.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.darwin-x86.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.darwin-x86_64.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.linux-arm.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.linux-arm64.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.linux-mips.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.linux-mips64.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.linux-x86.mk 234 cc/trees/layer_tree_host_impl.cc \
cc.target.linux-x86_64.mk 234 cc/trees/layer_tree_host_impl.cc \

Completed in 294 milliseconds