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

  /external/chromium_org/cc/resources/
picture_pile_impl.cc 75 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
80 rendering_stats_instrumentation,
97 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
144 rendering_stats_instrumentation,
214 RenderingStatsInstrumentation* rendering_stats_instrumentation,
257 if (rendering_stats_instrumentation)
258 start_time = rendering_stats_instrumentation->StartRecording();
263 if (rendering_stats_instrumentation) {
265 rendering_stats_instrumentation->EndRecording(start_time);
270 if (rendering_stats_instrumentation) {
    [all...]
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 16 #include "cc/debug/rendering_stats_instrumentation.h"
56 RenderingStatsInstrumentation* rendering_stats_instrumentation,
125 RenderingStatsInstrumentation* rendering_stats_instrumentation);
picture_pile_impl_unittest.cc 685 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
690 &rendering_stats_instrumentation);
736 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
738 &canvas, canvas_rect, contents_scale, &rendering_stats_instrumentation);
tile_manager.cc 171 RenderingStatsInstrumentation* rendering_stats_instrumentation,
190 rendering_stats_instrumentation));
199 RenderingStatsInstrumentation* rendering_stats_instrumentation)
215 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
  /external/chromium_org/cc/layers/
content_layer.cc 76 host->rendering_stats_instrumentation());
120 rendering_stats_instrumentation(),
125 rendering_stats_instrumentation(),
picture_layer.cc 119 rendering_stats_instrumentation());
layer.h 439 RenderingStatsInstrumentation* rendering_stats_instrumentation() const;
layer.cc 1152 RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { function in class:cc::Layer
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 107 RenderingStatsInstrumentation* rendering_stats_instrumentation,
435 RenderingStatsInstrumentation* rendering_stats_instrumentation,
layer_tree_host.h 166 RenderingStatsInstrumentation* rendering_stats_instrumentation() const { function in class:cc::LayerTreeHost
single_thread_proxy.cc 231 layer_tree_host_->rendering_stats_instrumentation();
layer_tree_host_impl.cc 27 #include "cc/debug/rendering_stats_instrumentation.h"
210 RenderingStatsInstrumentation* rendering_stats_instrumentation,
214 settings, client, proxy, rendering_stats_instrumentation, manager, id));
221 RenderingStatsInstrumentation* rendering_stats_instrumentation,
258 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
thread_proxy.cc 944 layer_tree_host()->rendering_stats_instrumentation();
    [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 312 rendering_stats_instrumentation()).PassAs<LayerTreeHostImpl>();
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 66 cc/debug/rendering_stats_instrumentation.cc \
cc.target.darwin-mips.mk 66 cc/debug/rendering_stats_instrumentation.cc \
cc.target.darwin-x86.mk 66 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-arm.mk 66 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-mips.mk 66 cc/debug/rendering_stats_instrumentation.cc \
cc.target.linux-x86.mk 66 cc/debug/rendering_stats_instrumentation.cc \

Completed in 735 milliseconds