Searched refs:glconfig (Results 1 – 2 of 2) sorted by relevance
/external/deqp/scripts/ |
D | build_android_mustpass.py | 60 glconfig = "rgba8888d24s8ms0", 67 glconfig = "rgba8888d24s8ms0", 77 glconfig = "rgba8888d24s8ms0", 84 glconfig = "rgba8888d24s8ms0", 95 glconfig = "rgba8888d24s8ms0", 103 glconfig = "rgba8888d24s8ms0", 111 glconfig = "rgba8888d24s8ms0", 117 glconfig = "rgba8888d24s8ms0", 122 glconfig = "rgba8888d24s8ms0", 127 glconfig = "rgba8888d24s8ms0", [all …]
|
D | mustpass.py | 46 …def __init__ (self, name, filters, glconfig = None, rotation = None, surfacetype = None, required … argument 48 self.glconfig = glconfig 127 if config.glconfig != None: 128 cmdLine += "--deqp-gl-config-name=%s " % config.glconfig 318 if config.glconfig != None: 319 addOptionElement(testElement, "deqp-gl-config-name", config.glconfig)
|