1[[deqp]] 2deqp = "/deqp/modules/gles2/deqp-gles2" 3caselists = ["/deqp/mustpass/gles2-master.txt"] 4skips = ["install/all-skips.txt", "install/nouveau-gm20b-skips.txt"] 5deqp_args = [ 6 "--deqp-surface-width=256", 7 "--deqp-surface-height=256", 8 "--deqp-surface-type=pbuffer", 9 "--deqp-gl-config-name=rgba8888d24s8ms0", 10 "--deqp-visibility=hidden" 11] 12renderer_check = "NV12B" 13version_check = "GL ES 3.2" 14 15[[deqp]] 16deqp = "/deqp/modules/gles3/deqp-gles3" 17caselists = ["/deqp/mustpass/gles3-master.txt"] 18skips = ["install/all-skips.txt", "install/nouveau-gm20b-skips.txt"] 19deqp_args = [ 20 "--deqp-surface-width=256", 21 "--deqp-surface-height=256", 22 "--deqp-surface-type=pbuffer", 23 "--deqp-gl-config-name=rgba8888d24s8ms0", 24 "--deqp-visibility=hidden" 25] 26 27[[deqp]] 28deqp = "/deqp/modules/gles31/deqp-gles31" 29caselists = ["/deqp/mustpass/gles31-master.txt"] 30skips = ["install/all-skips.txt", "install/nouveau-gm20b-skips.txt"] 31deqp_args = [ 32 "--deqp-surface-width=256", 33 "--deqp-surface-height=256", 34 "--deqp-surface-type=pbuffer", 35 "--deqp-gl-config-name=rgba8888d24s8ms0", 36 "--deqp-visibility=hidden" 37] 38 39[[deqp]] 40deqp = "/deqp/external/openglcts/modules/glcts" 41caselists = [ 42 "/deqp/mustpass/gles2-khr-master.txt", 43 "/deqp/mustpass/gles3-khr-master.txt", 44 "/deqp/mustpass/gles31-khr-master.txt" 45] 46skips = ["install/all-skips.txt", "install/nouveau-gm20b-skips.txt"] 47deqp_args = [ 48 "--deqp-surface-width=256", 49 "--deqp-surface-height=256", 50 "--deqp-surface-type=pbuffer", 51 "--deqp-gl-config-name=rgba8888d24s8ms0", 52 "--deqp-visibility=hidden" 53] 54