Searched refs:glconfig (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/scripts/ |
D | build_android_mustpass.py | 67 glconfig = "rgba8888d24s8ms0", 75 glconfig = "rgba8888d24s8ms0", 82 glconfig = "rgba8888d24s8ms0", 90 glconfig = "rgba8888d24s8ms0", 107 glconfig = "rgba8888d24s8ms0", 115 glconfig = "rgba8888d24s8ms0", 122 glconfig = "rgba8888d24s8ms0", 129 glconfig = "rgba8888d24s8ms0", 149 glconfig = "rgba8888d24s8ms0", 157 glconfig = "rgba8888d24s8ms0", [all …]
|
D | mustpass.py | 47 …def __init__ (self, name, filters, glconfig = None, rotation = None, surfacetype = None, required … argument 49 self.glconfig = glconfig 130 if config.glconfig != None: 131 cmdLine += "--deqp-gl-config-name=%s " % config.glconfig 464 if config.glconfig != None: 465 addOptionElement(testElement, "deqp-gl-config-name", config.glconfig)
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | build_mustpass.py | 110 glconfig = "rgba8888d24s8ms0", 119 glconfig = "rgba8888d24s8ms0", 127 glconfig = "rgba8888d24s8ms0", 134 glconfig = "rgba8888d24s8ms0", 141 glconfig = "rgba8888d24s8ms0", 148 glconfig = "rgba8888d24s8ms0", 157 glconfig = "rgba8888d24s8ms4", 167 glconfig = "rgb565d0s0ms0", 179 glconfig = "rgba8888d24s8ms0", 186 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 343 pGLConfig = getConfigName(config.glconfig) + ','
|