Lines Matching full:gles
125 # Add in either gles or gl configs to the canonical set based on OS
130 # We want to test the OpenGL config not the GLES config on the Shield
132 gl_prefix = 'gles'
136 gl_prefix = 'gles'
163 # We want to test both the OpenGL config and the GLES config on Linux Intel:
164 # GL is used by Chrome, GLES is used by ChromeOS.
168 configs.extend(['gles', 'glesdft', 'glessrgb', 'gltestthreading'])
227 # Just run GLES for now - maybe add gles_msaa4 in the future
228 configs = ['gles']
231 configs = ['gles']
235 configs = [c for c in configs if c == 'gl' or c == 'gles']