Searched defs:stats_instrumentation (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.cc19 RenderingStatsInstrumentation* stats_instrumentation,
21 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
17 SkPictureContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dbitmap_skpicture_content_layer_updater.cc44 RenderingStatsInstrumentation* stats_instrumentation,
48 stats_instrumentation,
54 RenderingStatsInstrumentation* stats_instrumentation,
57 stats_instrumentation,
42 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
52 BitmapSkPictureContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dcontent_layer_updater.cc23 RenderingStatsInstrumentation* stats_instrumentation,
25 : rendering_stats_instrumentation_(stats_instrumentation),
21 ContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dbitmap_content_layer_updater.cc35 RenderingStatsInstrumentation* stats_instrumentation,
39 stats_instrumentation,
45 RenderingStatsInstrumentation* stats_instrumentation,
47 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
33 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
43 BitmapContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dpicture_pile.cc170 RenderingStatsInstrumentation* stats_instrumentation) {
506 base::TimeTicks start_time = stats_instrumentation->StartRecording();
522 stats_instrumentation->EndRecording(start_time);
527 stats_instrumentation->AddRecord(best_duration, recorded_pixel_count);
160 UpdateAndExpandInvalidation( ContentLayerClient* painter, Region* invalidation, SkColor background_color, bool contents_opaque, bool contents_fill_bounds_completely, const gfx::Size& layer_size, const gfx::Rect& visible_layer_rect, int frame_number, Picture::RecordingMode recording_mode, RenderingStatsInstrumentation* stats_instrumentation) argument
/external/chromium_org/cc/trees/
H A Dtree_synchronizer_unittest.cc563 FakeRenderingStatsInstrumentation stats_instrumentation; local
570 &stats_instrumentation,
602 FakeRenderingStatsInstrumentation stats_instrumentation; local
609 &stats_instrumentation,
675 FakeRenderingStatsInstrumentation stats_instrumentation; local
682 &stats_instrumentation,
H A Dsingle_thread_proxy.cc233 RenderingStatsInstrumentation* stats_instrumentation = local
236 stats_instrumentation->main_thread_rendering_stats());
237 stats_instrumentation->AccumulateAndClearMainThreadStats();
H A Dthread_proxy.cc868 RenderingStatsInstrumentation* stats_instrumentation = local
871 stats_instrumentation->main_thread_rendering_stats());
872 stats_instrumentation->AccumulateAndClearMainThreadStats();
H A Dlayer_tree_host_impl_unittest.cc4710 RenderingStatsInstrumentation* stats_instrumentation) {
4720 settings, client, proxy, stats_instrumentation, manager, 0);
4705 SetupLayersForOpacity( bool partial_swap, LayerTreeHostImplClient* client, Proxy* proxy, SharedBitmapManager* manager, RenderingStatsInstrumentation* stats_instrumentation) argument
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc118 RenderingStatsInstrumentation* stats_instrumentation) {
125 stats_instrumentation));
135 RenderingStatsInstrumentation* stats_instrumentation)
139 stats_instrumentation,
112 Create( TestHooks* test_hooks, const LayerTreeSettings& settings, LayerTreeHostImplClient* host_impl_client, Proxy* proxy, SharedBitmapManager* manager, RenderingStatsInstrumentation* stats_instrumentation) argument
129 LayerTreeHostImplForTesting( TestHooks* test_hooks, const LayerTreeSettings& settings, LayerTreeHostImplClient* host_impl_client, Proxy* proxy, SharedBitmapManager* manager, RenderingStatsInstrumentation* stats_instrumentation) argument
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_unittest.cc4346 FakeRenderingStatsInstrumentation stats_instrumentation; local
4360 &stats_instrumentation);
4422 FakeRenderingStatsInstrumentation stats_instrumentation; local
4436 &stats_instrumentation);
4461 &stats_instrumentation);

Completed in 146 milliseconds