Home
last modified time | relevance | path

Searched refs:skps (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
H A Dperf_puppeteer_render_skps_test.go56 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 Dperf.py36 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 Dtest.py37 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 Dskpbench.py174 api.flavor.install(skps=not mksp_mode, mskps=mksp_mode)
/third_party/skia/tools/skpbench/
H A D_adb_path.py22 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.py15 def find_skps(skps):
17 for skpglob in skps:
/third_party/skia/tools/skiaserve/tester/
H A Dtester.py90 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 Dfm_driver.go38 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 Dfull.py60 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 Dapi.py108 def install(self, skps=False, images=False, lotties=False, svgs=False,
120 if skps:
/third_party/skia/tools/
H A Ddump_record.cpp21 static DEFINE_string2(skps, r, "", ".SKPs to dump.");
H A Dget_images_from_skps.cpp25 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 Dnanobench.cpp175 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 DDM.cpp142 static DEFINE_string(skps, "skps", "Directory to read skps from.");
/third_party/skia/tools/viewer/
H A DViewer.cpp166 static DEFINE_string(skps , PATH_PREFIX "skps" , "Directory to read skps from.");

Completed in 12 milliseconds