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

  /external/chromium_org/cc/layers/
picture_image_layer_impl_unittest.cc 132 TestablePictureImageLayerImpl* active_layer = local
135 SetupDrawPropertiesAndUpdateTiles(active_layer,
141 EXPECT_EQ(1.f, active_layer->tilings()->tiling_at(0)->contents_scale());
144 active_layer->tilings()->tiling_at(0)->CreateAllTilesForTesting();
146 active_layer->tilings()->tiling_at(0)->AllTilesForTesting());
149 active_layer->draw_properties().visible_content_rect =
150 gfx::Rect(active_layer->bounds());
154 active_layer->WillDraw(DRAW_MODE_SOFTWARE, NULL);
155 active_layer->AppendQuads(render_pass.get(), occlusion_tracker, &data);
156 active_layer->DidDraw(NULL)
    [all...]
picture_layer_impl.h 33 Pair(PictureLayerImpl* active_layer, PictureLayerImpl* pending_layer);
texture_layer_unittest.cc     [all...]
picture_layer_impl.cc 54 PictureLayerImpl::Pair::Pair(PictureLayerImpl* active_layer,
56 : active(active_layer), pending(pending_layer) {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 7188 scoped_ptr<FakePictureLayerImpl> active_layer = local
    [all...]

Completed in 187 milliseconds