HomeSort by relevance Sort by last modified time
    Searched refs:LayerImpl (Results 126 - 137 of 137) sorted by null

1 2 3 4 56

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_delegated.cc 332 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
364 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
772 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
812 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
    [all...]
layer_tree_host_unittest.cc 196 void VerifyAfterValues(LayerImpl* layer) {
    [all...]
occlusion_tracker_unittest.cc 54 class TestContentLayerImpl : public LayerImpl {
57 : LayerImpl(tree_impl, id), override_opaque_contents_rect_(false) {
64 return LayerImpl::VisibleContentOpaqueRegion();
79 static inline bool LayerImplDrawTransformIsUnknown(const LayerImpl* layer) {
152 typedef LayerImpl LayerType;
156 typedef scoped_ptr<LayerImpl> LayerPtrType;
158 typedef LayerIterator<LayerImpl,
165 return LayerImpl::Create(host, next_layer_impl_id++);
310 void AddCopyRequest(LayerImpl* layer) {
346 void SetDrawsContent(LayerImpl* layer_impl, bool draws_content)
    [all...]
layer_sorter.cc 62 GraphNode::GraphNode(LayerImpl* layer_impl)
quad_culler_unittest.cc 31 : public TestOcclusionTrackerBase<LayerImpl, RenderSurfaceImpl> {
42 typedef LayerIterator<LayerImpl,
    [all...]
layer_tree_host.cc 339 LayerImpl* hud_impl = LayerTreeHostCommon::FindLayerInSubtree(
    [all...]
  /external/chromium_org/cc/animation/
scrollbar_animation_controller_thinning_unittest.cc 21 scroll_layer_ = LayerImpl::Create(host_impl_.active_tree(), 1);
42 scoped_ptr<LayerImpl> scroll_layer_;
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 70 : LayerImpl(tree_impl, id),
78 scoped_ptr<LayerImpl> HeadsUpDisplayLayerImpl::CreateLayerImpl(
80 return HeadsUpDisplayLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
105 return LayerImpl::WillDraw(draw_mode, resource_provider);
tiled_layer.cc 99 scoped_ptr<LayerImpl> TiledLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
100 return TiledLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
189 void TiledLayer::PushPropertiesTo(LayerImpl* layer) {
    [all...]
picture_layer_impl_unittest.cc 123 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
    [all...]
texture_layer_unittest.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_test.h 20 class LayerImpl;

Completed in 664 milliseconds

1 2 3 4 56