HomeSort by relevance Sort by last modified time
    Searched defs:active_layer (Results 1 - 2 of 2) 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...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 7188 scoped_ptr<FakePictureLayerImpl> active_layer = local
    [all...]

Completed in 93 milliseconds