/external/chromium_org/third_party/skia/tools/ |
ProcStats.h | 15 namespace sk_tools { namespace 23 } // namespace sk_tools
|
ProcStats.cpp | 15 int sk_tools::getMaxResidentSetSizeMB() { 27 int sk_tools::getMaxResidentSetSizeMB() {
|
LazyDecodeBitmap.h | 15 namespace sk_tools { namespace
|
PictureRenderingFlags.h | 13 namespace sk_tools { namespace 31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
|
PictureRenderingFlags.cpp | 86 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::CopyTilesRenderer, (x, y))) [all...] |
render_pictures_main.cpp | 148 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::PictureRenderer* referenceRenderer [all...] |
CopyTilesRenderer.h | 17 namespace sk_tools { namespace 55 } // sk_tools
|
bbh_shootout.cpp | 20 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;
|
picture_utils.cpp | 17 namespace sk_tools { namespace 72 } // namespace sk_tools
|
picture_utils.h | 14 namespace sk_tools { namespace 54 } // namespace sk_tools
|
LazyDecodeBitmap.cpp | 26 bool sk_tools::LazyDecodeBitmap(const void* src,
|
PictureBenchmark.h | 19 namespace sk_tools { namespace
|
/external/skia/tools/ |
LazyDecodeBitmap.h | 15 namespace sk_tools { namespace
|
CopyTilesRenderer.h | 17 namespace sk_tools { namespace 49 } // sk_tools
|
PictureRenderingFlags.cpp | 78 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::MultiCorePictureRenderer [all...] |
PictureRenderingFlags.h | 13 namespace sk_tools { namespace 31 sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
|
render_pictures_main.cpp | 144 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::PictureRenderer* referenceRenderer [all...] |
picture_utils.cpp | 17 namespace sk_tools { namespace 72 } // namespace sk_tools
|
picture_utils.h | 14 namespace sk_tools { namespace 54 } // namespace sk_tools
|
bbh_shootout.cpp | 20 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;
|
bench_pictures_main.cpp | 97 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::PictureBenchmark benchmark [all...] |
LazyDecodeBitmap.cpp | 26 bool sk_tools::LazyDecodeBitmap(const void* src,
|
PdfRenderer.cpp | 14 namespace sk_tools { namespace
|
PdfRenderer.h | 28 namespace sk_tools { namespace
|
/external/chromium_org/third_party/skia/dm/ |
DMReporter.cpp | 25 int max_rss_mb = sk_tools::getMaxResidentSetSizeMB();
|