/third_party/skia/tools/skpbench/ |
D | _os_path.py | 18 for skp in glob.iglob(skpglob): 19 if (path.isdir(skp)): 20 pathnames.extend(glob.iglob(path.join(skp, '*.skp'))) 21 pathnames.extend(glob.iglob(path.join(skp, '*.mskp'))) 23 pathnames.append(skp)
|
D | skpbench.cpp | 149 StaticSkp(sk_sp<SkPicture> skp) : fSkp(skp) {} in StaticSkp() argument 378 SkSurface* surface, const SkPicture* skp, in run_gpu_time_benchmark() argument 391 draw_skp_and_flush_with_sync(context, surface, skp, gpuSync); in run_gpu_time_benchmark() 396 draw_skp_and_flush_with_sync(context, surface, skp, gpuSync); in run_gpu_time_benchmark() 410 draw_skp_and_flush_with_sync(context, surface, skp, gpuSync); in run_gpu_time_benchmark() 516 sk_sp<SkPicture> skp; in main() local 520 skp = create_warmup_skp(); in main() 529 skp = create_skp_from_svg(srcstream.get(), srcfile.c_str()); in main() 533 skp = mskp->frame(0); in main() 535 skp = SkPicture::MakeFromStream(srcstream.get()); in main() [all …]
|
D | README.md | 3 skpbench is a benchmarking tool for replaying skp or mksp files on android devices. 29 First, copy the built skpbench binary and an example skp file to the device. 30 (or pull a skp corpus using instructions in the section below) 34 adb push /home/nifong/Downloads/foo.skp /data/local/tmp/skps/ 44 /data/local/tmp/skps/foo.skp 56 …0.1834 0.1832 0.1897 0.1707 1.59% 101 50 cpu ms gles foo.skp
|
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.cpp | 140 StaticSkp(sk_sp<SkPicture> skp) : fSkp(skp) {} in StaticSkp() argument 303 const SkPicture* skp, std::vector<Sample>* samples) { in run_gpu_time_benchmark() argument 314 draw_skp_and_flush(surface, skp); in run_gpu_time_benchmark() 320 draw_skp_and_flush(surface, skp); in run_gpu_time_benchmark() 335 draw_skp_and_flush(surface, skp); in run_gpu_time_benchmark() 427 sk_sp<SkPicture> skp; in main() local 431 skp = create_warmup_skp(); in main() 440 skp = create_skp_from_svg(srcstream.get(), srcfile.c_str()); in main() 444 skp = mskp->frame(0); in main() 446 skp = SkPicture::MakeFromStream(srcstream.get()); in main() [all …]
|
D | _os_path.py | 17 for skp in skps: 18 if (path.isdir(skp)): 19 pathnames.extend(glob.iglob(path.join(skp, '*.skp'))) 21 pathnames.append(skp)
|
/third_party/skia/tools/skiaserve/tester/ |
D | tester.py | 47 self.skp = '' 51 self.skp = skp_dir + '/' + skp_name 58 with open(self.skp, 'rb') as payload: 106 for skp in listdir(skp_dir): 107 if isfile(join(skp_dir, skp)) and re.match(args.match, skp): 108 skps.append(skp)
|
/third_party/flutter/skia/tools/skiaserve/tester/ |
D | tester.py | 47 self.skp = '' 51 self.skp = skp_dir + '/' + skp_name 58 with open(self.skp, 'rb') as payload: 106 for skp in listdir(skp_dir): 107 if isfile(join(skp_dir, skp)) and re.match(args.match, skp): 108 skps.append(skp)
|
/third_party/flutter/skia/site/user/ |
D | tips.md | 5 + [Capture a `.skp` file on a web page in Chromium](#skp-capture) 32 <span id="skp-capture">Capture a `.skp` file on a web page in Chromium</span> 47 out/Release/dm --src skp --skps /tmp/layer_0.skp -w /tmp \ 49 ls -l /tmp/*/skp/layer_0.skp.* 51 out/Release/viewer --skps /tmp --slide layer_0.skp 73 experimental/tools/mskp_parser.py /tmp/filename.mskp /tmp/filename.mskp.skp 74 ls -l /tmp/filename.mskp.skp 75 # open filename.mskp.skp in the debugger.
|
/third_party/skia/site/docs/user/ |
D | tips.md | 6 ## Capture a `.skp` file on a web page in Chromium 20 out/Release/dm --src skp --skps /tmp/layer_0.skp -w /tmp \ 22 ls -l /tmp/*/skp/layer_0.skp.* 24 out/Release/viewer --skps /tmp --slide layer_0.skp 46 experimental/tools/mskp_parser.py /tmp/filename.mskp /tmp/filename.mskp.skp 47 ls -l /tmp/filename.mskp.skp 48 # open filename.mskp.skp in the debugger.
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | perf_all_skps.sh | 19 for f in $HOME/skps/*.skp; 28 --bench_html render-skp.html \ 39 --bench_html render-skp.html \
|
D | Makefile | 22 skp: target 25 --input_skp ~/Downloads/skps/desk_nytimes.skp \ 26 --bench_html render-skp.html
|
D | README.md | 9 If needed, one can download the lottie-samples and/or skp assets from CIPD using the sk tool: 53 `input_skp` argument) and run `make skp`. 56 <https://perf.skia.org/e/?queries=binary%3DCanvasKit%26test%3Ddesk_chalkboard.skp>
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps.go | 188 for _, skp := range skpFiles { 189 name := filepath.Base(skp) 202 "--input_skp", skp, 260 for _, skp := range jsonInputs { 261 err = td.Do(ctx, td.Props("Process "+skp), func(ctx context.Context) error { 262 name := strings.TrimSuffix(filepath.Base(skp), ".json") 271 b, err := os_steps.ReadFile(ctx, skp)
|
/third_party/skia/site/docs/dev/testing/ |
D | skiaperf.md | 33 This query displays the ratio of playback time in ms to the number of ops for desk\_wowwiki.skp: 36 ave(fill(filter("name=desk_wowwiki.skp&sub_result=min_ms"))), 37 ave(fill(filter("name=desk_wowwiki.skp&sub_result=ops")))
|
/third_party/flutter/skia/tools/viewer/ |
D | BisectSlide.cpp | 47 sk_sp<SkPicture> skp = SkPicture::MakeFromStream(&stream); in Create() local 48 if (!skp) { in Create() 52 skp->playback(bisect.get()); in Create()
|
/third_party/flutter/skia/site/dev/testing/ |
D | skiaperf.md | 28 This query displays [the ratio of playback time in ms to the number of ops for desk\_wowwiki.skp](h… 31 ave(fill(filter("name=desk_wowwiki.skp&sub_result=min_ms"))), 32 ave(fill(filter("name=desk_wowwiki.skp&sub_result=ops")))
|
/third_party/skia/tools/fiddle/ |
D | fiddle_main.h | 51 , skp(k) in DrawOptions() 67 bool skp; member
|
/third_party/flutter/skia/tools/fiddle/ |
D | fiddle_main.h | 50 , skp(k) in DrawOptions() 67 bool skp; member
|
/third_party/flutter/skia/ |
D | .gitigonre | 34 tools/skp/page_sets/data/*.json 35 tools/skp/page_sets/data/*.wpr
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | screenshot.dart | 113 final Map<String, dynamic> skp = await _invokeVmServiceRpc('_flutter.screenshotSkp'); 114 outputFile ??= getUniqueFile(fs.currentDirectory, 'flutter', 'skp'); 116 sink.add(base64.decode(skp['skp']));
|
/third_party/flutter/skia/bin/ |
D | fetch-skps | 10 DOWNLOAD_SCRIPT=$(cd $(dirname $0)/..; pwd)/infra/bots/assets/skp/download.py
|
D | coverage | 15 $0 dm --src gm skp
|
/third_party/skia/bin/ |
D | fetch-skps | 17 ${ROOT_DIR}/bin/${SK_EXE} asset download skp $(pwd)/skps
|
D | coverage | 15 $0 dm --src gm skp
|
/third_party/boost/libs/regex/test/collate_info/ |
D | collate_info.cpp | 190 string_type skp = pt.transform_primary(s.c_str(), s.c_str() + s.size()); in print_sort_syntax() local 195 print_string(skp); in print_sort_syntax()
|