Searched refs:piglit_path (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
D | generate_scripts.py | 100 def append_script_header(f, need_pass, piglit_path): argument 108 print('PIGLIT_PATH=%s' % piglit_path, file=f) 109 print('export PIGLIT_SOURCE_DIR=%s' % piglit_path, file=f) 240 def cleanup_command(cmd, piglit_path): argument 244 cmd = cmd.replace(piglit_path, '') 255 piglit_path = PIGLIT_PATH 257 piglit_path = PIGLIT64_PATH 263 expectations = compute_expectations(exp_dict, statistics, family, piglit_path) 288 append_script_header(f, num_pass_total, piglit_path) 290 cmd = cleanup_command(statistics[test].command, piglit_path) [all …]
|
/external/autotest/client/site_tests/graphics_Piglit/ |
D | graphics_Piglit.py | 24 piglit_path = '/usr/local/piglit' variable in graphics_Piglit 58 run_path = os.path.join(self.piglit_path, 'bin/piglit') 61 raise error.TestError('piglit not found at %s' % self.piglit_path) 63 os.chdir(self.piglit_path)
|