/third_party/skia/tools/skpbench/ |
H A 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)
|
H A D | skpbench.cpp | 51 * This is a minimalist program whose sole purpose is to open a .skp or .svg file, benchmark it on a 53 * directly. Limiting the entire process to a single config/skp pair helps to keep the results 56 * No tiling, looping, or other fanciness is used; it just draws the skp whole into a size-matched 65 static DEFINE_bool(ddl, false, "record the skp into DDLs before rendering"); 77 "path to a single .skp or .svg file, or 'warmup' for a builtin warmup run"); 149 StaticSkp(sk_sp<SkPicture> skp) : fSkp(skp) {} in StaticSkp() argument 170 // Load the multi frame skp at the given filename. in MakeFromFile() 181 // skp file containing subpictures separated by annotations. in MakeFromFile() 269 exitf(ExitErr::kUnavailable, "DDL: conversion of skp faile in run_ddl_benchmark() 377 run_gpu_time_benchmark(sk_gpu_test::GpuTimer* gpuTimer, GrDirectContext* context, SkSurface* surface, const SkPicture* skp, std::vector<Sample>* samples) run_gpu_time_benchmark() argument 516 sk_sp<SkPicture> skp; main() local 671 draw_skp_and_flush_with_sync(GrDirectContext* context, SkSurface* surface, const SkPicture* skp, GpuSync& gpuSync) draw_skp_and_flush_with_sync() argument [all...] |
/third_party/skia/tools/skiaserve/tester/ |
H A D | tester.py | 46 # skp properties 47 self.skp = '' 51 self.skp = skp_dir + '/' + skp_name 58 with open(self.skp, 'rb') as payload: 61 # upload skp 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/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps.go | 145 "desk_carsvg.skp", 147 "desk_micrographygirlsvg.skp", 149 "desk_motionmarkpaths.skp", 151 "desk_motionmarksuits.skp", 153 "desk_motionmarkleaves.skp", 159 // The output for each will be a JSON file in $benchmarkPath/out/ corresponding to the skp name 165 // We expect the skpsPath to a directory with skp files in it. 186 sklog.Infof("Identified %d skp files to benchmark", len(skpFiles)) 188 for _, skp := range skpFiles { 189 name := filepath.Base(skp) [all...] |
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.h | 51 , skp(k) in DrawOptions() 67 bool skp; member
|
H A D | fiddle_main.cpp | 227 options.skp = false; in main() 298 if (options.skp) { in main()
|
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 509 sk_sp<SkPicture> skp = SkPicture::MakeFromStream(&stream); in sniff_paths() local 510 if (!skp) { in sniff_paths() 511 SkDebugf("sniff_paths: couldn't load skp at \"%s\"\n", filepath); in sniff_paths() 514 skp->playback(&pathSniffer); in sniff_paths()
|
/third_party/skia/tests/ |
H A D | PictureTest.cpp | 784 auto skp = pic->serialize(); in DEF_TEST() local 785 auto back = SkPicture::MakeFromData(skp->data(), skp->size()); in DEF_TEST()
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 266 if ".skp" in s: # skp bench won't match their exact names... 267 return "^\"" + s[0:(s.index(".skp") + 3)] + "\""
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 5800 STACK_OF(SSL_CIPHER) **skp, in bytes_to_cipher_list() 5870 if (skp != NULL) in bytes_to_cipher_list() 5871 *skp = sk; in bytes_to_cipher_list() 5799 bytes_to_cipher_list(SSL *s, PACKET *cipher_suites, STACK_OF(SSL_CIPHER) **skp, STACK_OF(SSL_CIPHER) **scsvs_out, int sslv2format, int fatal) bytes_to_cipher_list() argument
|
H A D | ssl_local.h | 2460 STACK_OF(SSL_CIPHER) **skp,
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 5684 STACK_OF(SSL_CIPHER) **skp, in bytes_to_cipher_list() 5754 if (skp != NULL) in bytes_to_cipher_list() 5755 *skp = sk; in bytes_to_cipher_list() 5683 bytes_to_cipher_list(SSL *s, PACKET *cipher_suites, STACK_OF(SSL_CIPHER) **skp, STACK_OF(SSL_CIPHER) **scsvs_out, int sslv2format, int fatal) bytes_to_cipher_list() argument
|
H A D | ssl_local.h | 2404 STACK_OF(SSL_CIPHER) **skp,
|