Home
last modified time | relevance | path

Searched refs:skp_file (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
Dtest_gpuveto.py81 def process_skp(self, skp_file): argument
82 assert os.path.isfile(skp_file)
86 args = [self.gpuveto, '-r', skp_file]
98 args = [self.bench_pictures, '-r', skp_file,
113 args2 = [self.bench_pictures, '-r', skp_file,
155 skp_file, suitable, rasterTime, gpuTime, result))
Dfind_bad_images_in_skps.py111 def process_file(self, skp_file): argument
113 assert os.path.isfile(skp_file)
114 args = [self.render_pictures, '--readPath', skp_file]
120 args = [ self.render_pictures, '--readPath', skp_file,
152 returncode, suffix, skp_file, image_name, output)
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py107 def capture_skp(skp_file, package, device): argument
109 remote_path = '/data/data/%s/cache/%s' % (package, os.path.basename(skp_file))
128 cmd = ['adb', 'pull', remote_path, skp_file]
170 skp_file = '%s.skp' % app.name
171 capture_skp(skp_file, app.package, device)
172 print ' Wrote SKP to %s' % skp_file