1# Basic test set 2[[deqp]] 3deqp = "/deqp/modules/gles2/deqp-gles2" 4caselists = ["/deqp/mustpass/gles2-master.txt"] 5deqp_args = [ 6 "--deqp-surface-width=256", "--deqp-surface-height=256", 7 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 8 "--deqp-gl-config-name=rgba8888d24s8ms0", 9] 10version_check = "GL ES 3.1" 11renderer_check = "ANGLE.*JSL" 12fraction = 3 13 14[[deqp]] 15deqp = "/deqp/modules/gles3/deqp-gles3" 16caselists = ["/deqp/mustpass/gles3-master.txt"] 17deqp_args = [ 18 "--deqp-surface-width=256", "--deqp-surface-height=256", 19 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 20 "--deqp-gl-config-name=rgba8888d24s8ms0", 21] 22fraction = 6 23 24[[deqp]] 25deqp = "/deqp/modules/gles31/deqp-gles31" 26caselists = ["/deqp/mustpass/gles31-master.txt"] 27deqp_args = [ 28 "--deqp-surface-width=256", "--deqp-surface-height=256", 29 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 30 "--deqp-gl-config-name=rgba8888d24s8ms0", 31] 32fraction = 6 33 34# Note that KHR-GL3* test sets include all tests from the previous 35# version, so we only need to run one test list (unlike dEQP-GLES, 36# where the test sets are separate). 37[[deqp]] 38deqp = "/deqp/external/openglcts/modules/glcts" 39caselists = [ 40 "/deqp/mustpass/gles2-khr-master.txt", 41 "/deqp/mustpass/gles3-khr-master.txt", 42 "/deqp/mustpass/gles31-khr-master.txt", 43] 44deqp_args = [ 45 "--deqp-surface-width=256", "--deqp-surface-height=256", 46 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 47 "--deqp-gl-config-name=rgba8888d24s8ms0", 48] 49fraction = 2 50 51# 565-no-depth-no-stencil: Not supported with angle on X11? 52 53# multisample 54[[deqp]] 55deqp = "/deqp/modules/gles3/deqp-gles3" 56caselists = ["/deqp/mustpass/gles3-multisample.txt"] 57deqp_args = [ 58 "--deqp-surface-width=256", "--deqp-surface-height=256", 59 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 60 "--deqp-gl-config-name=rgba8888d24s8ms4", 61] 62prefix = "multisample-" 63 64[[deqp]] 65deqp = "/deqp/modules/gles31/deqp-gles31" 66caselists = ["/deqp/mustpass/gles31-multisample.txt"] 67deqp_args = [ 68 "--deqp-surface-width=256", "--deqp-surface-height=256", 69 "--deqp-surface-type=pbuffer", "--deqp-visibility=hidden", 70 "--deqp-gl-config-name=rgba8888d24s8ms4", 71] 72prefix = "multisample-" 73