Lines Matching refs:configs
42 configs = []
45 configs.extend(['8888', 'nonrendering'])
50 configs += [ 'f16', 'srgb' ]
52 configs += [ '565' ]
77 configs.extend([gl_prefix, gl_prefix + 'srgb'])
79 configs.append(gl_prefix + 'msaa' + sample_count)
84 configs.extend([gl_prefix + 'nvpr' + sample_count,
90 configs.extend(['gles', 'glessrgb'])
93 if 'glessrgb' in configs:
101 configs.remove('glessrgb')
104 configs = ['commandbuffer']
106 configs = ['vk']
110 configs = ['angle_d3d11_es2']
112 configs.append('angle_d3d11_es2_msaa' + sample_count)
116 configs = ['gles']
119 args.extend(configs)