HomeSort by relevance Sort by last modified time
    Searched refs:rendering_stats_instrumentation (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/cc/layers/
content_layer.cc 60 host->rendering_stats_instrumentation());
104 rendering_stats_instrumentation(),
109 rendering_stats_instrumentation(),
picture_layer.cc 139 rendering_stats_instrumentation());
layer.h 433 RenderingStatsInstrumentation* rendering_stats_instrumentation() const;
layer.cc 1152 RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { function in class:cc::Layer
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 78 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
83 rendering_stats_instrumentation,
100 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
162 rendering_stats_instrumentation,
266 RenderingStatsInstrumentation* rendering_stats_instrumentation,
308 if (rendering_stats_instrumentation)
309 start_time = rendering_stats_instrumentation->StartRecording();
314 if (rendering_stats_instrumentation) {
316 rendering_stats_instrumentation->EndRecording(start_time);
321 if (rendering_stats_instrumentation) {
    [all...]
picture_pile_impl_perftest.cc 58 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
64 &rendering_stats_instrumentation);
picture_pile_impl.h 15 #include "cc/debug/rendering_stats_instrumentation.h"
44 RenderingStatsInstrumentation* rendering_stats_instrumentation);
142 RenderingStatsInstrumentation* rendering_stats_instrumentation,
tile_manager.h 19 #include "cc/debug/rendering_stats_instrumentation.h"
171 RenderingStatsInstrumentation* rendering_stats_instrumentation);
236 RenderingStatsInstrumentation* rendering_stats_instrumentation);
picture_pile_impl_unittest.cc 688 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
693 &rendering_stats_instrumentation);
740 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
742 &canvas, canvas_rect, contents_scale, &rendering_stats_instrumentation);
789 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
793 &rendering_stats_instrumentation);
tile_manager.cc 353 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
358 rendering_stats_instrumentation));
366 RenderingStatsInstrumentation* rendering_stats_instrumentation)
377 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 119 RenderingStatsInstrumentation* rendering_stats_instrumentation,
479 RenderingStatsInstrumentation* rendering_stats_instrumentation,
layer_tree_host.h 145 RenderingStatsInstrumentation* rendering_stats_instrumentation() const { function in class:cc::LayerTreeHost
single_thread_proxy.cc 179 layer_tree_host_->rendering_stats_instrumentation();
layer_tree_host_impl.cc 26 #include "cc/debug/rendering_stats_instrumentation.h"
203 RenderingStatsInstrumentation* rendering_stats_instrumentation,
207 settings, client, proxy, rendering_stats_instrumentation, manager, id));
214 RenderingStatsInstrumentation* rendering_stats_instrumentation,
252 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 367 rendering_stats_instrumentation()).PassAs<LayerTreeHostImpl>();
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.darwin-arm64.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.darwin-mips.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.darwin-x86.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.darwin-x86_64.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-arm.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-arm64.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-mips.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-x86.mk 72 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-x86_64.mk 72 cc/debug/rendering_stats_instrumentation.cc \

Completed in 211 milliseconds

1 2