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

1 2

  /external/chromium_org/cc/test/
fake_rendering_stats_instrumentation.h 12 class FakeRenderingStatsInstrumentation : public RenderingStatsInstrumentation {
layer_tree_test.cc 55 RenderingStatsInstrumentation* stats_instrumentation) {
70 RenderingStatsInstrumentation* stats_instrumentation)
  /external/chromium_org/cc/debug/
rendering_stats_instrumentation.cc 10 scoped_ptr<RenderingStatsInstrumentation>
11 RenderingStatsInstrumentation::Create() {
12 return make_scoped_ptr(new RenderingStatsInstrumentation());
15 RenderingStatsInstrumentation::RenderingStatsInstrumentation()
19 RenderingStatsInstrumentation::~RenderingStatsInstrumentation() {}
21 RenderingStats RenderingStatsInstrumentation::GetRenderingStats() {
31 void RenderingStatsInstrumentation::AccumulateAndClearMainThreadStats() {
36 void RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats()
    [all...]
rendering_stats_instrumentation.h 14 // RenderingStatsInstrumentation is shared among threads and manages conditional
16 class CC_EXPORT RenderingStatsInstrumentation {
18 static scoped_ptr<RenderingStatsInstrumentation> Create();
19 virtual ~RenderingStatsInstrumentation();
58 RenderingStatsInstrumentation();
71 DISALLOW_COPY_AND_ASSIGN(RenderingStatsInstrumentation);
  /external/chromium_org/cc/resources/
content_layer_updater.h 17 class RenderingStatsInstrumentation;
24 void set_rendering_stats_instrumentation(RenderingStatsInstrumentation* rsi);
29 RenderingStatsInstrumentation* stats_instrumentation,
42 RenderingStatsInstrumentation* rendering_stats_instrumentation_;
caching_bitmap_content_layer_updater.h 18 RenderingStatsInstrumentation* stats_instrumentation,
34 RenderingStatsInstrumentation* stats_instrumentation,
picture_pile.h 14 class RenderingStatsInstrumentation;
30 RenderingStatsInstrumentation* stats_instrumentation);
bitmap_skpicture_content_layer_updater.h 37 RenderingStatsInstrumentation* stats_instrumentation,
48 RenderingStatsInstrumentation* stats_instrumentation,
skpicture_content_layer_updater.h 26 RenderingStatsInstrumentation* stats_instrumentation,
picture_pile_impl.h 44 RenderingStatsInstrumentation* rendering_stats_instrumentation);
53 RenderingStatsInstrumentation* stats_instrumentation);
61 RenderingStatsInstrumentation* stats_instrumentation);
81 RenderingStatsInstrumentation* stats_instrumentation);
142 RenderingStatsInstrumentation* rendering_stats_instrumentation,
bitmap_content_layer_updater.h 44 RenderingStatsInstrumentation* stats_instrumenation,
65 RenderingStatsInstrumentation* stats_instrumenation,
caching_bitmap_content_layer_updater.cc 16 RenderingStatsInstrumentation* stats_instrumentation,
26 RenderingStatsInstrumentation* stats_instrumentation,
skpicture_content_layer_updater.cc 18 RenderingStatsInstrumentation* stats_instrumentation,
bitmap_skpicture_content_layer_updater.cc 46 RenderingStatsInstrumentation* stats_instrumentation,
56 RenderingStatsInstrumentation* stats_instrumentation,
content_layer_updater.cc 23 RenderingStatsInstrumentation* stats_instrumentation,
33 RenderingStatsInstrumentation* rsi) {
tile_manager.h 56 RenderingStatsInstrumentation* rendering_stats_instrumentation,
125 RenderingStatsInstrumentation* rendering_stats_instrumentation);
204 RenderingStatsInstrumentation* rendering_stats_instrumentation_;
bitmap_content_layer_updater.cc 34 RenderingStatsInstrumentation* stats_instrumentation,
44 RenderingStatsInstrumentation* stats_instrumentation,
raster_worker_pool.cc 61 RenderingStatsInstrumentation* rendering_stats,
248 RenderingStatsInstrumentation* rendering_stats_;
258 RenderingStatsInstrumentation* rendering_stats,
282 RenderingStatsInstrumentation* rendering_stats_;
434 RenderingStatsInstrumentation* rendering_stats,
456 RenderingStatsInstrumentation* stats_instrumentation,
picture_pile_impl.cc 75 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
88 RenderingStatsInstrumentation* stats_instrumentation) {
97 RenderingStatsInstrumentation* rendering_stats_instrumentation) {
214 RenderingStatsInstrumentation* rendering_stats_instrumentation,
324 RenderingStatsInstrumentation* stats_instrumentation) {
raster_worker_pool.h 202 RenderingStatsInstrumentation* rendering_stats,
209 RenderingStatsInstrumentation* stats_instrumentation,
picture_pile.cc 156 RenderingStatsInstrumentation* stats_instrumentation) {
  /external/chromium_org/cc/trees/
layer_tree_host.h 55 class RenderingStatsInstrumentation;
166 RenderingStatsInstrumentation* rendering_stats_instrumentation() const {
374 scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_;
layer_tree_host_impl.h 49 class RenderingStatsInstrumentation;
107 RenderingStatsInstrumentation* rendering_stats_instrumentation,
435 RenderingStatsInstrumentation* rendering_stats_instrumentation,
641 RenderingStatsInstrumentation* rendering_stats_instrumentation_;
single_thread_proxy.cc 230 RenderingStatsInstrumentation* stats_instrumentation =
  /external/chromium_org/cc/layers/
layer.h 61 class RenderingStatsInstrumentation;
439 RenderingStatsInstrumentation* rendering_stats_instrumentation() const;

Completed in 154 milliseconds

1 2