Home
last modified time | relevance | path

Searched refs:rendering_stats_instrumentation (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/cc/resources/
Dpicture_pile_impl.cc75 RenderingStatsInstrumentation* rendering_stats_instrumentation) { in RasterDirect() argument
80 rendering_stats_instrumentation, in RasterDirect()
97 RenderingStatsInstrumentation* rendering_stats_instrumentation) { in RasterToBitmap() argument
144 rendering_stats_instrumentation, in RasterToBitmap()
214 RenderingStatsInstrumentation* rendering_stats_instrumentation, in RasterCommon() argument
257 if (rendering_stats_instrumentation) in RasterCommon()
258 start_time = rendering_stats_instrumentation->StartRecording(); in RasterCommon()
263 if (rendering_stats_instrumentation) { in RasterCommon()
265 rendering_stats_instrumentation->EndRecording(start_time); in RasterCommon()
270 if (rendering_stats_instrumentation) { in RasterCommon()
[all …]
Dpicture_pile_impl.h44 RenderingStatsInstrumentation* rendering_stats_instrumentation);
142 RenderingStatsInstrumentation* rendering_stats_instrumentation,
Dtile_manager.h56 RenderingStatsInstrumentation* rendering_stats_instrumentation,
125 RenderingStatsInstrumentation* rendering_stats_instrumentation);
Dtile_manager.cc171 RenderingStatsInstrumentation* rendering_stats_instrumentation, in Create() argument
190 rendering_stats_instrumentation)); in Create()
199 RenderingStatsInstrumentation* rendering_stats_instrumentation) in TileManager() argument
215 rendering_stats_instrumentation_(rendering_stats_instrumentation), in TileManager()
Dpicture_pile_impl_unittest.cc685 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; in TEST() local
690 &rendering_stats_instrumentation); in TEST()
736 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; in TEST() local
738 &canvas, canvas_rect, contents_scale, &rendering_stats_instrumentation); in TEST()
/external/chromium_org/cc/layers/
Dcontent_layer.cc76 host->rendering_stats_instrumentation()); in SetLayerTreeHost()
120 rendering_stats_instrumentation(), in CreateUpdaterIfNeeded()
125 rendering_stats_instrumentation(), in CreateUpdaterIfNeeded()
Dpicture_layer.cc119 rendering_stats_instrumentation()); in Update()
Dlayer.cc1152 RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { in rendering_stats_instrumentation() function in cc::Layer
1153 return layer_tree_host_->rendering_stats_instrumentation(); in rendering_stats_instrumentation()
Dlayer.h439 RenderingStatsInstrumentation* rendering_stats_instrumentation() const;
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.h107 RenderingStatsInstrumentation* rendering_stats_instrumentation,
435 RenderingStatsInstrumentation* rendering_stats_instrumentation,
Dlayer_tree_host.h166 RenderingStatsInstrumentation* rendering_stats_instrumentation() const { in rendering_stats_instrumentation() function
Dsingle_thread_proxy.cc231 layer_tree_host_->rendering_stats_instrumentation(); in DoCommit()
Dlayer_tree_host_impl.cc210 RenderingStatsInstrumentation* rendering_stats_instrumentation, in Create() argument
214 settings, client, proxy, rendering_stats_instrumentation, manager, id)); in Create()
221 RenderingStatsInstrumentation* rendering_stats_instrumentation, in LayerTreeHostImpl() argument
258 rendering_stats_instrumentation_(rendering_stats_instrumentation), in LayerTreeHostImpl()
Dthread_proxy.cc944 layer_tree_host()->rendering_stats_instrumentation(); in BeginMainFrame()
Dlayer_tree_host_impl_unittest.cc1126 RenderingStatsInstrumentation* rendering_stats_instrumentation) in LayerTreeHostImplOverridePhysicalTime() argument
1130 rendering_stats_instrumentation, in LayerTreeHostImplOverridePhysicalTime()
/external/chromium_org/cc/
Dcc.gyp113 'debug/rendering_stats_instrumentation.cc',
114 'debug/rendering_stats_instrumentation.h',
Dcc.target.darwin-mips.mk66 cc/debug/rendering_stats_instrumentation.cc \
Dcc.target.linux-x86.mk66 cc/debug/rendering_stats_instrumentation.cc \
Dcc.target.darwin-arm.mk66 cc/debug/rendering_stats_instrumentation.cc \
Dcc.target.linux-arm.mk66 cc/debug/rendering_stats_instrumentation.cc \
Dcc.target.darwin-x86.mk66 cc/debug/rendering_stats_instrumentation.cc \
Dcc.target.linux-mips.mk66 cc/debug/rendering_stats_instrumentation.cc \
/external/chromium_org/cc/test/
Dlayer_tree_test.cc312 rendering_stats_instrumentation()).PassAs<LayerTreeHostImpl>(); in CreateLayerTreeHostImpl()