Searched refs:sk_tools (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/skia/tools/
H A DProcStats.h15 namespace sk_tools { namespace
23 } // namespace sk_tools
H A DPictureRenderingFlags.h13 namespace sk_tools { namespace
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
H A DProcStats.cpp15 int sk_tools::getMaxResidentSetSizeMB() {
27 int sk_tools::getMaxResidentSetSizeMB() {
H A DLazyDecodeBitmap.h15 namespace sk_tools { namespace
H A DPictureRenderingFlags.cpp86 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
105 SkAutoTUnref<sk_tools::PictureRenderer> renderer;
109 renderer.reset(SkNEW_ARGS(sk_tools::RecordPictureRenderer, RENDERER_ARGS));
136 renderer.reset(SkNEW_ARGS(sk_tools::PlaybackCreationRenderer, RENDERER_ARGS));
141 renderer.reset(sk_tools::CreateGatherPixelRefsRenderer(grContextOpts));
143 renderer.reset(sk_tools::CreateGatherPixelRefsRenderer());
146 renderer.reset(SkNEW_ARGS(sk_tools::RecordPictureRenderer, RENDERER_ARGS));
160 SkAutoTUnref<sk_tools::TiledPictureRenderer> tiledRenderer;
185 tiledRenderer.reset(SkNEW_ARGS(sk_tools::CopyTilesRenderer, (grContextOpts, x, y)));
187 tiledRenderer.reset(SkNEW_ARGS(sk_tools
[all...]
H A Dpicture_utils.h14 namespace sk_tools { namespace
54 } // namespace sk_tools
H A Drender_pictures_main.cpp148 sk_tools::PictureRenderer& renderer,
169 proc = &sk_tools::LazyDecodeBitmap;
246 fSavedBbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
249 void set(sk_tools::PictureRenderer* renderer,
250 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
263 sk_tools::PictureRenderer* fRenderer;
264 sk_tools::PictureRenderer::BBoxHierarchyType fSavedBbhType;
277 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
278 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
296 sk_tools
[all...]
H A DCopyTilesRenderer.h17 namespace sk_tools { namespace
55 } // sk_tools
H A DLazyDecodeBitmap.cpp26 bool sk_tools::LazyDecodeBitmap(const void* src,
H A Dbbh_shootout.cpp20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType;
21 static const int kBBoxTypeCount = sk_tools::PictureRenderer::kLast_BBoxHierarchyType + 1;
49 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
62 static void do_benchmark_work(sk_tools::PictureRenderer* renderer,
109 sk_tools::TiledPictureRenderer playbackRenderer(grContextOpts);
111 sk_tools::TiledPictureRenderer playbackRenderer;
121 sk_tools::RecordPictureRenderer recordRenderer(grContextOpts);
123 sk_tools::RecordPictureRenderer recordRenderer;
H A DPictureBenchmark.h19 namespace sk_tools { namespace
H A Dbench_pictures_main.cpp109 static SkString filtersName(sk_tools::PictureRenderer::DrawFilterFlags* drawFilters) {
171 sk_tools::PictureBenchmark& benchmark) {
192 proc = &sk_tools::LazyDecodeBitmap;
255 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
256 sk_tools::PictureRenderer::DrawFilterFlags drawFilters[SkDrawFilter::kTypeCount];
297 drawFilters[index] = (sk_tools::PictureRenderer::DrawFilterFlags)
343 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
355 sk_tools::TiledPictureRenderer* tiledRenderer = renderer->getTiledRenderer();
389 sk_tools::PictureBenchmark& benchmark) {
463 sk_tools
[all...]
/external/skia/tools/
H A DPictureRenderingFlags.h13 namespace sk_tools { namespace
31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
H A DLazyDecodeBitmap.h15 namespace sk_tools { namespace
H A DPictureRenderingFlags.cpp78 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
94 SkAutoTUnref<sk_tools::PictureRenderer> renderer;
98 renderer.reset(SkNEW(sk_tools::RecordPictureRenderer));
102 renderer.reset(sk_tools::CreatePictureCloneRenderer());
128 renderer.reset(SkNEW(sk_tools::PlaybackCreationRenderer));
132 renderer.reset(sk_tools::CreateGatherPixelRefsRenderer());
134 renderer.reset(SkNEW(sk_tools::RecordPictureRenderer));
148 SkAutoTUnref<sk_tools::TiledPictureRenderer> tiledRenderer;
172 tiledRenderer.reset(SkNEW_ARGS(sk_tools::CopyTilesRenderer, (x, y)));
174 tiledRenderer.reset(SkNEW_ARGS(sk_tools
[all...]
H A Dpicture_utils.h14 namespace sk_tools { namespace
54 } // namespace sk_tools
H A Drender_pictures_main.cpp144 sk_tools::PictureRenderer& renderer,
165 proc = &sk_tools::LazyDecodeBitmap;
235 fSavedBbhType = sk_tools::PictureRenderer::kNone_BBoxHierarchyType;
238 void set(sk_tools::PictureRenderer* renderer,
239 sk_tools::PictureRenderer::BBoxHierarchyType bbhType) {
252 sk_tools::PictureRenderer* fRenderer;
253 sk_tools::PictureRenderer::BBoxHierarchyType fSavedBbhType;
266 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
267 sk_tools::ImageResultsAndExpectations *jsonSummaryPtr) {
285 sk_tools
[all...]
H A DCopyTilesRenderer.h17 namespace sk_tools { namespace
49 } // sk_tools
H A DLazyDecodeBitmap.cpp26 bool sk_tools::LazyDecodeBitmap(const void* src,
H A Dbench_pictures_main.cpp97 static SkString filtersName(sk_tools::PictureRenderer::DrawFilterFlags* drawFilters) {
159 sk_tools::PictureBenchmark& benchmark) {
180 proc = &sk_tools::LazyDecodeBitmap;
231 static void setup_benchmark(sk_tools::PictureBenchmark* benchmark) {
232 sk_tools::PictureRenderer::DrawFilterFlags drawFilters[SkDrawFilter::kTypeCount];
273 drawFilters[index] = (sk_tools::PictureRenderer::DrawFilterFlags)
319 SkAutoTUnref<sk_tools::PictureRenderer> renderer(parseRenderer(errorString,
335 sk_tools::TiledPictureRenderer* tiledRenderer = renderer->getTiledRenderer();
369 sk_tools::PictureBenchmark& benchmark) {
436 sk_tools
[all...]
H A DPdfRenderer.h28 namespace sk_tools { namespace
H A DPictureBenchmark.h19 namespace sk_tools { namespace
H A Dimage_expectations.h16 namespace sk_tools { namespace
147 } // namespace sk_tools
H A Dbbh_shootout.cpp20 typedef sk_tools::PictureRenderer::BBoxHierarchyType BBoxType;
21 static const int kBBoxTypeCount = sk_tools::PictureRenderer::kLast_BBoxHierarchyType + 1;
50 return SkPicture::CreateFromStream(&stream, &sk_tools::LazyDecodeBitmap);
63 static void do_benchmark_work(sk_tools::PictureRenderer* renderer,
108 sk_tools::TiledPictureRenderer playbackRenderer;
115 sk_tools::RecordPictureRenderer recordRenderer;
/external/chromium_org/third_party/skia/dm/
H A DDMReporter.cpp25 int max_rss_mb = sk_tools::getMaxResidentSetSizeMB();

Completed in 1705 milliseconds

123