From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../functional/gles3/texturewrap/00_test_list.txt | 22 +++++ .../functional/gles3/texturewrap/eac_r11_npot.html | 31 ++++++ .../functional/gles3/texturewrap/eac_r11_pot.html | 31 ++++++ .../gles3/texturewrap/eac_rg11_npot.html | 31 ++++++ .../functional/gles3/texturewrap/eac_rg11_pot.html | 31 ++++++ .../gles3/texturewrap/eac_signed_r11_npot.html | 31 ++++++ .../gles3/texturewrap/eac_signed_r11_pot.html | 31 ++++++ .../gles3/texturewrap/eac_signed_rg11_npot.html | 31 ++++++ .../gles3/texturewrap/eac_signed_rg11_pot.html | 31 ++++++ .../gles3/texturewrap/etc2_eac_rgba8_npot.html | 31 ++++++ .../gles3/texturewrap/etc2_eac_rgba8_pot.html | 31 ++++++ .../texturewrap/etc2_eac_srgb8_alpha8_npot.html | 31 ++++++ .../texturewrap/etc2_eac_srgb8_alpha8_pot.html | 31 ++++++ .../gles3/texturewrap/etc2_rgb8_npot.html | 31 ++++++ .../gles3/texturewrap/etc2_rgb8_pot.html | 31 ++++++ .../etc2_rgb8_punchthrough_alpha1_npot.html | 31 ++++++ .../etc2_rgb8_punchthrough_alpha1_pot.html | 31 ++++++ .../gles3/texturewrap/etc2_srgb8_npot.html | 31 ++++++ .../gles3/texturewrap/etc2_srgb8_pot.html | 31 ++++++ .../etc2_srgb8_punchthrough_alpha1_npot.html | 31 ++++++ .../etc2_srgb8_punchthrough_alpha1_pot.html | 31 ++++++ .../functional/gles3/texturewrap/rgba8_npot.html | 31 ++++++ .../functional/gles3/texturewrap/rgba8_pot.html | 31 ++++++ .../texturewrap/texturewrap_test_generator.py | 110 +++++++++++++++++++++ 24 files changed, 814 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/00_test_list.txt create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_npot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_pot.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/texturewrap_test_generator.py (limited to 'dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap') diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/00_test_list.txt b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/00_test_list.txt new file mode 100644 index 0000000000..7e3a90712b --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/00_test_list.txt @@ -0,0 +1,22 @@ +rgba8_pot.html +rgba8_npot.html +eac_r11_pot.html +eac_r11_npot.html +eac_signed_r11_pot.html +eac_signed_r11_npot.html +eac_rg11_pot.html +eac_rg11_npot.html +eac_signed_rg11_pot.html +eac_signed_rg11_npot.html +etc2_rgb8_pot.html +etc2_rgb8_npot.html +etc2_srgb8_pot.html +etc2_srgb8_npot.html +etc2_rgb8_punchthrough_alpha1_pot.html +etc2_rgb8_punchthrough_alpha1_npot.html +etc2_srgb8_punchthrough_alpha1_pot.html +etc2_srgb8_punchthrough_alpha1_npot.html +etc2_eac_rgba8_pot.html +etc2_eac_rgba8_npot.html +etc2_eac_srgb8_alpha8_pot.html +etc2_eac_srgb8_alpha8_npot.html \ No newline at end of file diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_npot.html new file mode 100644 index 0000000000..a3cbe500a7 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_pot.html new file mode 100644 index 0000000000..6c51aa998a --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_r11_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_npot.html new file mode 100644 index 0000000000..0a1ae8f924 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_pot.html new file mode 100644 index 0000000000..9d4bf2c3ce --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_rg11_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_npot.html new file mode 100644 index 0000000000..c7aeca4798 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_pot.html new file mode 100644 index 0000000000..0cb75e22e2 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_r11_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_npot.html new file mode 100644 index 0000000000..6905c76775 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_pot.html new file mode 100644 index 0000000000..83f3a8b536 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/eac_signed_rg11_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_npot.html new file mode 100644 index 0000000000..c3ab4caa48 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_pot.html new file mode 100644 index 0000000000..86d1dcd030 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_rgba8_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_npot.html new file mode 100644 index 0000000000..25c6bebb04 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_pot.html new file mode 100644 index 0000000000..8ffef8a6ec --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_eac_srgb8_alpha8_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_npot.html new file mode 100644 index 0000000000..c69e8adb3f --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_pot.html new file mode 100644 index 0000000000..79cc6398ff --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_npot.html new file mode 100644 index 0000000000..09d8c01167 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_pot.html new file mode 100644 index 0000000000..07b5cf209d --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_rgb8_punchthrough_alpha1_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_npot.html new file mode 100644 index 0000000000..d2cb034ccd --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_pot.html new file mode 100644 index 0000000000..6f124f0489 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_npot.html new file mode 100644 index 0000000000..e6d38338be --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_pot.html new file mode 100644 index 0000000000..27af094ed2 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/etc2_srgb8_punchthrough_alpha1_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_npot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_npot.html new file mode 100644 index 0000000000..c05a40607b --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_npot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_pot.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_pot.html new file mode 100644 index 0000000000..eeb9b4639d --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/rgba8_pot.html @@ -0,0 +1,31 @@ + + + + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/texturewrap_test_generator.py b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/texturewrap_test_generator.py new file mode 100644 index 0000000000..112c39958d --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/texturewrap/texturewrap_test_generator.py @@ -0,0 +1,110 @@ +#!/usr/bin/env python + +# Copyright (c) 2019 The Khronos Group Inc. +# Use of this source code is governed by an MIT-style license that can be +# found in the LICENSE.txt file. + +""" + Generator for textureformat* tests. + This file needs to be run in its folder. +""" + +import sys + +_DO_NOT_EDIT_WARNING = """ + +""" + +_HTML_TEMPLATE = """ + + +WebGL Texture Specification Tests + + + + + + + + + +
+
+ + + + +""" + +_GROUPS = [ + 'rgba8_pot', + 'rgba8_npot', + 'eac_r11_pot', + 'eac_r11_npot', + 'eac_signed_r11_pot', + 'eac_signed_r11_npot', + 'eac_rg11_pot', + 'eac_rg11_npot', + 'eac_signed_rg11_pot', + 'eac_signed_rg11_npot', + 'etc2_rgb8_pot', + 'etc2_rgb8_npot', + 'etc2_srgb8_pot', + 'etc2_srgb8_npot', + 'etc2_rgb8_punchthrough_alpha1_pot', + 'etc2_rgb8_punchthrough_alpha1_npot', + 'etc2_srgb8_punchthrough_alpha1_pot', + 'etc2_srgb8_punchthrough_alpha1_npot', + 'etc2_eac_rgba8_pot', + 'etc2_eac_rgba8_npot', + 'etc2_eac_srgb8_alpha8_pot', + 'etc2_eac_srgb8_alpha8_npot', +] + +def GenerateFilename(group): + """Generate test filename.""" + filename = group + filename += ".html" + return filename + +def WriteTest(filename, start, end): + """Write one test.""" + file = open(filename, "wb") + file.write(_DO_NOT_EDIT_WARNING) + file.write(_HTML_TEMPLATE % { + 'start': start, + 'end': end + }) + file.close + +def GenerateTests(): + """Generate all tests.""" + filelist = [] + for ii in range(len(_GROUPS)): + filename = GenerateFilename(_GROUPS[ii]) + filelist.append(filename) + WriteTest(filename, ii, ii + 1) + return filelist + +def GenerateTestList(filelist): + file = open("00_test_list.txt", "wb") + file.write('\n'.join(filelist)) + file.close + +def main(argv): + """This is the main function.""" + filelist = GenerateTests() + GenerateTestList(filelist) + +if __name__ == '__main__': + sys.exit(main(sys.argv[1:])) -- cgit v1.2.3