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_024639,
27f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
28f6603c60Sopenharmony_ci        "ombinations.nearest_nearest_clamp_clamp_clamp");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024640,
31f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
32f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_clamp_repeat");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024641,
35f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
36f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_clamp_mirror");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024642,
39f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
40f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_repeat_clamp");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024643,
43f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
44f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_repeat_repeat");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024644,
47f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
48f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_repeat_mirror");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024645,
51f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
52f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_mirror_clamp");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024646,
55f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
56f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_mirror_repeat");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024647,
59f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
60f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_clamp_mirror_mirror");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024648,
63f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
64f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_repeat_clamp_clamp");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024649,
67f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
68f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_repeat_clamp_repeat");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024650,
71f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
72f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_repeat_clamp_mirror");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024651,
75f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
76f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_repeat_repeat_clamp");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024652,
79f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
80f6603c60Sopenharmony_ci        "binations.nearest_nearest_repeat_repeat_repeat");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024653,
83f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
84f6603c60Sopenharmony_ci        "binations.nearest_nearest_repeat_repeat_mirror");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024654,
87f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
88f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_repeat_mirror_clamp");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024655,
91f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
92f6603c60Sopenharmony_ci        "binations.nearest_nearest_repeat_mirror_repeat");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024656,
95f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
96f6603c60Sopenharmony_ci        "binations.nearest_nearest_repeat_mirror_mirror");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024657,
99f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
100f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_mirror_clamp_clamp");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024658,
103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
104f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_mirror_clamp_repeat");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024659,
107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
108f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_mirror_clamp_mirror");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024660,
111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
112f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_mirror_repeat_clamp");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024661,
115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
116f6603c60Sopenharmony_ci        "binations.nearest_nearest_mirror_repeat_repeat");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024662,
119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
120f6603c60Sopenharmony_ci        "binations.nearest_nearest_mirror_repeat_mirror");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024663,
123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
124f6603c60Sopenharmony_ci        "mbinations.nearest_nearest_mirror_mirror_clamp");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024664,
127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
128f6603c60Sopenharmony_ci        "binations.nearest_nearest_mirror_mirror_repeat");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024665,
131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.com",
132f6603c60Sopenharmony_ci        "binations.nearest_nearest_mirror_mirror_mirror");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024666,
135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
136f6603c60Sopenharmony_ci        "ombinations.nearest_linear_clamp_clamp_clamp");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024667,
139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
140f6603c60Sopenharmony_ci        "ombinations.nearest_linear_clamp_clamp_repeat");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024668,
143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
144f6603c60Sopenharmony_ci        "ombinations.nearest_linear_clamp_clamp_mirror");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024669,
147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
148f6603c60Sopenharmony_ci        "ombinations.nearest_linear_clamp_repeat_clamp");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024670,
151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
152f6603c60Sopenharmony_ci        "mbinations.nearest_linear_clamp_repeat_repeat");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024671,
155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
156f6603c60Sopenharmony_ci        "mbinations.nearest_linear_clamp_repeat_mirror");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024672,
159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
160f6603c60Sopenharmony_ci        "ombinations.nearest_linear_clamp_mirror_clamp");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024673,
163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
164f6603c60Sopenharmony_ci        "mbinations.nearest_linear_clamp_mirror_repeat");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024674,
167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
168f6603c60Sopenharmony_ci        "mbinations.nearest_linear_clamp_mirror_mirror");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024675,
171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
172f6603c60Sopenharmony_ci        "ombinations.nearest_linear_repeat_clamp_clamp");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024676,
175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
176f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_clamp_repeat");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024677,
179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
180f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_clamp_mirror");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024678,
183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
184f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_repeat_clamp");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024679,
187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
188f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_repeat_repeat");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024680,
191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
192f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_repeat_mirror");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024681,
195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
196f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_mirror_clamp");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024682,
199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
200f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_mirror_repeat");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024683,
203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
204f6603c60Sopenharmony_ci        "mbinations.nearest_linear_repeat_mirror_mirror");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024684,
207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
208f6603c60Sopenharmony_ci        "ombinations.nearest_linear_mirror_clamp_clamp");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024685,
211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
212f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_clamp_repeat");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024686,
215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
216f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_clamp_mirror");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024687,
219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
220f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_repeat_clamp");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024688,
223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
224f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_repeat_repeat");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024689,
227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
228f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_repeat_mirror");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024690,
231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
232f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_mirror_clamp");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024691,
235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
236f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_mirror_repeat");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024692,
239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
240f6603c60Sopenharmony_ci        "mbinations.nearest_linear_mirror_mirror_mirror");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024693,
243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
244f6603c60Sopenharmony_ci        "ombinations.linear_nearest_clamp_clamp_clamp");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024694,
247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
248f6603c60Sopenharmony_ci        "ombinations.linear_nearest_clamp_clamp_repeat");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024695,
251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
252f6603c60Sopenharmony_ci        "ombinations.linear_nearest_clamp_clamp_mirror");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024696,
255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
256f6603c60Sopenharmony_ci        "ombinations.linear_nearest_clamp_repeat_clamp");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024697,
259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
260f6603c60Sopenharmony_ci        "mbinations.linear_nearest_clamp_repeat_repeat");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024698,
263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
264f6603c60Sopenharmony_ci        "mbinations.linear_nearest_clamp_repeat_mirror");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024699,
267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
268f6603c60Sopenharmony_ci        "ombinations.linear_nearest_clamp_mirror_clamp");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024700,
271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
272f6603c60Sopenharmony_ci        "mbinations.linear_nearest_clamp_mirror_repeat");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024701,
275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
276f6603c60Sopenharmony_ci        "mbinations.linear_nearest_clamp_mirror_mirror");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024702,
279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
280f6603c60Sopenharmony_ci        "ombinations.linear_nearest_repeat_clamp_clamp");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024703,
283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
284f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_clamp_repeat");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024704,
287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
288f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_clamp_mirror");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024705,
291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
292f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_repeat_clamp");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024706,
295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
296f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_repeat_repeat");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024707,
299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
300f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_repeat_mirror");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024708,
303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
304f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_mirror_clamp");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024709,
307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
308f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_mirror_repeat");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024710,
311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
312f6603c60Sopenharmony_ci        "mbinations.linear_nearest_repeat_mirror_mirror");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024711,
315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
316f6603c60Sopenharmony_ci        "ombinations.linear_nearest_mirror_clamp_clamp");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024712,
319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
320f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_clamp_repeat");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024713,
323f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
324f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_clamp_mirror");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024714,
327f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
328f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_repeat_clamp");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024715,
331f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
332f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_repeat_repeat");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024716,
335f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
336f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_repeat_mirror");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024717,
339f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
340f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_mirror_clamp");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024718,
343f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
344f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_mirror_repeat");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024719,
347f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
348f6603c60Sopenharmony_ci        "mbinations.linear_nearest_mirror_mirror_mirror");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024720,
351f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.",
352f6603c60Sopenharmony_ci        "combinations.linear_linear_clamp_clamp_clamp");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024721,
355f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
356f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_clamp_repeat");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024722,
359f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
360f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_clamp_mirror");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024723,
363f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
364f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_repeat_clamp");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024724,
367f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
368f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_repeat_repeat");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024725,
371f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
372f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_repeat_mirror");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024726,
375f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
376f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_mirror_clamp");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024727,
379f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
380f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_mirror_repeat");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024728,
383f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
384f6603c60Sopenharmony_ci        "ombinations.linear_linear_clamp_mirror_mirror");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024729,
387f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
388f6603c60Sopenharmony_ci        "ombinations.linear_linear_repeat_clamp_clamp");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024730,
391f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
392f6603c60Sopenharmony_ci        "ombinations.linear_linear_repeat_clamp_repeat");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024731,
395f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
396f6603c60Sopenharmony_ci        "ombinations.linear_linear_repeat_clamp_mirror");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024732,
399f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
400f6603c60Sopenharmony_ci        "ombinations.linear_linear_repeat_repeat_clamp");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024733,
403f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
404f6603c60Sopenharmony_ci        "mbinations.linear_linear_repeat_repeat_repeat");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024734,
407f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
408f6603c60Sopenharmony_ci        "mbinations.linear_linear_repeat_repeat_mirror");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024735,
411f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
412f6603c60Sopenharmony_ci        "ombinations.linear_linear_repeat_mirror_clamp");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024736,
415f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
416f6603c60Sopenharmony_ci        "mbinations.linear_linear_repeat_mirror_repeat");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024737,
419f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
420f6603c60Sopenharmony_ci        "mbinations.linear_linear_repeat_mirror_mirror");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024738,
423f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
424f6603c60Sopenharmony_ci        "ombinations.linear_linear_mirror_clamp_clamp");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024739,
427f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
428f6603c60Sopenharmony_ci        "ombinations.linear_linear_mirror_clamp_repeat");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024740,
431f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
432f6603c60Sopenharmony_ci        "ombinations.linear_linear_mirror_clamp_mirror");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024741,
435f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
436f6603c60Sopenharmony_ci        "ombinations.linear_linear_mirror_repeat_clamp");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024742,
439f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
440f6603c60Sopenharmony_ci        "mbinations.linear_linear_mirror_repeat_repeat");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024743,
443f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
444f6603c60Sopenharmony_ci        "mbinations.linear_linear_mirror_repeat_mirror");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024744,
447f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.c",
448f6603c60Sopenharmony_ci        "ombinations.linear_linear_mirror_mirror_clamp");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024745,
451f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
452f6603c60Sopenharmony_ci        "mbinations.linear_linear_mirror_mirror_repeat");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024746,
455f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.co",
456f6603c60Sopenharmony_ci        "mbinations.linear_linear_mirror_mirror_mirror");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024747,
459f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
460f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_clamp_clamp_clamp");
461f6603c60Sopenharmony_ci
462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024748,
463f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
464f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_clamp_clamp_repeat");
465f6603c60Sopenharmony_ci
466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024749,
467f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
468f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_clamp_clamp_mirror");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024750,
471f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
472f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_clamp_repeat_clamp");
473f6603c60Sopenharmony_ci
474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024751,
475f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
476f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_clamp_repeat_repeat");
477f6603c60Sopenharmony_ci
478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024752,
479f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
480f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_clamp_repeat_mirror");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024753,
483f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
484f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_clamp_mirror_clamp");
485f6603c60Sopenharmony_ci
486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024754,
487f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
488f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_clamp_mirror_repeat");
489f6603c60Sopenharmony_ci
490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024755,
491f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
492f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_clamp_mirror_mirror");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024756,
495f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
496f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_repeat_clamp_clamp");
497f6603c60Sopenharmony_ci
498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024757,
499f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
500f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_clamp_repeat");
501f6603c60Sopenharmony_ci
502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024758,
503f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
504f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_clamp_mirror");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024759,
507f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
508f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_repeat_clamp");
509f6603c60Sopenharmony_ci
510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024760,
511f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
512f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_repeat_repeat");
513f6603c60Sopenharmony_ci
514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024761,
515f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
516f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_repeat_mirror");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024762,
519f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
520f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_mirror_clamp");
521f6603c60Sopenharmony_ci
522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024763,
523f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
524f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_mirror_repeat");
525f6603c60Sopenharmony_ci
526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024764,
527f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
528f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_repeat_mirror_mirror");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024765,
531f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
532f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_nearest_mirror_clamp_clamp");
533f6603c60Sopenharmony_ci
534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024766,
535f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
536f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_clamp_repeat");
537f6603c60Sopenharmony_ci
538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024767,
539f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
540f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_clamp_mirror");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024768,
543f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
544f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_repeat_clamp");
545f6603c60Sopenharmony_ci
546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024769,
547f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
548f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_repeat_repeat");
549f6603c60Sopenharmony_ci
550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024770,
551f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
552f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_repeat_mirror");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024771,
555f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
556f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_mirror_clamp");
557f6603c60Sopenharmony_ci
558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024772,
559f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
560f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_mirror_repeat");
561f6603c60Sopenharmony_ci
562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024773,
563f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
564f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_nearest_mirror_mirror_mirror");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024774,
567f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
568f6603c60Sopenharmony_ci        "ions.nearest_mipmap_nearest_linear_clamp_clamp_clamp");
569f6603c60Sopenharmony_ci
570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024775,
571f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
572f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_clamp_repeat");
573f6603c60Sopenharmony_ci
574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024776,
575f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
576f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_clamp_mirror");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024777,
579f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
580f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_repeat_clamp");
581f6603c60Sopenharmony_ci
582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024778,
583f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
584f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_repeat_repeat");
585f6603c60Sopenharmony_ci
586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024779,
587f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
588f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_repeat_mirror");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024780,
591f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
592f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_mirror_clamp");
593f6603c60Sopenharmony_ci
594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024781,
595f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
596f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_mirror_repeat");
597f6603c60Sopenharmony_ci
598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024782,
599f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
600f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_clamp_mirror_mirror");
601f6603c60Sopenharmony_ci
602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024783,
603f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
604f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_repeat_clamp_clamp");
605f6603c60Sopenharmony_ci
606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024784,
607f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
608f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_repeat_clamp_repeat");
609f6603c60Sopenharmony_ci
610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024785,
611f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
612f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_repeat_clamp_mirror");
613f6603c60Sopenharmony_ci
614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024786,
615f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
616f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_repeat_repeat_clamp");
617f6603c60Sopenharmony_ci
618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024787,
619f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
620f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_repeat_repeat_repeat");
621f6603c60Sopenharmony_ci
622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024788,
623f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
624f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_repeat_repeat_mirror");
625f6603c60Sopenharmony_ci
626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024789,
627f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
628f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_repeat_mirror_clamp");
629f6603c60Sopenharmony_ci
630f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024790,
631f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
632f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_repeat_mirror_repeat");
633f6603c60Sopenharmony_ci
634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024791,
635f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
636f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_repeat_mirror_mirror");
637f6603c60Sopenharmony_ci
638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024792,
639f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
640f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_mirror_clamp_clamp");
641f6603c60Sopenharmony_ci
642f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024793,
643f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
644f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_mirror_clamp_repeat");
645f6603c60Sopenharmony_ci
646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024794,
647f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
648f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_mirror_clamp_mirror");
649f6603c60Sopenharmony_ci
650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024795,
651f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
652f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_mirror_repeat_clamp");
653f6603c60Sopenharmony_ci
654f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024796,
655f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
656f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_mirror_repeat_repeat");
657f6603c60Sopenharmony_ci
658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024797,
659f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
660f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_mirror_repeat_mirror");
661f6603c60Sopenharmony_ci
662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024798,
663f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
664f6603c60Sopenharmony_ci        "ons.nearest_mipmap_nearest_linear_mirror_mirror_clamp");
665f6603c60Sopenharmony_ci
666f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024799,
667f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
668f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_mirror_mirror_repeat");
669f6603c60Sopenharmony_ci
670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024800,
671f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
672f6603c60Sopenharmony_ci        "ns.nearest_mipmap_nearest_linear_mirror_mirror_mirror");
673f6603c60Sopenharmony_ci
674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024801,
675f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
676f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_nearest_clamp_clamp_clamp");
677f6603c60Sopenharmony_ci
678f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024802,
679f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
680f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_clamp_repeat");
681f6603c60Sopenharmony_ci
682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024803,
683f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
684f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_clamp_mirror");
685f6603c60Sopenharmony_ci
686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024804,
687f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
688f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_repeat_clamp");
689f6603c60Sopenharmony_ci
690f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024805,
691f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
692f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_repeat_repeat");
693f6603c60Sopenharmony_ci
694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024806,
695f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
696f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_repeat_mirror");
697f6603c60Sopenharmony_ci
698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024807,
699f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
700f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_mirror_clamp");
701f6603c60Sopenharmony_ci
702f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024808,
703f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
704f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_mirror_repeat");
705f6603c60Sopenharmony_ci
706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024809,
707f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
708f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_clamp_mirror_mirror");
709f6603c60Sopenharmony_ci
710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024810,
711f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
712f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_repeat_clamp_clamp");
713f6603c60Sopenharmony_ci
714f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024811,
715f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
716f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_repeat_clamp_repeat");
717f6603c60Sopenharmony_ci
718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024812,
719f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
720f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_repeat_clamp_mirror");
721f6603c60Sopenharmony_ci
722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024813,
723f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
724f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_repeat_repeat_clamp");
725f6603c60Sopenharmony_ci
726f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024814,
727f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
728f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_repeat_repeat_repeat");
729f6603c60Sopenharmony_ci
730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024815,
731f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
732f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_repeat_repeat_mirror");
733f6603c60Sopenharmony_ci
734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024816,
735f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
736f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_repeat_mirror_clamp");
737f6603c60Sopenharmony_ci
738f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024817,
739f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
740f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_repeat_mirror_repeat");
741f6603c60Sopenharmony_ci
742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024818,
743f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
744f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_repeat_mirror_mirror");
745f6603c60Sopenharmony_ci
746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024819,
747f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
748f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_mirror_clamp_clamp");
749f6603c60Sopenharmony_ci
750f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024820,
751f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
752f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_mirror_clamp_repeat");
753f6603c60Sopenharmony_ci
754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024821,
755f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
756f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_mirror_clamp_mirror");
757f6603c60Sopenharmony_ci
758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024822,
759f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
760f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_mirror_repeat_clamp");
761f6603c60Sopenharmony_ci
762f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024823,
763f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
764f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_mirror_repeat_repeat");
765f6603c60Sopenharmony_ci
766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024824,
767f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
768f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_mirror_repeat_mirror");
769f6603c60Sopenharmony_ci
770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024825,
771f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
772f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_nearest_mirror_mirror_clamp");
773f6603c60Sopenharmony_ci
774f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024826,
775f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
776f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_mirror_mirror_repeat");
777f6603c60Sopenharmony_ci
778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024827,
779f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
780f6603c60Sopenharmony_ci        "ns.linear_mipmap_nearest_nearest_mirror_mirror_mirror");
781f6603c60Sopenharmony_ci
782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024828,
783f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
784f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_clamp_clamp_clamp");
785f6603c60Sopenharmony_ci
786f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024829,
787f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
788f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_clamp_clamp_repeat");
789f6603c60Sopenharmony_ci
790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024830,
791f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
792f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_clamp_clamp_mirror");
793f6603c60Sopenharmony_ci
794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024831,
795f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
796f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_clamp_repeat_clamp");
797f6603c60Sopenharmony_ci
798f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024832,
799f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
800f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_clamp_repeat_repeat");
801f6603c60Sopenharmony_ci
802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024833,
803f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
804f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_clamp_repeat_mirror");
805f6603c60Sopenharmony_ci
806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024834,
807f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
808f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_clamp_mirror_clamp");
809f6603c60Sopenharmony_ci
810f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024835,
811f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
812f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_clamp_mirror_repeat");
813f6603c60Sopenharmony_ci
814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024836,
815f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
816f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_clamp_mirror_mirror");
817f6603c60Sopenharmony_ci
818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024837,
819f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
820f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_repeat_clamp_clamp");
821f6603c60Sopenharmony_ci
822f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024838,
823f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
824f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_clamp_repeat");
825f6603c60Sopenharmony_ci
826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024839,
827f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
828f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_clamp_mirror");
829f6603c60Sopenharmony_ci
830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024840,
831f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
832f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_repeat_clamp");
833f6603c60Sopenharmony_ci
834f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024841,
835f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
836f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_repeat_repeat");
837f6603c60Sopenharmony_ci
838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024842,
839f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
840f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_repeat_mirror");
841f6603c60Sopenharmony_ci
842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024843,
843f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
844f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_mirror_clamp");
845f6603c60Sopenharmony_ci
846f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024844,
847f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
848f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_mirror_repeat");
849f6603c60Sopenharmony_ci
850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024845,
851f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
852f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_repeat_mirror_mirror");
853f6603c60Sopenharmony_ci
854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024846,
855f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
856f6603c60Sopenharmony_ci        "ions.linear_mipmap_nearest_linear_mirror_clamp_clamp");
857f6603c60Sopenharmony_ci
858f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024847,
859f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
860f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_clamp_repeat");
861f6603c60Sopenharmony_ci
862f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024848,
863f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
864f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_clamp_mirror");
865f6603c60Sopenharmony_ci
866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024849,
867f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
868f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_repeat_clamp");
869f6603c60Sopenharmony_ci
870f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024850,
871f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
872f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_repeat_repeat");
873f6603c60Sopenharmony_ci
874f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024851,
875f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
876f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_repeat_mirror");
877f6603c60Sopenharmony_ci
878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024852,
879f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
880f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_mirror_clamp");
881f6603c60Sopenharmony_ci
882f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024853,
883f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
884f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_mirror_repeat");
885f6603c60Sopenharmony_ci
886f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024854,
887f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
888f6603c60Sopenharmony_ci        "ons.linear_mipmap_nearest_linear_mirror_mirror_mirror");
889f6603c60Sopenharmony_ci
890f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024855,
891f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
892f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_nearest_clamp_clamp_clamp");
893f6603c60Sopenharmony_ci
894f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024856,
895f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
896f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_clamp_repeat");
897f6603c60Sopenharmony_ci
898f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024857,
899f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
900f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_clamp_mirror");
901f6603c60Sopenharmony_ci
902f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024858,
903f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
904f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_repeat_clamp");
905f6603c60Sopenharmony_ci
906f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024859,
907f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
908f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_repeat_repeat");
909f6603c60Sopenharmony_ci
910f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024860,
911f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
912f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_repeat_mirror");
913f6603c60Sopenharmony_ci
914f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024861,
915f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
916f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_mirror_clamp");
917f6603c60Sopenharmony_ci
918f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024862,
919f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
920f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_mirror_repeat");
921f6603c60Sopenharmony_ci
922f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024863,
923f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
924f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_clamp_mirror_mirror");
925f6603c60Sopenharmony_ci
926f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024864,
927f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
928f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_repeat_clamp_clamp");
929f6603c60Sopenharmony_ci
930f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024865,
931f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
932f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_repeat_clamp_repeat");
933f6603c60Sopenharmony_ci
934f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024866,
935f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
936f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_repeat_clamp_mirror");
937f6603c60Sopenharmony_ci
938f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024867,
939f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
940f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_repeat_repeat_clamp");
941f6603c60Sopenharmony_ci
942f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024868,
943f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
944f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_repeat_repeat_repeat");
945f6603c60Sopenharmony_ci
946f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024869,
947f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
948f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_repeat_repeat_mirror");
949f6603c60Sopenharmony_ci
950f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024870,
951f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
952f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_repeat_mirror_clamp");
953f6603c60Sopenharmony_ci
954f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024871,
955f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
956f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_repeat_mirror_repeat");
957f6603c60Sopenharmony_ci
958f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024872,
959f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
960f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_repeat_mirror_mirror");
961f6603c60Sopenharmony_ci
962f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024873,
963f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
964f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_mirror_clamp_clamp");
965f6603c60Sopenharmony_ci
966f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024874,
967f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
968f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_mirror_clamp_repeat");
969f6603c60Sopenharmony_ci
970f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024875,
971f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
972f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_mirror_clamp_mirror");
973f6603c60Sopenharmony_ci
974f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024876,
975f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
976f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_mirror_repeat_clamp");
977f6603c60Sopenharmony_ci
978f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024877,
979f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
980f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_mirror_repeat_repeat");
981f6603c60Sopenharmony_ci
982f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024878,
983f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
984f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_mirror_repeat_mirror");
985f6603c60Sopenharmony_ci
986f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024879,
987f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
988f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_nearest_mirror_mirror_clamp");
989f6603c60Sopenharmony_ci
990f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024880,
991f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
992f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_mirror_mirror_repeat");
993f6603c60Sopenharmony_ci
994f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024881,
995f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
996f6603c60Sopenharmony_ci        "ns.nearest_mipmap_linear_nearest_mirror_mirror_mirror");
997f6603c60Sopenharmony_ci
998f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024882,
999f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1000f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_clamp_clamp_clamp");
1001f6603c60Sopenharmony_ci
1002f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024883,
1003f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1004f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_clamp_clamp_repeat");
1005f6603c60Sopenharmony_ci
1006f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024884,
1007f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1008f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_clamp_clamp_mirror");
1009f6603c60Sopenharmony_ci
1010f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024885,
1011f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1012f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_clamp_repeat_clamp");
1013f6603c60Sopenharmony_ci
1014f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024886,
1015f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1016f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_clamp_repeat_repeat");
1017f6603c60Sopenharmony_ci
1018f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024887,
1019f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1020f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_clamp_repeat_mirror");
1021f6603c60Sopenharmony_ci
1022f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024888,
1023f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1024f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_clamp_mirror_clamp");
1025f6603c60Sopenharmony_ci
1026f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024889,
1027f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1028f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_clamp_mirror_repeat");
1029f6603c60Sopenharmony_ci
1030f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024890,
1031f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1032f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_clamp_mirror_mirror");
1033f6603c60Sopenharmony_ci
1034f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024891,
1035f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1036f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_repeat_clamp_clamp");
1037f6603c60Sopenharmony_ci
1038f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024892,
1039f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1040f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_clamp_repeat");
1041f6603c60Sopenharmony_ci
1042f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024893,
1043f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1044f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_clamp_mirror");
1045f6603c60Sopenharmony_ci
1046f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024894,
1047f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1048f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_repeat_clamp");
1049f6603c60Sopenharmony_ci
1050f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024895,
1051f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1052f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_repeat_repeat");
1053f6603c60Sopenharmony_ci
1054f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024896,
1055f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1056f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_repeat_mirror");
1057f6603c60Sopenharmony_ci
1058f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024897,
1059f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1060f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_mirror_clamp");
1061f6603c60Sopenharmony_ci
1062f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024898,
1063f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1064f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_mirror_repeat");
1065f6603c60Sopenharmony_ci
1066f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024899,
1067f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1068f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_repeat_mirror_mirror");
1069f6603c60Sopenharmony_ci
1070f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024900,
1071f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1072f6603c60Sopenharmony_ci        "ions.nearest_mipmap_linear_linear_mirror_clamp_clamp");
1073f6603c60Sopenharmony_ci
1074f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024901,
1075f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1076f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_clamp_repeat");
1077f6603c60Sopenharmony_ci
1078f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024902,
1079f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1080f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_clamp_mirror");
1081f6603c60Sopenharmony_ci
1082f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024903,
1083f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1084f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_repeat_clamp");
1085f6603c60Sopenharmony_ci
1086f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024904,
1087f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1088f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_repeat_repeat");
1089f6603c60Sopenharmony_ci
1090f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024905,
1091f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1092f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_repeat_mirror");
1093f6603c60Sopenharmony_ci
1094f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024906,
1095f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1096f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_mirror_clamp");
1097f6603c60Sopenharmony_ci
1098f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024907,
1099f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1100f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_mirror_repeat");
1101f6603c60Sopenharmony_ci
1102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024908,
1103f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1104f6603c60Sopenharmony_ci        "ons.nearest_mipmap_linear_linear_mirror_mirror_mirror");
1105f6603c60Sopenharmony_ci
1106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024909,
1107f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1108f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_clamp_clamp_clamp");
1109f6603c60Sopenharmony_ci
1110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024910,
1111f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1112f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_clamp_clamp_repeat");
1113f6603c60Sopenharmony_ci
1114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024911,
1115f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1116f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_clamp_clamp_mirror");
1117f6603c60Sopenharmony_ci
1118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024912,
1119f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1120f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_clamp_repeat_clamp");
1121f6603c60Sopenharmony_ci
1122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024913,
1123f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1124f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_clamp_repeat_repeat");
1125f6603c60Sopenharmony_ci
1126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024914,
1127f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1128f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_clamp_repeat_mirror");
1129f6603c60Sopenharmony_ci
1130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024915,
1131f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1132f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_clamp_mirror_clamp");
1133f6603c60Sopenharmony_ci
1134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024916,
1135f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1136f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_clamp_mirror_repeat");
1137f6603c60Sopenharmony_ci
1138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024917,
1139f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1140f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_clamp_mirror_mirror");
1141f6603c60Sopenharmony_ci
1142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024918,
1143f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1144f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_repeat_clamp_clamp");
1145f6603c60Sopenharmony_ci
1146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024919,
1147f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1148f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_clamp_repeat");
1149f6603c60Sopenharmony_ci
1150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024920,
1151f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1152f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_clamp_mirror");
1153f6603c60Sopenharmony_ci
1154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024921,
1155f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1156f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_repeat_clamp");
1157f6603c60Sopenharmony_ci
1158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024922,
1159f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1160f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_repeat_repeat");
1161f6603c60Sopenharmony_ci
1162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024923,
1163f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1164f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_repeat_mirror");
1165f6603c60Sopenharmony_ci
1166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024924,
1167f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1168f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_mirror_clamp");
1169f6603c60Sopenharmony_ci
1170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024925,
1171f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1172f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_mirror_repeat");
1173f6603c60Sopenharmony_ci
1174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024926,
1175f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1176f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_repeat_mirror_mirror");
1177f6603c60Sopenharmony_ci
1178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024927,
1179f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1180f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_nearest_mirror_clamp_clamp");
1181f6603c60Sopenharmony_ci
1182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024928,
1183f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1184f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_clamp_repeat");
1185f6603c60Sopenharmony_ci
1186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024929,
1187f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1188f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_clamp_mirror");
1189f6603c60Sopenharmony_ci
1190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024930,
1191f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1192f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_repeat_clamp");
1193f6603c60Sopenharmony_ci
1194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024931,
1195f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1196f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_repeat_repeat");
1197f6603c60Sopenharmony_ci
1198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024932,
1199f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1200f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_repeat_mirror");
1201f6603c60Sopenharmony_ci
1202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024933,
1203f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1204f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_mirror_clamp");
1205f6603c60Sopenharmony_ci
1206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024934,
1207f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1208f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_mirror_repeat");
1209f6603c60Sopenharmony_ci
1210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024935,
1211f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1212f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_nearest_mirror_mirror_mirror");
1213f6603c60Sopenharmony_ci
1214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024936,
1215f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combina",
1216f6603c60Sopenharmony_ci        "tions.linear_mipmap_linear_linear_clamp_clamp_clamp");
1217f6603c60Sopenharmony_ci
1218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024937,
1219f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1220f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_clamp_repeat");
1221f6603c60Sopenharmony_ci
1222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024938,
1223f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1224f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_clamp_mirror");
1225f6603c60Sopenharmony_ci
1226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024939,
1227f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1228f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_repeat_clamp");
1229f6603c60Sopenharmony_ci
1230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024940,
1231f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1232f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_repeat_repeat");
1233f6603c60Sopenharmony_ci
1234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024941,
1235f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1236f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_repeat_mirror");
1237f6603c60Sopenharmony_ci
1238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024942,
1239f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1240f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_mirror_clamp");
1241f6603c60Sopenharmony_ci
1242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024943,
1243f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1244f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_mirror_repeat");
1245f6603c60Sopenharmony_ci
1246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024944,
1247f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1248f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_clamp_mirror_mirror");
1249f6603c60Sopenharmony_ci
1250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024945,
1251f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1252f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_repeat_clamp_clamp");
1253f6603c60Sopenharmony_ci
1254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024946,
1255f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1256f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_repeat_clamp_repeat");
1257f6603c60Sopenharmony_ci
1258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024947,
1259f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1260f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_repeat_clamp_mirror");
1261f6603c60Sopenharmony_ci
1262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024948,
1263f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1264f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_repeat_repeat_clamp");
1265f6603c60Sopenharmony_ci
1266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024949,
1267f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1268f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_repeat_repeat_repeat");
1269f6603c60Sopenharmony_ci
1270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024950,
1271f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1272f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_repeat_repeat_mirror");
1273f6603c60Sopenharmony_ci
1274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024951,
1275f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1276f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_repeat_mirror_clamp");
1277f6603c60Sopenharmony_ci
1278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024952,
1279f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1280f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_repeat_mirror_repeat");
1281f6603c60Sopenharmony_ci
1282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024953,
1283f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1284f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_repeat_mirror_mirror");
1285f6603c60Sopenharmony_ci
1286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024954,
1287f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1288f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_mirror_clamp_clamp");
1289f6603c60Sopenharmony_ci
1290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024955,
1291f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1292f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_mirror_clamp_repeat");
1293f6603c60Sopenharmony_ci
1294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024956,
1295f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1296f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_mirror_clamp_mirror");
1297f6603c60Sopenharmony_ci
1298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024957,
1299f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1300f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_mirror_repeat_clamp");
1301f6603c60Sopenharmony_ci
1302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024958,
1303f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1304f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_mirror_repeat_repeat");
1305f6603c60Sopenharmony_ci
1306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024959,
1307f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1308f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_mirror_repeat_mirror");
1309f6603c60Sopenharmony_ci
1310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024960,
1311f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinat",
1312f6603c60Sopenharmony_ci        "ions.linear_mipmap_linear_linear_mirror_mirror_clamp");
1313f6603c60Sopenharmony_ci
1314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024961,
1315f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1316f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_mirror_mirror_repeat");
1317f6603c60Sopenharmony_ci
1318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024962,
1319f6603c60Sopenharmony_ci        "dEQP-GLES3.functional.texture.filtering.3d.combinati",
1320f6603c60Sopenharmony_ci        "ons.linear_mipmap_linear_linear_mirror_mirror_mirror");
1321