/external/autotest/client/site_tests/graphics_dEQP/ |
D | generate_controlfiles.py | 46 …Test('bvt', Suite.bvtcq, shards=1, hasty=False, time='FAST', tag='bvt', … 47 …Test('dEQP-GLES2-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles2-ma… 48 …Test('dEQP-GLES2-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles2-ma… 52 …Test('dEQP-GLES2.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress',… 53 …Test('dEQP-GLES3.accuracy', Suite.none, shards=1, hasty=False, time='FAST', tag=None, … 54 …Test('dEQP-GLES3-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles3-ma… 55 …Test('dEQP-GLES3-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles3-ma… 56 …Test('dEQP-GLES3.performance', Suite.none, shards=1, hasty=False, time='LONG', tag=None, … 58 …Test('dEQP-GLES3.stress', Suite.none, shards=1, hasty=False, time='LONG', tag=None, … 59 …Test('dEQP-GLES31-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles31-m… [all …]
|
D | control.gles3-master.hasty.3 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.3' 23 'hasty=True',
|
D | control.gles3-master.hasty.1 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.1' 23 'hasty=True',
|
D | control.gles2-master.hasty.0 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.0' 23 'hasty=True',
|
D | control.gles31-master.hasty.1 | 7 NAME = 'graphics_dEQP.gles31-master.hasty.1' 23 'hasty=True',
|
D | control.gles2-master.hasty.8 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.8' 23 'hasty=True',
|
D | control.gles2-master.hasty.9 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.9' 23 'hasty=True',
|
D | control.gles31-master.hasty.6 | 7 NAME = 'graphics_dEQP.gles31-master.hasty.6' 23 'hasty=True',
|
D | control.gles3-master.hasty.4 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.4' 23 'hasty=True',
|
D | control.gles3-master.hasty.8 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.8' 23 'hasty=True',
|
D | control.gles31-master.hasty.3 | 7 NAME = 'graphics_dEQP.gles31-master.hasty.3' 23 'hasty=True',
|
D | control.gles3-master.hasty.9 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.9' 23 'hasty=True',
|
D | control.gles2-master.hasty.6 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.6' 23 'hasty=True',
|
D | control.gles2-master.hasty.2 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.2' 23 'hasty=True',
|
D | control.gles31-master.hasty.4 | 7 NAME = 'graphics_dEQP.gles31-master.hasty.4' 23 'hasty=True',
|
D | control.gles3-master.hasty.6 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.6' 23 'hasty=True',
|
D | control.gles3-master.hasty.2 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.2' 23 'hasty=True',
|
D | control.gles3-master.hasty.7 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.7' 23 'hasty=True',
|
D | control.gles31-master.hasty.9 | 7 NAME = 'graphics_dEQP.gles31-master.hasty.9' 23 'hasty=True',
|
D | control.gles2-master.hasty.5 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.5' 23 'hasty=True',
|
D | control.gles2-master.hasty.1 | 7 NAME = 'graphics_dEQP.gles2-master.hasty.1' 23 'hasty=True',
|
D | control.gles3-master.hasty.0 | 7 NAME = 'graphics_dEQP.gles3-master.hasty.0' 23 'hasty=True',
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
D | graphics_GLMark2.py | 54 def run_once(self, size='800x600', hasty=False, min_score=None): argument 69 if hasty: 82 if not hasty: 109 if not hasty:
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | graphics_GLBench.py | 113 def run_once(self, options='', hasty=False): argument 129 if hasty: 135 if hasty: 214 if not hasty: 272 if not hasty:
|
/external/autotest/client/site_tests/graphics_dEQP/scripts/ |
D | process_logs.py | 50 hasty = False 52 hasty = True 54 (board, gpu, filter, hasty)) 55 return board, gpu, filter, hasty 240 _, gpu, filter, hasty = get_metadata(text) 252 if hasty:
|