Home | History | Annotate | Download | only in skpdiff

Lines Matching refs:image_name

99 def download_gm_image(image_name, image_path, hash_val):
102 @param image_name The GM file name, for example imageblur_gpu.png.
110 image_match = IMAGE_FILENAME_RE.match(image_name)
131 def set_expected_hash_in_json(expected_results_json, image_name, hash_value):
138 @param image_name The name of the image to set the hash of.
143 if image_name in expected_results:
144 expected_results[image_name][gm_json.JSONKEY_EXPECTEDRESULTS_ALLOWEDDIGESTS][0][1] = hash_value
146 expected_results[image_name] = {
181 - image_name = the GM test name and config
188 device_name, image_name,
192 self.image_name = image_name
308 for image_name, hashes in expected_diff.iteritems():
310 GMInstance(device_name, image_name,
312 image_name in rebaselined_set))
339 expectation.image_name)
343 expectation.image_name)
346 expectation.image_name, expectation.device_name))
349 download_gm_image(expectation.image_name,
353 download_gm_image(expectation.image_name,
368 def _set_expected_hash(self, device_name, image_name, hash_value):
373 @param image_name The name of the image whose hash to set.
383 set_expected_hash_in_json(expectations, image_name, hash_value)
400 expectation.image_name,
414 expectation.image_name,