Searched defs:rendering_stats_instrumentation (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_pile_impl_unittest.cc685 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
690 &rendering_stats_instrumentation);
736 FakeRenderingStatsInstrumentation rendering_stats_instrumentation; local
738 &canvas, canvas_rect, contents_scale, &rendering_stats_instrumentation);
H A Dpicture_pile_impl.cc75 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) {
71 RasterDirect( SkCanvas* canvas, gfx::Rect canvas_rect, float contents_scale, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
93 RasterToBitmap( SkCanvas* canvas, gfx::Rect canvas_rect, float contents_scale, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
209 RasterCommon( SkCanvas* canvas, SkDrawPictureCallback* callback, gfx::Rect canvas_rect, float contents_scale, RenderingStatsInstrumentation* rendering_stats_instrumentation, bool is_analysis) argument
[all...]
H A Dtile_manager.cc171 RenderingStatsInstrumentation* rendering_stats_instrumentation,
190 rendering_stats_instrumentation));
199 RenderingStatsInstrumentation* rendering_stats_instrumentation)
215 rendering_stats_instrumentation_(rendering_stats_instrumentation),
167 Create( TileManagerClient* client, ResourceProvider* resource_provider, size_t num_raster_threads, RenderingStatsInstrumentation* rendering_stats_instrumentation, bool use_map_image, size_t max_transfer_buffer_usage_bytes, size_t max_raster_usage_bytes, GLenum map_image_texture_target) argument
193 TileManager( TileManagerClient* client, ResourceProvider* resource_provider, scoped_ptr<RasterWorkerPool> raster_worker_pool, size_t num_raster_threads, size_t max_raster_usage_bytes, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h166 RenderingStatsInstrumentation* rendering_stats_instrumentation() const { function in class:cc::LayerTreeHost
H A Dlayer_tree_host_impl_unittest.cc1126 RenderingStatsInstrumentation* rendering_stats_instrumentation)
1130 rendering_stats_instrumentation,
1122 LayerTreeHostImplOverridePhysicalTime( const LayerTreeSettings& settings, LayerTreeHostImplClient* client, Proxy* proxy, RenderingStatsInstrumentation* rendering_stats_instrumentation) argument
H A Dlayer_tree_host_impl.cc27 #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),
206 Create( const LayerTreeSettings& settings, LayerTreeHostImplClient* client, Proxy* proxy, RenderingStatsInstrumentation* rendering_stats_instrumentation, SharedBitmapManager* manager, int id) argument
217 LayerTreeHostImpl( const LayerTreeSettings& settings, LayerTreeHostImplClient* client, Proxy* proxy, RenderingStatsInstrumentation* rendering_stats_instrumentation, SharedBitmapManager* manager, int id) argument
/external/chromium_org/cc/layers/
H A Dlayer.cc1152 RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const { function in class:cc::Layer
1153 return layer_tree_host_->rendering_stats_instrumentation();

Completed in 985 milliseconds