Home | History | Annotate | Download | only in scripts

Lines Matching refs:glconfig

45 	def __init__ (self, name, filters, glconfig = None, rotation = None, surfacetype = None, required = False, runtime = None):
47 self.glconfig = glconfig
126 if config.glconfig != None:
127 cmdLine += "--deqp-gl-config-name=%s " % config.glconfig
306 if config.glconfig != None:
307 attributes['glconfig'] = config.glconfig
379 if config.glconfig != None:
380 addOptionElement(testElement, "deqp-gl-config-name", config.glconfig)