Searched refs:glconfig (Results 1 – 4 of 4) sorted by relevance
/external/deqp/scripts/ |
D | build_android_mustpass.py | 67 glconfig = "rgba8888d24s8ms0", 75 glconfig = "rgba8888d24s8ms0", 92 glconfig = "rgba8888d24s8ms0", 100 glconfig = "rgba8888d24s8ms0", 107 glconfig = "rgba8888d24s8ms0", 126 glconfig = "rgba8888d24s8ms0", 134 glconfig = "rgba8888d24s8ms0", 141 glconfig = "rgba8888d24s8ms0", 149 glconfig = "rgba8888d24s8ms0", 155 glconfig = "rgba8888d24s8ms0", [all …]
|
D | mustpass.py | 46 …def __init__ (self, name, filters, glconfig = None, rotation = None, surfacetype = None, required … argument 48 self.glconfig = glconfig 128 if config.glconfig != None: 129 cmdLine += "--deqp-gl-config-name=%s " % config.glconfig 336 if config.glconfig != None: 337 addOptionElement(testElement, "deqp-gl-config-name", config.glconfig)
|
/external/deqp/external/openglcts/scripts/ |
D | build_mustpass.py | 108 glconfig = "rgba8888d24s8ms0", 117 glconfig = "rgba8888d24s8ms0", 125 glconfig = "rgba8888d24s8ms0", 132 glconfig = "rgba8888d24s8ms0", 139 glconfig = "rgba8888d24s8ms0", 146 glconfig = "rgba8888d24s8ms0", 155 glconfig = "rgba8888d24s8ms4", 165 glconfig = "rgb565d0s0ms0", 177 glconfig = "rgba8888d24s8ms0", 184 glconfig = "rgba8888d24s8ms0", [all …]
|
D | mustpass.py | 52 …def __init__ (self, name, filters, glconfig = None, rotation = "unspecified", surfacetype = None, … argument 54 self.glconfig = glconfig 109 if config.glconfig != None: 110 cmdLine += "--deqp-gl-config-name=%s " % config.glconfig 341 pGLConfig = getConfigName(config.glconfig) + ','
|