Searched refs:rendering_stats_instrumentation (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/cc/trees/
H A Dproxy_timing_history.h9 #include "cc/debug/rendering_stats_instrumentation.h"
16 RenderingStatsInstrumentation* rendering_stats_instrumentation);
H A Dproxy_timing_history.cc17 RenderingStatsInstrumentation* rendering_stats_instrumentation)
21 rendering_stats_instrumentation_(rendering_stats_instrumentation) {
16 ProxyTimingHistory( RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
H A Dsingle_thread_proxy.cc40 timing_history_(layer_tree_host->rendering_stats_instrumentation()),
234 layer_tree_host_->rendering_stats_instrumentation();
H A Dthread_proxy.cc67 layer_tree_host->rendering_stats_instrumentation()) {
103 RenderingStatsInstrumentation* rendering_stats_instrumentation)
118 timing_history(rendering_stats_instrumentation),
869 layer_tree_host()->rendering_stats_instrumentation();
100 CompositorThreadOnly( ThreadProxy* proxy, int layer_tree_host_id, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
H A Dlayer_tree_host_impl.h121 RenderingStatsInstrumentation* rendering_stats_instrumentation,
488 RenderingStatsInstrumentation* rendering_stats_instrumentation,
H A Dlayer_tree_host.h149 RenderingStatsInstrumentation* rendering_stats_instrumentation() const { function in class:cc::LayerTreeHost
H A Dthread_proxy.h101 RenderingStatsInstrumentation* rendering_stats_instrumentation);
H A Dlayer_tree_host_impl.cc29 #include "cc/debug/rendering_stats_instrumentation.h"
214 RenderingStatsInstrumentation* rendering_stats_instrumentation,
218 settings, client, proxy, rendering_stats_instrumentation, manager, id));
225 RenderingStatsInstrumentation* rendering_stats_instrumentation,
261 rendering_stats_instrumentation_(rendering_stats_instrumentation),
210 Create( const LayerTreeSettings& settings, LayerTreeHostImplClient* client, Proxy* proxy, RenderingStatsInstrumentation* rendering_stats_instrumentation, SharedBitmapManager* manager, int id) argument
221 LayerTreeHostImpl( const LayerTreeSettings& settings, LayerTreeHostImplClient* client, Proxy* proxy, RenderingStatsInstrumentation* rendering_stats_instrumentation, SharedBitmapManager* manager, int id) argument
/external/chromium_org/cc/resources/
H A Dpicture_pile_impl_perftest.cc57 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
63 &rendering_stats_instrumentation);
H A Dpicture_pile_impl.cc45 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
50 rendering_stats_instrumentation,
67 RenderingStatsInstrumentation* rendering_stats_instrumentation) const {
129 rendering_stats_instrumentation,
233 RenderingStatsInstrumentation* rendering_stats_instrumentation,
275 if (rendering_stats_instrumentation)
276 start_time = rendering_stats_instrumentation->StartRecording();
281 if (rendering_stats_instrumentation) {
283 rendering_stats_instrumentation->EndRecording(start_time);
288 if (rendering_stats_instrumentation) {
41 RasterDirect( SkCanvas* canvas, const gfx::Rect& canvas_rect, float contents_scale, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
228 RasterCommon( SkCanvas* canvas, SkDrawPictureCallback* callback, const gfx::Rect& canvas_rect, float contents_scale, RenderingStatsInstrumentation* rendering_stats_instrumentation, bool is_analysis) const argument
[all...]
H A Dpicture_pile_impl.h15 #include "cc/debug/rendering_stats_instrumentation.h"
39 RenderingStatsInstrumentation* rendering_stats_instrumentation);
124 RenderingStatsInstrumentation* rendering_stats_instrumentation,
H A Dtile_manager.h19 #include "cc/debug/rendering_stats_instrumentation.h"
102 RenderingStatsInstrumentation* rendering_stats_instrumentation);
180 RenderingStatsInstrumentation* rendering_stats_instrumentation);
H A Dpicture_pile_impl_unittest.cc688 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
693 &rendering_stats_instrumentation);
740 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
742 &canvas, canvas_rect, contents_scale, &rendering_stats_instrumentation);
786 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
790 &rendering_stats_instrumentation);
H A Dtile_manager.cc351 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
356 rendering_stats_instrumentation));
364 RenderingStatsInstrumentation* rendering_stats_instrumentation)
375 rendering_stats_instrumentation_(rendering_stats_instrumentation),
346 Create( TileManagerClient* client, base::SequencedTaskRunner* task_runner, ResourcePool* resource_pool, Rasterizer* rasterizer, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
359 TileManager( TileManagerClient* client, const scoped_refptr<base::SequencedTaskRunner>& task_runner, ResourcePool* resource_pool, Rasterizer* rasterizer, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc63 host->rendering_stats_instrumentation());
107 rendering_stats_instrumentation(),
112 rendering_stats_instrumentation(),
H A Dpicture_layer.cc134 rendering_stats_instrumentation());
H A Dlayer.h435 RenderingStatsInstrumentation* rendering_stats_instrumentation() const;
H A Dlayer.cc1193 RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { function in class:cc::Layer
1194 return layer_tree_host_->rendering_stats_instrumentation();
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc359 rendering_stats_instrumentation()).PassAs<LayerTreeHostImpl>();
/external/chromium_org/cc/
H A Dcc.target.darwin-arm.mk71 cc/debug/rendering_stats_instrumentation.cc \
H A Dcc.target.darwin-arm64.mk71 cc/debug/rendering_stats_instrumentation.cc \
H A Dcc.target.darwin-mips.mk71 cc/debug/rendering_stats_instrumentation.cc \
H A Dcc.target.darwin-mips64.mk71 cc/debug/rendering_stats_instrumentation.cc \
H A Dcc.target.darwin-x86.mk71 cc/debug/rendering_stats_instrumentation.cc \
H A Dcc.target.darwin-x86_64.mk71 cc/debug/rendering_stats_instrumentation.cc \

Completed in 243 milliseconds

12