Searched refs:stats_instrumentation (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/cc/resources/
H A Dcaching_bitmap_content_layer_updater.h18 RenderingStatsInstrumentation* stats_instrumentation,
34 RenderingStatsInstrumentation* stats_instrumentation,
H A Dcaching_bitmap_content_layer_updater.cc16 RenderingStatsInstrumentation* stats_instrumentation,
20 stats_instrumentation,
26 RenderingStatsInstrumentation* stats_instrumentation,
29 stats_instrumentation,
14 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
24 CachingBitmapContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dbitmap_skpicture_content_layer_updater.h37 RenderingStatsInstrumentation* stats_instrumentation,
48 RenderingStatsInstrumentation* stats_instrumentation,
H A Dskpicture_content_layer_updater.cc18 RenderingStatsInstrumentation* stats_instrumentation,
20 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
16 SkPictureContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dbitmap_skpicture_content_layer_updater.cc46 RenderingStatsInstrumentation* stats_instrumentation,
50 stats_instrumentation,
56 RenderingStatsInstrumentation* stats_instrumentation,
59 stats_instrumentation,
44 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
54 BitmapSkPictureContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dbitmap_content_layer_updater.cc34 RenderingStatsInstrumentation* stats_instrumentation,
38 stats_instrumentation,
44 RenderingStatsInstrumentation* stats_instrumentation,
46 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
32 Create( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
42 BitmapContentLayerUpdater( scoped_ptr<LayerPainter> painter, RenderingStatsInstrumentation* stats_instrumentation, int layer_id) argument
H A Dpicture_pile.h30 RenderingStatsInstrumentation* stats_instrumentation);
H A Dskpicture_content_layer_updater.h26 RenderingStatsInstrumentation* stats_instrumentation,
H A Dpicture_pile_unittest.cc41 FakeRenderingStatsInstrumentation stats_instrumentation; local
60 &stats_instrumentation);
70 &stats_instrumentation);
90 FakeRenderingStatsInstrumentation stats_instrumentation; local
109 &stats_instrumentation);
119 &stats_instrumentation);
139 FakeRenderingStatsInstrumentation stats_instrumentation; local
167 &stats_instrumentation);
177 &stats_instrumentation);
192 &stats_instrumentation);
217 FakeRenderingStatsInstrumentation stats_instrumentation; local
[all...]
H A Dpicture_pile_impl.h53 RenderingStatsInstrumentation* stats_instrumentation);
61 RenderingStatsInstrumentation* stats_instrumentation);
81 RenderingStatsInstrumentation* stats_instrumentation);
H A Dcontent_layer_updater.h29 RenderingStatsInstrumentation* stats_instrumentation,
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 Dpicture_pile.cc156 RenderingStatsInstrumentation* stats_instrumentation) {
233 base::TimeTicks start_time = stats_instrumentation->StartRecording();
236 stats_instrumentation->EndRecording(start_time);
241 stats_instrumentation->AddRecord(best_duration, recorded_pixel_count);
149 Update( ContentLayerClient* painter, SkColor background_color, bool contents_opaque, const Region& invalidation, gfx::Rect visible_layer_rect, int frame_number, RenderingStatsInstrumentation* stats_instrumentation) argument
H A Dpicture_pile_impl.cc88 RenderingStatsInstrumentation* stats_instrumentation) {
90 canvas, canvas, canvas_rect, contents_scale, stats_instrumentation, true);
324 RenderingStatsInstrumentation* stats_instrumentation) {
340 RasterForAnalysis(&canvas, layer_rect, 1.0f, stats_instrumentation);
84 RasterForAnalysis( skia::AnalysisCanvas* canvas, gfx::Rect canvas_rect, float contents_scale, RenderingStatsInstrumentation* stats_instrumentation) argument
320 AnalyzeInRect( gfx::Rect content_rect, float contents_scale, PicturePileImpl::Analysis* analysis, RenderingStatsInstrumentation* stats_instrumentation) argument
H A Draster_worker_pool.cc456 RenderingStatsInstrumentation* stats_instrumentation,
460 stats_instrumentation,
453 CreateImageDecodeTask( skia::LazyPixelRef* pixel_ref, int layer_id, RenderingStatsInstrumentation* stats_instrumentation, const Task::Reply& reply) argument
H A Draster_worker_pool.h209 RenderingStatsInstrumentation* stats_instrumentation,
/external/chromium_org/cc/layers/
H A Dcontent_layer_unittest.cc41 FakeRenderingStatsInstrumentation stats_instrumentation; local
45 &stats_instrumentation,
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.cc230 RenderingStatsInstrumentation* stats_instrumentation = local
233 stats_instrumentation->main_thread_rendering_stats());
234 stats_instrumentation->AccumulateAndClearMainThreadStats();
H A Dtree_synchronizer_unittest.cc554 FakeRenderingStatsInstrumentation stats_instrumentation; local
556 settings, NULL, &proxy, &stats_instrumentation, NULL, 0);
586 FakeRenderingStatsInstrumentation stats_instrumentation; local
588 settings, NULL, &proxy, &stats_instrumentation, NULL, 0);
661 FakeRenderingStatsInstrumentation stats_instrumentation; local
663 settings, NULL, &proxy, &stats_instrumentation, NULL, 0);
H A Dthread_proxy.cc943 RenderingStatsInstrumentation* stats_instrumentation = local
946 stats_instrumentation->main_thread_rendering_stats());
947 stats_instrumentation->AccumulateAndClearMainThreadStats();
H A Dlayer_tree_host_impl_unittest.cc3700 RenderingStatsInstrumentation* stats_instrumentation) {
3710 settings, client, proxy, stats_instrumentation, NULL, 0);
3696 SetupLayersForOpacity( bool partial_swap, LayerTreeHostImplClient* client, Proxy* proxy, RenderingStatsInstrumentation* stats_instrumentation) argument
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc55 RenderingStatsInstrumentation* stats_instrumentation) {
61 stats_instrumentation));
70 RenderingStatsInstrumentation* stats_instrumentation)
74 stats_instrumentation,
50 Create( TestHooks* test_hooks, const LayerTreeSettings& settings, LayerTreeHostImplClient* host_impl_client, Proxy* proxy, RenderingStatsInstrumentation* stats_instrumentation) argument
65 LayerTreeHostImplForTesting( TestHooks* test_hooks, const LayerTreeSettings& settings, LayerTreeHostImplClient* host_impl_client, Proxy* proxy, RenderingStatsInstrumentation* stats_instrumentation) argument

Completed in 1386 milliseconds