OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rasterized_pixel_count
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/debug/
rendering_stats.cc
36
rasterized_pixel_count
(0) {}
43
record_data->SetInteger("
rasterized_pixel_count
",
rasterized_pixel_count
);
51
rasterized_pixel_count
+= other.
rasterized_pixel_count
;
71
impl_stats.
rasterized_pixel_count
);
rendering_stats.h
53
int64
rasterized_pixel_count
;
member in struct:cc::ImplThreadRenderingStats
rendering_stats_instrumentation.cc
99
impl_stats_.
rasterized_pixel_count
+= pixels;
/external/chromium_org/tools/perf/metrics/
rendering_stats.py
31
self.
rasterized_pixel_count
= []
94
self.
rasterized_pixel_count
.append(
95
event.args['data']['
rasterized_pixel_count
'])
rendering_stats_unittest.py
41
self.
rasterized_pixel_count
= []
95
'
rasterized_pixel_count
': 1280*720 }
117
ref_stats.
rasterized_pixel_count
.append(data['
rasterized_pixel_count
'])
188
self.assertEquals(stats.
rasterized_pixel_count
,
189
ref_stats.
rasterized_pixel_count
)
/external/chromium_org/cc/resources/
picture_pile_impl.cc
253
int
rasterized_pixel_count
= 0;
local
260
rasterized_pixel_count
= picture->Raster(
273
rasterized_pixel_count
);
276
rasterized_pixel_count
);
/external/chromium_org/tools/perf/measurements/
rasterize_and_record.py
117
max(stats.
rasterized_pixel_count
))
Completed in 245 milliseconds