Searched refs:test_resolution (Results 1 – 5 of 5) sorted by relevance
72 test_resolution = (width, height)73 test_name = "%s_%dx%d" % ((interface,) + test_resolution)118 test_resolution, test_mirrored, errors)
39 test_resolution = (width, height)91 test_resolution, test_mirrored)
57 test_resolution = (width, height)58 test_name = "%s_%dx%d" % ((interface,) + test_resolution)
79 if screen_test.test_resolution(resolution):
33 def test_resolution(self, expected_resolution): member in ChameleonScreenTest