Searched refs:skps (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
H A D | perf_puppeteer_render_skps_test.go | 56 skps, err := ioutil.TempDir("", "skps") 58 defer testutils.RemoveAll(t, skps) 60 require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "first_skp"), []byte("doesnt matter"), 0777)) 75 err := benchSKPs(ctx, perfObj, fakeBenchmarkPath, fakeCanvasKitPath, skps, fakeNodeBinPath) 88 "--input_skp", filepath.Join(skps, "first_skp"), 97 skps, err := ioutil.TempDir("", "skps") 99 defer testutils.RemoveAll(t, skps) 101 require.NoError(t, ioutil.WriteFile(filepath.Join(skps, "desk_carsv [all...] |
/third_party/skia/infra/bots/recipes/ |
H A D | perf.py | 36 skps = api.properties.get('skps') == 'true' 42 skps=skps, 73 if skps: 74 args.extend(['--skps', api.flavor.device_dirs.skp_dir]), 142 props['skps'] = 'true'
|
H A D | test.py | 37 skps = api.properties.get('skps') == 'true' 44 skps=skps, 123 if skps: 124 args.extend(['--skps', api.flavor.device_dirs.skp_dir]) 208 props['skps'] = 'true'
|
H A D | skpbench.py | 174 api.flavor.install(skps=not mksp_mode, mskps=mksp_mode)
|
/third_party/skia/tools/skpbench/ |
H A D | _adb_path.py | 22 def find_skps(skps): 23 # root first, in case skps reside in a protected directory 26 for x in skps]
|
H A D | _os_path.py | 15 def find_skps(skps): 17 for skpglob in skps:
|
/third_party/skia/tools/skiaserve/tester/ |
H A D | tester.py | 90 parser.add_argument('--skp_dir', default='skps', type=str) 105 skps = [] 108 skps.append(skp) 112 for skp_name in skps:
|
/third_party/skia/infra/bots/task_drivers/fm_driver/ |
H A D | fm_driver.go | 38 skps = flag.String("skps", "", "Shorthand `directory` contents as 'skps'.") 153 "skp": walk(*skps, map[string]bool{"skp": true}), 295 Sources []string // Passed to FM -s: names of gms/tests, paths to images, .skps, etc. 379 // Expand "gm" or "gms" to all known GMs, or same for tests, images, skps, svgs. 442 skps := shorthands["skps"] 472 run(skps, F{"clipW": "1000", "clipH": "1000"})
|
/third_party/skia/infra/bots/recipe_modules/flavor/examples/ |
H A D | full.py | 60 api.flavor.install(skps=True, images=True, svgs=True, 63 api.flavor.install(skps=True, images=True, lotties=False,
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | api.py | 108 def install(self, skps=False, images=False, lotties=False, svgs=False, 120 if skps:
|
/third_party/skia/tools/ |
H A D | dump_record.cpp | 21 static DEFINE_string2(skps, r, "", ".SKPs to dump.");
|
H A D | get_images_from_skps.cpp | 25 static DEFINE_string2(skps, s, "skps", "A path to a directory of skps or a single skp."); 141 "Usage: get_images_from_skps -s <dir of skps> -o <dir for output images> --testDecode " in main()
|
/third_party/skia/bench/ |
H A D | nanobench.cpp | 175 static DEFINE_string(skps, "skps", "Directory to read skps from."); 774 // First add all .skps as RecordingBenches. in rawNext() 789 // Add all .skps as DeserializePictureBenchs. in rawNext()
|
/third_party/skia/dm/ |
H A D | DM.cpp | 142 static DEFINE_string(skps, "skps", "Directory to read skps from.");
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 166 static DEFINE_string(skps , PATH_PREFIX "skps" , "Directory to read skps from.");
|
Completed in 12 milliseconds