HomeSort by relevance Sort by last modified time
    Searched refs:skp_file (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/
test_gpuveto.py 81 def process_skp(self, skp_file):
82 assert os.path.isfile(skp_file)
83 #print 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))
find_bad_images_in_skps.py 36 {command} SKP_FILE [SKP_FILES]
111 def process_file(self, skp_file):
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)

Completed in 790 milliseconds