1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles3BaseFunc.h"
19 #include "../ActsDeqpgles30025TestSuite.h"
20 #include "shrinkdefine.h"
21 
22 using namespace std;
23 using namespace testing::ext;
24 using namespace OHOS;
25 
26 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024429,
27         "dEQP-GLES3.functional.texture.filtering.2d_a",
28         "rray.combinations.nearest_nearest_clamp_clamp");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024430,
31         "dEQP-GLES3.functional.texture.filtering.2d_ar",
32         "ray.combinations.nearest_nearest_clamp_repeat");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024431,
35         "dEQP-GLES3.functional.texture.filtering.2d_ar",
36         "ray.combinations.nearest_nearest_clamp_mirror");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024432,
39         "dEQP-GLES3.functional.texture.filtering.2d_ar",
40         "ray.combinations.nearest_nearest_repeat_clamp");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024433,
43         "dEQP-GLES3.functional.texture.filtering.2d_ar",
44         "ray.combinations.nearest_nearest_repeat_repeat");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024434,
47         "dEQP-GLES3.functional.texture.filtering.2d_ar",
48         "ray.combinations.nearest_nearest_repeat_mirror");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024435,
51         "dEQP-GLES3.functional.texture.filtering.2d_ar",
52         "ray.combinations.nearest_nearest_mirror_clamp");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024436,
55         "dEQP-GLES3.functional.texture.filtering.2d_ar",
56         "ray.combinations.nearest_nearest_mirror_repeat");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024437,
59         "dEQP-GLES3.functional.texture.filtering.2d_ar",
60         "ray.combinations.nearest_nearest_mirror_mirror");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024438,
63         "dEQP-GLES3.functional.texture.filtering.2d_a",
64         "rray.combinations.nearest_linear_clamp_clamp");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024439,
67         "dEQP-GLES3.functional.texture.filtering.2d_a",
68         "rray.combinations.nearest_linear_clamp_repeat");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024440,
71         "dEQP-GLES3.functional.texture.filtering.2d_a",
72         "rray.combinations.nearest_linear_clamp_mirror");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024441,
75         "dEQP-GLES3.functional.texture.filtering.2d_a",
76         "rray.combinations.nearest_linear_repeat_clamp");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024442,
79         "dEQP-GLES3.functional.texture.filtering.2d_ar",
80         "ray.combinations.nearest_linear_repeat_repeat");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024443,
83         "dEQP-GLES3.functional.texture.filtering.2d_ar",
84         "ray.combinations.nearest_linear_repeat_mirror");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024444,
87         "dEQP-GLES3.functional.texture.filtering.2d_a",
88         "rray.combinations.nearest_linear_mirror_clamp");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024445,
91         "dEQP-GLES3.functional.texture.filtering.2d_ar",
92         "ray.combinations.nearest_linear_mirror_repeat");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024446,
95         "dEQP-GLES3.functional.texture.filtering.2d_ar",
96         "ray.combinations.nearest_linear_mirror_mirror");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024447,
99         "dEQP-GLES3.functional.texture.filtering.2d_a",
100         "rray.combinations.linear_nearest_clamp_clamp");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024448,
103         "dEQP-GLES3.functional.texture.filtering.2d_a",
104         "rray.combinations.linear_nearest_clamp_repeat");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024449,
107         "dEQP-GLES3.functional.texture.filtering.2d_a",
108         "rray.combinations.linear_nearest_clamp_mirror");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024450,
111         "dEQP-GLES3.functional.texture.filtering.2d_a",
112         "rray.combinations.linear_nearest_repeat_clamp");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024451,
115         "dEQP-GLES3.functional.texture.filtering.2d_ar",
116         "ray.combinations.linear_nearest_repeat_repeat");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024452,
119         "dEQP-GLES3.functional.texture.filtering.2d_ar",
120         "ray.combinations.linear_nearest_repeat_mirror");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024453,
123         "dEQP-GLES3.functional.texture.filtering.2d_a",
124         "rray.combinations.linear_nearest_mirror_clamp");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024454,
127         "dEQP-GLES3.functional.texture.filtering.2d_ar",
128         "ray.combinations.linear_nearest_mirror_repeat");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024455,
131         "dEQP-GLES3.functional.texture.filtering.2d_ar",
132         "ray.combinations.linear_nearest_mirror_mirror");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024456,
135         "dEQP-GLES3.functional.texture.filtering.2d_",
136         "array.combinations.linear_linear_clamp_clamp");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024457,
139         "dEQP-GLES3.functional.texture.filtering.2d_a",
140         "rray.combinations.linear_linear_clamp_repeat");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024458,
143         "dEQP-GLES3.functional.texture.filtering.2d_a",
144         "rray.combinations.linear_linear_clamp_mirror");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024459,
147         "dEQP-GLES3.functional.texture.filtering.2d_a",
148         "rray.combinations.linear_linear_repeat_clamp");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024460,
151         "dEQP-GLES3.functional.texture.filtering.2d_a",
152         "rray.combinations.linear_linear_repeat_repeat");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024461,
155         "dEQP-GLES3.functional.texture.filtering.2d_a",
156         "rray.combinations.linear_linear_repeat_mirror");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024462,
159         "dEQP-GLES3.functional.texture.filtering.2d_a",
160         "rray.combinations.linear_linear_mirror_clamp");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024463,
163         "dEQP-GLES3.functional.texture.filtering.2d_a",
164         "rray.combinations.linear_linear_mirror_repeat");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024464,
167         "dEQP-GLES3.functional.texture.filtering.2d_a",
168         "rray.combinations.linear_linear_mirror_mirror");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024465,
171         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
172         "binations.nearest_mipmap_nearest_nearest_clamp_clamp");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024466,
175         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
176         "binations.nearest_mipmap_nearest_nearest_clamp_repeat");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024467,
179         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
180         "binations.nearest_mipmap_nearest_nearest_clamp_mirror");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024468,
183         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
184         "binations.nearest_mipmap_nearest_nearest_repeat_clamp");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024469,
187         "dEQP-GLES3.functional.texture.filtering.2d_array.comb",
188         "inations.nearest_mipmap_nearest_nearest_repeat_repeat");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024470,
191         "dEQP-GLES3.functional.texture.filtering.2d_array.comb",
192         "inations.nearest_mipmap_nearest_nearest_repeat_mirror");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024471,
195         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
196         "binations.nearest_mipmap_nearest_nearest_mirror_clamp");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024472,
199         "dEQP-GLES3.functional.texture.filtering.2d_array.comb",
200         "inations.nearest_mipmap_nearest_nearest_mirror_repeat");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024473,
203         "dEQP-GLES3.functional.texture.filtering.2d_array.comb",
204         "inations.nearest_mipmap_nearest_nearest_mirror_mirror");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024474,
207         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
208         "mbinations.nearest_mipmap_nearest_linear_clamp_clamp");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024475,
211         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
212         "binations.nearest_mipmap_nearest_linear_clamp_repeat");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024476,
215         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
216         "binations.nearest_mipmap_nearest_linear_clamp_mirror");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024477,
219         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
220         "binations.nearest_mipmap_nearest_linear_repeat_clamp");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024478,
223         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
224         "binations.nearest_mipmap_nearest_linear_repeat_repeat");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024479,
227         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
228         "binations.nearest_mipmap_nearest_linear_repeat_mirror");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024480,
231         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
232         "binations.nearest_mipmap_nearest_linear_mirror_clamp");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024481,
235         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
236         "binations.nearest_mipmap_nearest_linear_mirror_repeat");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024482,
239         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
240         "binations.nearest_mipmap_nearest_linear_mirror_mirror");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024483,
243         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
244         "mbinations.linear_mipmap_nearest_nearest_clamp_clamp");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024484,
247         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
248         "binations.linear_mipmap_nearest_nearest_clamp_repeat");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024485,
251         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
252         "binations.linear_mipmap_nearest_nearest_clamp_mirror");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024486,
255         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
256         "binations.linear_mipmap_nearest_nearest_repeat_clamp");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024487,
259         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
260         "binations.linear_mipmap_nearest_nearest_repeat_repeat");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024488,
263         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
264         "binations.linear_mipmap_nearest_nearest_repeat_mirror");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024489,
267         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
268         "binations.linear_mipmap_nearest_nearest_mirror_clamp");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024490,
271         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
272         "binations.linear_mipmap_nearest_nearest_mirror_repeat");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024491,
275         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
276         "binations.linear_mipmap_nearest_nearest_mirror_mirror");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024492,
279         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
280         "mbinations.linear_mipmap_nearest_linear_clamp_clamp");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024493,
283         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
284         "mbinations.linear_mipmap_nearest_linear_clamp_repeat");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024494,
287         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
288         "mbinations.linear_mipmap_nearest_linear_clamp_mirror");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024495,
291         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
292         "mbinations.linear_mipmap_nearest_linear_repeat_clamp");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024496,
295         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
296         "binations.linear_mipmap_nearest_linear_repeat_repeat");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024497,
299         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
300         "binations.linear_mipmap_nearest_linear_repeat_mirror");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024498,
303         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
304         "mbinations.linear_mipmap_nearest_linear_mirror_clamp");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024499,
307         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
308         "binations.linear_mipmap_nearest_linear_mirror_repeat");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024500,
311         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
312         "binations.linear_mipmap_nearest_linear_mirror_mirror");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024501,
315         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
316         "mbinations.nearest_mipmap_linear_nearest_clamp_clamp");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024502,
319         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
320         "binations.nearest_mipmap_linear_nearest_clamp_repeat");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024503,
323         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
324         "binations.nearest_mipmap_linear_nearest_clamp_mirror");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024504,
327         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
328         "binations.nearest_mipmap_linear_nearest_repeat_clamp");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024505,
331         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
332         "binations.nearest_mipmap_linear_nearest_repeat_repeat");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024506,
335         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
336         "binations.nearest_mipmap_linear_nearest_repeat_mirror");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024507,
339         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
340         "binations.nearest_mipmap_linear_nearest_mirror_clamp");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024508,
343         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
344         "binations.nearest_mipmap_linear_nearest_mirror_repeat");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024509,
347         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
348         "binations.nearest_mipmap_linear_nearest_mirror_mirror");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024510,
351         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
352         "mbinations.nearest_mipmap_linear_linear_clamp_clamp");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024511,
355         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
356         "mbinations.nearest_mipmap_linear_linear_clamp_repeat");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024512,
359         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
360         "mbinations.nearest_mipmap_linear_linear_clamp_mirror");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024513,
363         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
364         "mbinations.nearest_mipmap_linear_linear_repeat_clamp");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024514,
367         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
368         "binations.nearest_mipmap_linear_linear_repeat_repeat");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024515,
371         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
372         "binations.nearest_mipmap_linear_linear_repeat_mirror");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024516,
375         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
376         "mbinations.nearest_mipmap_linear_linear_mirror_clamp");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024517,
379         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
380         "binations.nearest_mipmap_linear_linear_mirror_repeat");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024518,
383         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
384         "binations.nearest_mipmap_linear_linear_mirror_mirror");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024519,
387         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
388         "mbinations.linear_mipmap_linear_nearest_clamp_clamp");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024520,
391         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
392         "mbinations.linear_mipmap_linear_nearest_clamp_repeat");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024521,
395         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
396         "mbinations.linear_mipmap_linear_nearest_clamp_mirror");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024522,
399         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
400         "mbinations.linear_mipmap_linear_nearest_repeat_clamp");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024523,
403         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
404         "binations.linear_mipmap_linear_nearest_repeat_repeat");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024524,
407         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
408         "binations.linear_mipmap_linear_nearest_repeat_mirror");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024525,
411         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
412         "mbinations.linear_mipmap_linear_nearest_mirror_clamp");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024526,
415         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
416         "binations.linear_mipmap_linear_nearest_mirror_repeat");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024527,
419         "dEQP-GLES3.functional.texture.filtering.2d_array.com",
420         "binations.linear_mipmap_linear_nearest_mirror_mirror");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024528,
423         "dEQP-GLES3.functional.texture.filtering.2d_array.c",
424         "ombinations.linear_mipmap_linear_linear_clamp_clamp");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024529,
427         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
428         "mbinations.linear_mipmap_linear_linear_clamp_repeat");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024530,
431         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
432         "mbinations.linear_mipmap_linear_linear_clamp_mirror");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024531,
435         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
436         "mbinations.linear_mipmap_linear_linear_repeat_clamp");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024532,
439         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
440         "mbinations.linear_mipmap_linear_linear_repeat_repeat");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024533,
443         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
444         "mbinations.linear_mipmap_linear_linear_repeat_mirror");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024534,
447         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
448         "mbinations.linear_mipmap_linear_linear_mirror_clamp");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024535,
451         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
452         "mbinations.linear_mipmap_linear_linear_mirror_repeat");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024536,
455         "dEQP-GLES3.functional.texture.filtering.2d_array.co",
456         "mbinations.linear_mipmap_linear_linear_mirror_mirror");
457