Searched defs:rsll (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
H A Docclusion_tracker_perftest.cc92 const LayerImplList& rsll = active_tree()->RenderSurfaceLayerList(); local
93 ASSERT_EQ(1u, rsll.size());
94 EXPECT_EQ(1u, rsll[0]->render_surface()->layer_list().size());
96 LayerIterator<LayerImpl> begin = LayerIterator<LayerImpl>::Begin(&rsll);
97 LayerIterator<LayerImpl> end = LayerIterator<LayerImpl>::End(&rsll);
163 const LayerImplList& rsll = active_tree()->RenderSurfaceLayerList(); local
164 ASSERT_EQ(1u, rsll.size());
166 rsll[0]->render_surface()->layer_list().size());
168 LayerIterator<LayerImpl> begin = LayerIterator<LayerImpl>::Begin(&rsll);
169 LayerIterator<LayerImpl> end = LayerIterator<LayerImpl>::End(&rsll);
[all...]
H A Dlayer_tree_host_common.cc1412 static LayerList* GetLayerListForSorting(RenderSurfaceLayerList* rsll) { argument
1413 return &rsll->AsLayerList();
H A Dlayer_tree_host_common_unittest.cc8049 static void GatherDrawnLayers(LayerImplList* rsll, argument
8051 for (LayerIterator<LayerImpl> it = LayerIterator<LayerImpl>::Begin(rsll),
8052 end = LayerIterator<LayerImpl>::End(rsll);

Completed in 189 milliseconds