1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles31BaseFunc.h"
19 #include "../ActsDeqpgles310025TestSuite.h"
20 #include "shrinkdefine.h"
21 
22 using namespace std;
23 using namespace testing::ext;
24 using namespace OHOS;
25 
26 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024837,
27         "dEQP-GLES31.functional.layout_bindin",
28         "g.image.image2d.vertex_binding_single");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024838,
31         "dEQP-GLES31.functional.layout_bindi",
32         "ng.image.image2d.vertex_binding_max");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024839,
35         "dEQP-GLES31.functional.layout_binding",
36         ".image.image2d.vertex_binding_multiple");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024840,
39         "dEQP-GLES31.functional.layout_bindin",
40         "g.image.image2d.vertex_binding_array");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024841,
43         "dEQP-GLES31.functional.layout_binding.",
44         "image.image2d.vertex_binding_max_array");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024842,
47         "dEQP-GLES31.functional.layout_binding",
48         ".image.image2d.fragment_binding_single");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024843,
51         "dEQP-GLES31.functional.layout_bindin",
52         "g.image.image2d.fragment_binding_max");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024844,
55         "dEQP-GLES31.functional.layout_binding.",
56         "image.image2d.fragment_binding_multiple");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024845,
59         "dEQP-GLES31.functional.layout_binding",
60         ".image.image2d.fragment_binding_array");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024846,
63         "dEQP-GLES31.functional.layout_binding.i",
64         "mage.image2d.fragment_binding_max_array");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024929,
67         "dEQP-GLES31.functional.layout_binding.nega",
68         "tive.image.image2d.vertex_binding_over_max");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024930,
71         "dEQP-GLES31.functional.layout_binding.negat",
72         "ive.image.image2d.fragment_binding_over_max");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024931,
75         "dEQP-GLES31.functional.layout_binding.negativ",
76         "e.image.image2d.tess_control_binding_over_max");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024932,
79         "dEQP-GLES31.functional.layout_binding.negative",
80         ".image.image2d.tess_evaluation_binding_over_max");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024933,
83         "dEQP-GLES31.functional.layout_binding.n",
84         "egative.image.image2d.vertex_binding_neg");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024934,
87         "dEQP-GLES31.functional.layout_binding.ne",
88         "gative.image.image2d.fragment_binding_neg");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024935,
91         "dEQP-GLES31.functional.layout_binding.nega",
92         "tive.image.image2d.tess_control_binding_neg");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024936,
95         "dEQP-GLES31.functional.layout_binding.negati",
96         "ve.image.image2d.tess_evaluation_binding_neg");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024937,
99         "dEQP-GLES31.functional.layout_binding.negativ",
100         "e.image.image2d.vertex_binding_over_max_array");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024938,
103         "dEQP-GLES31.functional.layout_binding.negative",
104         ".image.image2d.fragment_binding_over_max_array");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024939,
107         "dEQP-GLES31.functional.layout_binding.negative.i",
108         "mage.image2d.tess_control_binding_over_max_array");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024940,
111         "dEQP-GLES31.functional.layout_binding.negative.im",
112         "age.image2d.tess_evaluation_binding_over_max_array");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024941,
115         "dEQP-GLES31.functional.layout_binding.nega",
116         "tive.image.image2d.vertex_binding_neg_array");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024942,
119         "dEQP-GLES31.functional.layout_binding.negat",
120         "ive.image.image2d.fragment_binding_neg_array");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024943,
123         "dEQP-GLES31.functional.layout_binding.negativ",
124         "e.image.image2d.tess_control_binding_neg_array");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024944,
127         "dEQP-GLES31.functional.layout_binding.negative.",
128         "image.image2d.tess_evaluation_binding_neg_array");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024945,
131         "dEQP-GLES31.functional.layout_binding.neg",
132         "ative.image.image2d.binding_contradictory");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024946,
135         "dEQP-GLES31.functional.layout_binding.negati",
136         "ve.image.image2d.binding_contradictory_array");
137