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 "../Deqpgles3BaseFunc.h"
19 #include "../ActsDeqpgles30028TestSuite.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(ActsDeqpgles30028TestSuite, TestCase_027119,
27         "dEQP-GLES3.functional.texture.v",
28         "ertex.3d.wrap.clamp_clamp_clamp");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027120,
31         "dEQP-GLES3.functional.texture.v",
32         "ertex.3d.wrap.clamp_clamp_repeat");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027121,
35         "dEQP-GLES3.functional.texture.v",
36         "ertex.3d.wrap.clamp_clamp_mirror");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027122,
39         "dEQP-GLES3.functional.texture.v",
40         "ertex.3d.wrap.clamp_repeat_clamp");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027123,
43         "dEQP-GLES3.functional.texture.ve",
44         "rtex.3d.wrap.clamp_repeat_repeat");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027124,
47         "dEQP-GLES3.functional.texture.ve",
48         "rtex.3d.wrap.clamp_repeat_mirror");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027125,
51         "dEQP-GLES3.functional.texture.v",
52         "ertex.3d.wrap.clamp_mirror_clamp");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027126,
55         "dEQP-GLES3.functional.texture.ve",
56         "rtex.3d.wrap.clamp_mirror_repeat");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027127,
59         "dEQP-GLES3.functional.texture.ve",
60         "rtex.3d.wrap.clamp_mirror_mirror");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027128,
63         "dEQP-GLES3.functional.texture.v",
64         "ertex.3d.wrap.repeat_clamp_clamp");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027129,
67         "dEQP-GLES3.functional.texture.ve",
68         "rtex.3d.wrap.repeat_clamp_repeat");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027130,
71         "dEQP-GLES3.functional.texture.ve",
72         "rtex.3d.wrap.repeat_clamp_mirror");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027131,
75         "dEQP-GLES3.functional.texture.ve",
76         "rtex.3d.wrap.repeat_repeat_clamp");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027132,
79         "dEQP-GLES3.functional.texture.ve",
80         "rtex.3d.wrap.repeat_repeat_repeat");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027133,
83         "dEQP-GLES3.functional.texture.ve",
84         "rtex.3d.wrap.repeat_repeat_mirror");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027134,
87         "dEQP-GLES3.functional.texture.ve",
88         "rtex.3d.wrap.repeat_mirror_clamp");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027135,
91         "dEQP-GLES3.functional.texture.ve",
92         "rtex.3d.wrap.repeat_mirror_repeat");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027136,
95         "dEQP-GLES3.functional.texture.ve",
96         "rtex.3d.wrap.repeat_mirror_mirror");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027137,
99         "dEQP-GLES3.functional.texture.v",
100         "ertex.3d.wrap.mirror_clamp_clamp");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027138,
103         "dEQP-GLES3.functional.texture.ve",
104         "rtex.3d.wrap.mirror_clamp_repeat");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027139,
107         "dEQP-GLES3.functional.texture.ve",
108         "rtex.3d.wrap.mirror_clamp_mirror");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027140,
111         "dEQP-GLES3.functional.texture.ve",
112         "rtex.3d.wrap.mirror_repeat_clamp");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027141,
115         "dEQP-GLES3.functional.texture.ve",
116         "rtex.3d.wrap.mirror_repeat_repeat");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027142,
119         "dEQP-GLES3.functional.texture.ve",
120         "rtex.3d.wrap.mirror_repeat_mirror");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027143,
123         "dEQP-GLES3.functional.texture.ve",
124         "rtex.3d.wrap.mirror_mirror_clamp");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027144,
127         "dEQP-GLES3.functional.texture.ve",
128         "rtex.3d.wrap.mirror_mirror_repeat");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027145,
131         "dEQP-GLES3.functional.texture.ve",
132         "rtex.3d.wrap.mirror_mirror_mirror");
133