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 --- .../gles3/shaderoperator/00_test_list.txt | 37 ++++++ .../shaderoperator/angle_and_trigonometry_00.html | 33 ++++++ .../shaderoperator/angle_and_trigonometry_01.html | 33 ++++++ .../shaderoperator/angle_and_trigonometry_02.html | 33 ++++++ .../shaderoperator/angle_and_trigonometry_03.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_00.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_01.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_02.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_03.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_04.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_05.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_06.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_07.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_08.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_09.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_10.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_11.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_12.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_13.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_14.html | 33 ++++++ .../gles3/shaderoperator/binary_operator_15.html | 33 ++++++ .../gles3/shaderoperator/bool_compare.html | 33 ++++++ .../gles3/shaderoperator/common_functions_00.html | 33 ++++++ .../gles3/shaderoperator/common_functions_01.html | 33 ++++++ .../gles3/shaderoperator/common_functions_02.html | 33 ++++++ .../gles3/shaderoperator/common_functions_03.html | 33 ++++++ .../gles3/shaderoperator/common_functions_04.html | 33 ++++++ .../gles3/shaderoperator/common_functions_05.html | 33 ++++++ .../gles3/shaderoperator/common_functions_06.html | 33 ++++++ .../gles3/shaderoperator/exponential.html | 33 ++++++ .../gles3/shaderoperator/float_compare.html | 33 ++++++ .../functional/gles3/shaderoperator/geometric.html | 33 ++++++ .../gles3/shaderoperator/int_compare.html | 33 ++++++ .../functional/gles3/shaderoperator/selection.html | 33 ++++++ .../functional/gles3/shaderoperator/sequence.html | 33 ++++++ .../shaderoperator_test_generator.py | 127 +++++++++++++++++++++ .../gles3/shaderoperator/unary_operator_00.html | 33 ++++++ .../gles3/shaderoperator/unary_operator_01.html | 33 ++++++ .../gles3/shaderoperator/unary_operator_02.html | 33 ++++++ 39 files changed, 1385 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/00_test_list.txt create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_00.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_01.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_02.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_03.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_00.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_01.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_02.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_03.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_04.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_05.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_06.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_07.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_08.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_09.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_10.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_11.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_12.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_13.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_14.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_15.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/bool_compare.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_00.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_01.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_02.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_03.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_04.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_05.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_06.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/exponential.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/float_compare.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/geometric.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/int_compare.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/selection.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/sequence.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/shaderoperator_test_generator.py create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_00.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_01.html create mode 100644 dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_02.html (limited to 'dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator') diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/00_test_list.txt b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/00_test_list.txt new file mode 100644 index 0000000000..1c197d6b8e --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/00_test_list.txt @@ -0,0 +1,37 @@ +unary_operator_00.html +unary_operator_01.html +unary_operator_02.html +binary_operator_00.html +binary_operator_01.html +binary_operator_02.html +binary_operator_03.html +binary_operator_04.html +binary_operator_05.html +binary_operator_06.html +binary_operator_07.html +binary_operator_08.html +binary_operator_09.html +binary_operator_10.html +binary_operator_11.html +binary_operator_12.html +binary_operator_13.html +binary_operator_14.html +binary_operator_15.html +angle_and_trigonometry_00.html +angle_and_trigonometry_01.html +angle_and_trigonometry_02.html +angle_and_trigonometry_03.html +exponential.html +common_functions_00.html +common_functions_01.html +common_functions_02.html +common_functions_03.html +common_functions_04.html +common_functions_05.html +common_functions_06.html +geometric.html +float_compare.html +int_compare.html +bool_compare.html +selection.html +sequence.html \ No newline at end of file diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_00.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_00.html new file mode 100644 index 0000000000..04d3c3c26e --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_00.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_01.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_01.html new file mode 100644 index 0000000000..a342a007be --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_01.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_02.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_02.html new file mode 100644 index 0000000000..a7273c649a --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_02.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_03.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_03.html new file mode 100644 index 0000000000..6ca3ef247f --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/angle_and_trigonometry_03.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_00.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_00.html new file mode 100644 index 0000000000..35fb8043c3 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_00.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_01.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_01.html new file mode 100644 index 0000000000..3740edea2c --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_01.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_02.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_02.html new file mode 100644 index 0000000000..1834fec65a --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_02.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_03.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_03.html new file mode 100644 index 0000000000..d4b3afca33 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_03.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_04.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_04.html new file mode 100644 index 0000000000..bcc0d964da --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_04.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_05.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_05.html new file mode 100644 index 0000000000..6f5a189327 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_05.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_06.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_06.html new file mode 100644 index 0000000000..f5f2c1d8a3 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_06.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_07.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_07.html new file mode 100644 index 0000000000..eb5933dc1b --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_07.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_08.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_08.html new file mode 100644 index 0000000000..4a5726c562 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_08.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_09.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_09.html new file mode 100644 index 0000000000..c64fd1d6c8 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_09.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_10.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_10.html new file mode 100644 index 0000000000..16bc768646 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_10.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_11.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_11.html new file mode 100644 index 0000000000..98a66ffe9b --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_11.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_12.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_12.html new file mode 100644 index 0000000000..c463b6ff30 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_12.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_13.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_13.html new file mode 100644 index 0000000000..8caa497062 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_13.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_14.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_14.html new file mode 100644 index 0000000000..245db50eef --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_14.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_15.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_15.html new file mode 100644 index 0000000000..d11b9aae53 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/binary_operator_15.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/bool_compare.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/bool_compare.html new file mode 100644 index 0000000000..d8dbfc65b8 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/bool_compare.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_00.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_00.html new file mode 100644 index 0000000000..f814bad597 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_00.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_01.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_01.html new file mode 100644 index 0000000000..1c2ce0f407 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_01.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_02.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_02.html new file mode 100644 index 0000000000..2b81002870 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_02.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_03.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_03.html new file mode 100644 index 0000000000..8818deae4e --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_03.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_04.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_04.html new file mode 100644 index 0000000000..bbd4bbc68e --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_04.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_05.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_05.html new file mode 100644 index 0000000000..b9ea2cc1d6 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_05.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_06.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_06.html new file mode 100644 index 0000000000..e818da471a --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/common_functions_06.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/exponential.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/exponential.html new file mode 100644 index 0000000000..849f44f9c8 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/exponential.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/float_compare.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/float_compare.html new file mode 100644 index 0000000000..3510f51f9a --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/float_compare.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/geometric.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/geometric.html new file mode 100644 index 0000000000..20ba764dec --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/geometric.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/int_compare.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/int_compare.html new file mode 100644 index 0000000000..50a4222e86 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/int_compare.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/selection.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/selection.html new file mode 100644 index 0000000000..dfea42d3a4 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/selection.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/sequence.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/sequence.html new file mode 100644 index 0000000000..e1b61ed4a4 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/sequence.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/shaderoperator_test_generator.py b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/shaderoperator_test_generator.py new file mode 100644 index 0000000000..cdf21b0371 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/shaderoperator_test_generator.py @@ -0,0 +1,127 @@ +#!/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 shaderoperator* tests. + This file needs to be run in its folder. +""" + +import sys + +_DO_NOT_EDIT_WARNING = """ + +""" + +_HTML_TEMPLATE = """ + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + +""" + +_GROUPS = [ + 'unary_operator_00', + 'unary_operator_01', + 'unary_operator_02', + 'binary_operator_00', + 'binary_operator_01', + 'binary_operator_02', + 'binary_operator_03', + 'binary_operator_04', + 'binary_operator_05', + 'binary_operator_06', + 'binary_operator_07', + 'binary_operator_08', + 'binary_operator_09', + 'binary_operator_10', + 'binary_operator_11', + 'binary_operator_12', + 'binary_operator_13', + 'binary_operator_14', + 'binary_operator_15', + 'angle_and_trigonometry_00', + 'angle_and_trigonometry_01', + 'angle_and_trigonometry_02', + 'angle_and_trigonometry_03', + 'exponential', + 'common_functions_00', + 'common_functions_01', + 'common_functions_02', + 'common_functions_03', + 'common_functions_04', + 'common_functions_05', + 'common_functions_06', + 'geometric', + 'float_compare', + 'int_compare', + 'bool_compare', + 'selection', + 'sequence', +] + +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:])) diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_00.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_00.html new file mode 100644 index 0000000000..8e80bcd623 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_00.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_01.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_01.html new file mode 100644 index 0000000000..3dfee32749 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_01.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + diff --git a/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_02.html b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_02.html new file mode 100644 index 0000000000..1b8c5e5e03 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/deqp/functional/gles3/shaderoperator/unary_operator_02.html @@ -0,0 +1,33 @@ + + + + + +WebGL Shader Operator Conformance Tests + + + + + + + + + +
+
+ + + + -- cgit v1.2.3