1f6603c60Sopenharmony_ci/*
2f6603c60Sopenharmony_ci * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3f6603c60Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
4f6603c60Sopenharmony_ci * you may not use this file except in compliance with the License.
5f6603c60Sopenharmony_ci * You may obtain a copy of the License at
6f6603c60Sopenharmony_ci *
7f6603c60Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
8f6603c60Sopenharmony_ci *
9f6603c60Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
10f6603c60Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
11f6603c60Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12f6603c60Sopenharmony_ci * See the License for the specific language governing permissions and
13f6603c60Sopenharmony_ci * limitations under the License.
14f6603c60Sopenharmony_ci */
15f6603c60Sopenharmony_ci
16f6603c60Sopenharmony_ci#include <climits>
17f6603c60Sopenharmony_ci#include <gtest/gtest.h>
18f6603c60Sopenharmony_ci#include "../Deqpgles3BaseFunc.h"
19f6603c60Sopenharmony_ci#include "../ActsDeqpgles30025TestSuite.h"
20f6603c60Sopenharmony_ci#include "shrinkdefine.h"
21f6603c60Sopenharmony_ci
22f6603c60Sopenharmony_ciusing namespace std;
23f6603c60Sopenharmony_ciusing namespace testing::ext;
24f6603c60Sopenharmony_ciusing namespace OHOS;
25f6603c60Sopenharmony_ci
26f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024001,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
28f6603c60Sopenharmony_ci        "d.combinations.nearest_nearest_clamp_clamp");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024002,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
32f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_clamp_repeat");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024003,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
36f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_clamp_mirror");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024004,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
40f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_repeat_clamp");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024005,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
44f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_repeat_repeat");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024006,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
48f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_repeat_mirror");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024007,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
52f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_mirror_clamp");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024008,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
56f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_mirror_repeat");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024009,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
60f6603c60Sopenharmony_ci        ".combinations.nearest_nearest_mirror_mirror");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024010,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
64f6603c60Sopenharmony_ci        "d.combinations.nearest_linear_clamp_clamp");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024011,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
68f6603c60Sopenharmony_ci        "d.combinations.nearest_linear_clamp_repeat");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024012,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
72f6603c60Sopenharmony_ci        "d.combinations.nearest_linear_clamp_mirror");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024013,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
76f6603c60Sopenharmony_ci        "d.combinations.nearest_linear_repeat_clamp");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024014,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
80f6603c60Sopenharmony_ci        ".combinations.nearest_linear_repeat_repeat");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024015,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
84f6603c60Sopenharmony_ci        ".combinations.nearest_linear_repeat_mirror");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024016,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
88f6603c60Sopenharmony_ci        "d.combinations.nearest_linear_mirror_clamp");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024017,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
92f6603c60Sopenharmony_ci        ".combinations.nearest_linear_mirror_repeat");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024018,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
96f6603c60Sopenharmony_ci        ".combinations.nearest_linear_mirror_mirror");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024019,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
100f6603c60Sopenharmony_ci        "d.combinations.linear_nearest_clamp_clamp");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024020,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
104f6603c60Sopenharmony_ci        "d.combinations.linear_nearest_clamp_repeat");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024021,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
108f6603c60Sopenharmony_ci        "d.combinations.linear_nearest_clamp_mirror");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024022,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
112f6603c60Sopenharmony_ci        "d.combinations.linear_nearest_repeat_clamp");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024023,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
116f6603c60Sopenharmony_ci        ".combinations.linear_nearest_repeat_repeat");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024024,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
120f6603c60Sopenharmony_ci        ".combinations.linear_nearest_repeat_mirror");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024025,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
124f6603c60Sopenharmony_ci        "d.combinations.linear_nearest_mirror_clamp");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024026,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
128f6603c60Sopenharmony_ci        ".combinations.linear_nearest_mirror_repeat");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024027,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d",
132f6603c60Sopenharmony_ci        ".combinations.linear_nearest_mirror_mirror");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024028,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.",
136f6603c60Sopenharmony_ci        "2d.combinations.linear_linear_clamp_clamp");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024029,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
140f6603c60Sopenharmony_ci        "d.combinations.linear_linear_clamp_repeat");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024030,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
144f6603c60Sopenharmony_ci        "d.combinations.linear_linear_clamp_mirror");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024031,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
148f6603c60Sopenharmony_ci        "d.combinations.linear_linear_repeat_clamp");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024032,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
152f6603c60Sopenharmony_ci        "d.combinations.linear_linear_repeat_repeat");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024033,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
156f6603c60Sopenharmony_ci        "d.combinations.linear_linear_repeat_mirror");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024034,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
160f6603c60Sopenharmony_ci        "d.combinations.linear_linear_mirror_clamp");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024035,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
164f6603c60Sopenharmony_ci        "d.combinations.linear_linear_mirror_repeat");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024036,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2",
168f6603c60Sopenharmony_ci        "d.combinations.linear_linear_mirror_mirror");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024037,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
172f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_nearest_clamp_clamp");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024038,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
176f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_nearest_clamp_repeat");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024039,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
180f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_nearest_clamp_mirror");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024040,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
184f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_nearest_repeat_clamp");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024041,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combina",
188f6603c60Sopenharmony_ci        "tions.nearest_mipmap_nearest_nearest_repeat_repeat");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024042,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combina",
192f6603c60Sopenharmony_ci        "tions.nearest_mipmap_nearest_nearest_repeat_mirror");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024043,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
196f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_nearest_mirror_clamp");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024044,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combina",
200f6603c60Sopenharmony_ci        "tions.nearest_mipmap_nearest_nearest_mirror_repeat");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024045,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combina",
204f6603c60Sopenharmony_ci        "tions.nearest_mipmap_nearest_nearest_mirror_mirror");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024046,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
208f6603c60Sopenharmony_ci        "nations.nearest_mipmap_nearest_linear_clamp_clamp");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024047,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
212f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_clamp_repeat");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024048,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
216f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_clamp_mirror");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024049,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
220f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_repeat_clamp");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024050,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
224f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_repeat_repeat");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024051,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
228f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_repeat_mirror");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024052,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
232f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_mirror_clamp");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024053,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
236f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_mirror_repeat");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024054,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
240f6603c60Sopenharmony_ci        "ations.nearest_mipmap_nearest_linear_mirror_mirror");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024055,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
244f6603c60Sopenharmony_ci        "nations.linear_mipmap_nearest_nearest_clamp_clamp");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024056,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
248f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_clamp_repeat");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024057,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
252f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_clamp_mirror");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024058,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
256f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_repeat_clamp");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024059,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
260f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_repeat_repeat");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024060,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
264f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_repeat_mirror");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024061,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
268f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_mirror_clamp");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024062,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
272f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_mirror_repeat");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024063,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
276f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_nearest_mirror_mirror");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024064,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
280f6603c60Sopenharmony_ci        "nations.linear_mipmap_nearest_linear_clamp_clamp");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024065,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
284f6603c60Sopenharmony_ci        "nations.linear_mipmap_nearest_linear_clamp_repeat");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024066,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
288f6603c60Sopenharmony_ci        "nations.linear_mipmap_nearest_linear_clamp_mirror");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024067,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
292f6603c60Sopenharmony_ci        "nations.linear_mipmap_nearest_linear_repeat_clamp");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024068,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
296f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_linear_repeat_repeat");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024069,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
300f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_linear_repeat_mirror");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024070,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
304f6603c60Sopenharmony_ci        "nations.linear_mipmap_nearest_linear_mirror_clamp");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024071,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
308f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_linear_mirror_repeat");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024072,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
312f6603c60Sopenharmony_ci        "ations.linear_mipmap_nearest_linear_mirror_mirror");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024073,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
316f6603c60Sopenharmony_ci        "nations.nearest_mipmap_linear_nearest_clamp_clamp");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024074,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
320f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_clamp_repeat");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024075,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
324f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_clamp_mirror");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024076,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
328f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_repeat_clamp");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024077,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
332f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_repeat_repeat");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024078,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
336f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_repeat_mirror");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024079,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
340f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_mirror_clamp");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024080,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
344f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_mirror_repeat");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024081,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
348f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_nearest_mirror_mirror");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024082,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
352f6603c60Sopenharmony_ci        "nations.nearest_mipmap_linear_linear_clamp_clamp");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024083,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
356f6603c60Sopenharmony_ci        "nations.nearest_mipmap_linear_linear_clamp_repeat");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024084,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
360f6603c60Sopenharmony_ci        "nations.nearest_mipmap_linear_linear_clamp_mirror");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024085,
363f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
364f6603c60Sopenharmony_ci        "nations.nearest_mipmap_linear_linear_repeat_clamp");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024086,
367f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
368f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_linear_repeat_repeat");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024087,
371f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
372f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_linear_repeat_mirror");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024088,
375f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
376f6603c60Sopenharmony_ci        "nations.nearest_mipmap_linear_linear_mirror_clamp");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024089,
379f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
380f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_linear_mirror_repeat");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024090,
383f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
384f6603c60Sopenharmony_ci        "ations.nearest_mipmap_linear_linear_mirror_mirror");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024091,
387f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
388f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_nearest_clamp_clamp");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024092,
391f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
392f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_nearest_clamp_repeat");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024093,
395f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
396f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_nearest_clamp_mirror");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024094,
399f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
400f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_nearest_repeat_clamp");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024095,
403f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
404f6603c60Sopenharmony_ci        "ations.linear_mipmap_linear_nearest_repeat_repeat");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024096,
407f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
408f6603c60Sopenharmony_ci        "ations.linear_mipmap_linear_nearest_repeat_mirror");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024097,
411f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
412f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_nearest_mirror_clamp");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024098,
415f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
416f6603c60Sopenharmony_ci        "ations.linear_mipmap_linear_nearest_mirror_repeat");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024099,
419f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combin",
420f6603c60Sopenharmony_ci        "ations.linear_mipmap_linear_nearest_mirror_mirror");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024100,
423f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.comb",
424f6603c60Sopenharmony_ci        "inations.linear_mipmap_linear_linear_clamp_clamp");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024101,
427f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
428f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_clamp_repeat");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024102,
431f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
432f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_clamp_mirror");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024103,
435f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
436f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_repeat_clamp");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024104,
439f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
440f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_repeat_repeat");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024105,
443f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
444f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_repeat_mirror");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024106,
447f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
448f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_mirror_clamp");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024107,
451f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
452f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_mirror_repeat");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024108,
455f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.2d.combi",
456f6603c60Sopenharmony_ci        "nations.linear_mipmap_linear_linear_mirror_mirror");
457