• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_024639,
27         "dEQP-GLES3.functional.texture.filtering.3d.c",
28         "ombinations.nearest_nearest_clamp_clamp_clamp");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024640,
31         "dEQP-GLES3.functional.texture.filtering.3d.co",
32         "mbinations.nearest_nearest_clamp_clamp_repeat");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024641,
35         "dEQP-GLES3.functional.texture.filtering.3d.co",
36         "mbinations.nearest_nearest_clamp_clamp_mirror");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024642,
39         "dEQP-GLES3.functional.texture.filtering.3d.co",
40         "mbinations.nearest_nearest_clamp_repeat_clamp");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024643,
43         "dEQP-GLES3.functional.texture.filtering.3d.co",
44         "mbinations.nearest_nearest_clamp_repeat_repeat");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024644,
47         "dEQP-GLES3.functional.texture.filtering.3d.co",
48         "mbinations.nearest_nearest_clamp_repeat_mirror");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024645,
51         "dEQP-GLES3.functional.texture.filtering.3d.co",
52         "mbinations.nearest_nearest_clamp_mirror_clamp");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024646,
55         "dEQP-GLES3.functional.texture.filtering.3d.co",
56         "mbinations.nearest_nearest_clamp_mirror_repeat");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024647,
59         "dEQP-GLES3.functional.texture.filtering.3d.co",
60         "mbinations.nearest_nearest_clamp_mirror_mirror");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024648,
63         "dEQP-GLES3.functional.texture.filtering.3d.co",
64         "mbinations.nearest_nearest_repeat_clamp_clamp");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024649,
67         "dEQP-GLES3.functional.texture.filtering.3d.co",
68         "mbinations.nearest_nearest_repeat_clamp_repeat");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024650,
71         "dEQP-GLES3.functional.texture.filtering.3d.co",
72         "mbinations.nearest_nearest_repeat_clamp_mirror");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024651,
75         "dEQP-GLES3.functional.texture.filtering.3d.co",
76         "mbinations.nearest_nearest_repeat_repeat_clamp");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024652,
79         "dEQP-GLES3.functional.texture.filtering.3d.com",
80         "binations.nearest_nearest_repeat_repeat_repeat");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024653,
83         "dEQP-GLES3.functional.texture.filtering.3d.com",
84         "binations.nearest_nearest_repeat_repeat_mirror");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024654,
87         "dEQP-GLES3.functional.texture.filtering.3d.co",
88         "mbinations.nearest_nearest_repeat_mirror_clamp");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024655,
91         "dEQP-GLES3.functional.texture.filtering.3d.com",
92         "binations.nearest_nearest_repeat_mirror_repeat");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024656,
95         "dEQP-GLES3.functional.texture.filtering.3d.com",
96         "binations.nearest_nearest_repeat_mirror_mirror");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024657,
99         "dEQP-GLES3.functional.texture.filtering.3d.co",
100         "mbinations.nearest_nearest_mirror_clamp_clamp");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024658,
103         "dEQP-GLES3.functional.texture.filtering.3d.co",
104         "mbinations.nearest_nearest_mirror_clamp_repeat");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024659,
107         "dEQP-GLES3.functional.texture.filtering.3d.co",
108         "mbinations.nearest_nearest_mirror_clamp_mirror");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024660,
111         "dEQP-GLES3.functional.texture.filtering.3d.co",
112         "mbinations.nearest_nearest_mirror_repeat_clamp");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024661,
115         "dEQP-GLES3.functional.texture.filtering.3d.com",
116         "binations.nearest_nearest_mirror_repeat_repeat");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024662,
119         "dEQP-GLES3.functional.texture.filtering.3d.com",
120         "binations.nearest_nearest_mirror_repeat_mirror");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024663,
123         "dEQP-GLES3.functional.texture.filtering.3d.co",
124         "mbinations.nearest_nearest_mirror_mirror_clamp");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024664,
127         "dEQP-GLES3.functional.texture.filtering.3d.com",
128         "binations.nearest_nearest_mirror_mirror_repeat");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024665,
131         "dEQP-GLES3.functional.texture.filtering.3d.com",
132         "binations.nearest_nearest_mirror_mirror_mirror");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024666,
135         "dEQP-GLES3.functional.texture.filtering.3d.c",
136         "ombinations.nearest_linear_clamp_clamp_clamp");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024667,
139         "dEQP-GLES3.functional.texture.filtering.3d.c",
140         "ombinations.nearest_linear_clamp_clamp_repeat");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024668,
143         "dEQP-GLES3.functional.texture.filtering.3d.c",
144         "ombinations.nearest_linear_clamp_clamp_mirror");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024669,
147         "dEQP-GLES3.functional.texture.filtering.3d.c",
148         "ombinations.nearest_linear_clamp_repeat_clamp");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024670,
151         "dEQP-GLES3.functional.texture.filtering.3d.co",
152         "mbinations.nearest_linear_clamp_repeat_repeat");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024671,
155         "dEQP-GLES3.functional.texture.filtering.3d.co",
156         "mbinations.nearest_linear_clamp_repeat_mirror");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024672,
159         "dEQP-GLES3.functional.texture.filtering.3d.c",
160         "ombinations.nearest_linear_clamp_mirror_clamp");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024673,
163         "dEQP-GLES3.functional.texture.filtering.3d.co",
164         "mbinations.nearest_linear_clamp_mirror_repeat");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024674,
167         "dEQP-GLES3.functional.texture.filtering.3d.co",
168         "mbinations.nearest_linear_clamp_mirror_mirror");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024675,
171         "dEQP-GLES3.functional.texture.filtering.3d.c",
172         "ombinations.nearest_linear_repeat_clamp_clamp");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024676,
175         "dEQP-GLES3.functional.texture.filtering.3d.co",
176         "mbinations.nearest_linear_repeat_clamp_repeat");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024677,
179         "dEQP-GLES3.functional.texture.filtering.3d.co",
180         "mbinations.nearest_linear_repeat_clamp_mirror");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024678,
183         "dEQP-GLES3.functional.texture.filtering.3d.co",
184         "mbinations.nearest_linear_repeat_repeat_clamp");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024679,
187         "dEQP-GLES3.functional.texture.filtering.3d.co",
188         "mbinations.nearest_linear_repeat_repeat_repeat");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024680,
191         "dEQP-GLES3.functional.texture.filtering.3d.co",
192         "mbinations.nearest_linear_repeat_repeat_mirror");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024681,
195         "dEQP-GLES3.functional.texture.filtering.3d.co",
196         "mbinations.nearest_linear_repeat_mirror_clamp");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024682,
199         "dEQP-GLES3.functional.texture.filtering.3d.co",
200         "mbinations.nearest_linear_repeat_mirror_repeat");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024683,
203         "dEQP-GLES3.functional.texture.filtering.3d.co",
204         "mbinations.nearest_linear_repeat_mirror_mirror");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024684,
207         "dEQP-GLES3.functional.texture.filtering.3d.c",
208         "ombinations.nearest_linear_mirror_clamp_clamp");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024685,
211         "dEQP-GLES3.functional.texture.filtering.3d.co",
212         "mbinations.nearest_linear_mirror_clamp_repeat");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024686,
215         "dEQP-GLES3.functional.texture.filtering.3d.co",
216         "mbinations.nearest_linear_mirror_clamp_mirror");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024687,
219         "dEQP-GLES3.functional.texture.filtering.3d.co",
220         "mbinations.nearest_linear_mirror_repeat_clamp");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024688,
223         "dEQP-GLES3.functional.texture.filtering.3d.co",
224         "mbinations.nearest_linear_mirror_repeat_repeat");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024689,
227         "dEQP-GLES3.functional.texture.filtering.3d.co",
228         "mbinations.nearest_linear_mirror_repeat_mirror");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024690,
231         "dEQP-GLES3.functional.texture.filtering.3d.co",
232         "mbinations.nearest_linear_mirror_mirror_clamp");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024691,
235         "dEQP-GLES3.functional.texture.filtering.3d.co",
236         "mbinations.nearest_linear_mirror_mirror_repeat");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024692,
239         "dEQP-GLES3.functional.texture.filtering.3d.co",
240         "mbinations.nearest_linear_mirror_mirror_mirror");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024693,
243         "dEQP-GLES3.functional.texture.filtering.3d.c",
244         "ombinations.linear_nearest_clamp_clamp_clamp");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024694,
247         "dEQP-GLES3.functional.texture.filtering.3d.c",
248         "ombinations.linear_nearest_clamp_clamp_repeat");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024695,
251         "dEQP-GLES3.functional.texture.filtering.3d.c",
252         "ombinations.linear_nearest_clamp_clamp_mirror");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024696,
255         "dEQP-GLES3.functional.texture.filtering.3d.c",
256         "ombinations.linear_nearest_clamp_repeat_clamp");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024697,
259         "dEQP-GLES3.functional.texture.filtering.3d.co",
260         "mbinations.linear_nearest_clamp_repeat_repeat");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024698,
263         "dEQP-GLES3.functional.texture.filtering.3d.co",
264         "mbinations.linear_nearest_clamp_repeat_mirror");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024699,
267         "dEQP-GLES3.functional.texture.filtering.3d.c",
268         "ombinations.linear_nearest_clamp_mirror_clamp");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024700,
271         "dEQP-GLES3.functional.texture.filtering.3d.co",
272         "mbinations.linear_nearest_clamp_mirror_repeat");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024701,
275         "dEQP-GLES3.functional.texture.filtering.3d.co",
276         "mbinations.linear_nearest_clamp_mirror_mirror");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024702,
279         "dEQP-GLES3.functional.texture.filtering.3d.c",
280         "ombinations.linear_nearest_repeat_clamp_clamp");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024703,
283         "dEQP-GLES3.functional.texture.filtering.3d.co",
284         "mbinations.linear_nearest_repeat_clamp_repeat");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024704,
287         "dEQP-GLES3.functional.texture.filtering.3d.co",
288         "mbinations.linear_nearest_repeat_clamp_mirror");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024705,
291         "dEQP-GLES3.functional.texture.filtering.3d.co",
292         "mbinations.linear_nearest_repeat_repeat_clamp");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024706,
295         "dEQP-GLES3.functional.texture.filtering.3d.co",
296         "mbinations.linear_nearest_repeat_repeat_repeat");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024707,
299         "dEQP-GLES3.functional.texture.filtering.3d.co",
300         "mbinations.linear_nearest_repeat_repeat_mirror");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024708,
303         "dEQP-GLES3.functional.texture.filtering.3d.co",
304         "mbinations.linear_nearest_repeat_mirror_clamp");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024709,
307         "dEQP-GLES3.functional.texture.filtering.3d.co",
308         "mbinations.linear_nearest_repeat_mirror_repeat");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024710,
311         "dEQP-GLES3.functional.texture.filtering.3d.co",
312         "mbinations.linear_nearest_repeat_mirror_mirror");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024711,
315         "dEQP-GLES3.functional.texture.filtering.3d.c",
316         "ombinations.linear_nearest_mirror_clamp_clamp");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024712,
319         "dEQP-GLES3.functional.texture.filtering.3d.co",
320         "mbinations.linear_nearest_mirror_clamp_repeat");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024713,
323         "dEQP-GLES3.functional.texture.filtering.3d.co",
324         "mbinations.linear_nearest_mirror_clamp_mirror");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024714,
327         "dEQP-GLES3.functional.texture.filtering.3d.co",
328         "mbinations.linear_nearest_mirror_repeat_clamp");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024715,
331         "dEQP-GLES3.functional.texture.filtering.3d.co",
332         "mbinations.linear_nearest_mirror_repeat_repeat");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024716,
335         "dEQP-GLES3.functional.texture.filtering.3d.co",
336         "mbinations.linear_nearest_mirror_repeat_mirror");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024717,
339         "dEQP-GLES3.functional.texture.filtering.3d.co",
340         "mbinations.linear_nearest_mirror_mirror_clamp");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024718,
343         "dEQP-GLES3.functional.texture.filtering.3d.co",
344         "mbinations.linear_nearest_mirror_mirror_repeat");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024719,
347         "dEQP-GLES3.functional.texture.filtering.3d.co",
348         "mbinations.linear_nearest_mirror_mirror_mirror");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024720,
351         "dEQP-GLES3.functional.texture.filtering.3d.",
352         "combinations.linear_linear_clamp_clamp_clamp");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024721,
355         "dEQP-GLES3.functional.texture.filtering.3d.c",
356         "ombinations.linear_linear_clamp_clamp_repeat");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024722,
359         "dEQP-GLES3.functional.texture.filtering.3d.c",
360         "ombinations.linear_linear_clamp_clamp_mirror");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024723,
363         "dEQP-GLES3.functional.texture.filtering.3d.c",
364         "ombinations.linear_linear_clamp_repeat_clamp");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024724,
367         "dEQP-GLES3.functional.texture.filtering.3d.c",
368         "ombinations.linear_linear_clamp_repeat_repeat");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024725,
371         "dEQP-GLES3.functional.texture.filtering.3d.c",
372         "ombinations.linear_linear_clamp_repeat_mirror");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024726,
375         "dEQP-GLES3.functional.texture.filtering.3d.c",
376         "ombinations.linear_linear_clamp_mirror_clamp");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024727,
379         "dEQP-GLES3.functional.texture.filtering.3d.c",
380         "ombinations.linear_linear_clamp_mirror_repeat");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024728,
383         "dEQP-GLES3.functional.texture.filtering.3d.c",
384         "ombinations.linear_linear_clamp_mirror_mirror");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024729,
387         "dEQP-GLES3.functional.texture.filtering.3d.c",
388         "ombinations.linear_linear_repeat_clamp_clamp");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024730,
391         "dEQP-GLES3.functional.texture.filtering.3d.c",
392         "ombinations.linear_linear_repeat_clamp_repeat");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024731,
395         "dEQP-GLES3.functional.texture.filtering.3d.c",
396         "ombinations.linear_linear_repeat_clamp_mirror");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024732,
399         "dEQP-GLES3.functional.texture.filtering.3d.c",
400         "ombinations.linear_linear_repeat_repeat_clamp");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024733,
403         "dEQP-GLES3.functional.texture.filtering.3d.co",
404         "mbinations.linear_linear_repeat_repeat_repeat");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024734,
407         "dEQP-GLES3.functional.texture.filtering.3d.co",
408         "mbinations.linear_linear_repeat_repeat_mirror");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024735,
411         "dEQP-GLES3.functional.texture.filtering.3d.c",
412         "ombinations.linear_linear_repeat_mirror_clamp");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024736,
415         "dEQP-GLES3.functional.texture.filtering.3d.co",
416         "mbinations.linear_linear_repeat_mirror_repeat");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024737,
419         "dEQP-GLES3.functional.texture.filtering.3d.co",
420         "mbinations.linear_linear_repeat_mirror_mirror");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024738,
423         "dEQP-GLES3.functional.texture.filtering.3d.c",
424         "ombinations.linear_linear_mirror_clamp_clamp");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024739,
427         "dEQP-GLES3.functional.texture.filtering.3d.c",
428         "ombinations.linear_linear_mirror_clamp_repeat");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024740,
431         "dEQP-GLES3.functional.texture.filtering.3d.c",
432         "ombinations.linear_linear_mirror_clamp_mirror");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024741,
435         "dEQP-GLES3.functional.texture.filtering.3d.c",
436         "ombinations.linear_linear_mirror_repeat_clamp");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024742,
439         "dEQP-GLES3.functional.texture.filtering.3d.co",
440         "mbinations.linear_linear_mirror_repeat_repeat");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024743,
443         "dEQP-GLES3.functional.texture.filtering.3d.co",
444         "mbinations.linear_linear_mirror_repeat_mirror");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024744,
447         "dEQP-GLES3.functional.texture.filtering.3d.c",
448         "ombinations.linear_linear_mirror_mirror_clamp");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024745,
451         "dEQP-GLES3.functional.texture.filtering.3d.co",
452         "mbinations.linear_linear_mirror_mirror_repeat");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024746,
455         "dEQP-GLES3.functional.texture.filtering.3d.co",
456         "mbinations.linear_linear_mirror_mirror_mirror");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024747,
459         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
460         "ons.nearest_mipmap_nearest_nearest_clamp_clamp_clamp");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024748,
463         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
464         "ons.nearest_mipmap_nearest_nearest_clamp_clamp_repeat");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024749,
467         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
468         "ons.nearest_mipmap_nearest_nearest_clamp_clamp_mirror");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024750,
471         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
472         "ons.nearest_mipmap_nearest_nearest_clamp_repeat_clamp");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024751,
475         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
476         "ns.nearest_mipmap_nearest_nearest_clamp_repeat_repeat");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024752,
479         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
480         "ns.nearest_mipmap_nearest_nearest_clamp_repeat_mirror");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024753,
483         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
484         "ons.nearest_mipmap_nearest_nearest_clamp_mirror_clamp");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024754,
487         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
488         "ns.nearest_mipmap_nearest_nearest_clamp_mirror_repeat");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024755,
491         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
492         "ns.nearest_mipmap_nearest_nearest_clamp_mirror_mirror");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024756,
495         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
496         "ons.nearest_mipmap_nearest_nearest_repeat_clamp_clamp");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024757,
499         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
500         "ns.nearest_mipmap_nearest_nearest_repeat_clamp_repeat");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024758,
503         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
504         "ns.nearest_mipmap_nearest_nearest_repeat_clamp_mirror");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024759,
507         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
508         "ns.nearest_mipmap_nearest_nearest_repeat_repeat_clamp");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024760,
511         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
512         "ns.nearest_mipmap_nearest_nearest_repeat_repeat_repeat");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024761,
515         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
516         "ns.nearest_mipmap_nearest_nearest_repeat_repeat_mirror");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024762,
519         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
520         "ns.nearest_mipmap_nearest_nearest_repeat_mirror_clamp");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024763,
523         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
524         "ns.nearest_mipmap_nearest_nearest_repeat_mirror_repeat");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024764,
527         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
528         "ns.nearest_mipmap_nearest_nearest_repeat_mirror_mirror");
529 
530 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024765,
531         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
532         "ons.nearest_mipmap_nearest_nearest_mirror_clamp_clamp");
533 
534 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024766,
535         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
536         "ns.nearest_mipmap_nearest_nearest_mirror_clamp_repeat");
537 
538 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024767,
539         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
540         "ns.nearest_mipmap_nearest_nearest_mirror_clamp_mirror");
541 
542 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024768,
543         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
544         "ns.nearest_mipmap_nearest_nearest_mirror_repeat_clamp");
545 
546 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024769,
547         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
548         "ns.nearest_mipmap_nearest_nearest_mirror_repeat_repeat");
549 
550 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024770,
551         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
552         "ns.nearest_mipmap_nearest_nearest_mirror_repeat_mirror");
553 
554 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024771,
555         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
556         "ns.nearest_mipmap_nearest_nearest_mirror_mirror_clamp");
557 
558 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024772,
559         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
560         "ns.nearest_mipmap_nearest_nearest_mirror_mirror_repeat");
561 
562 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024773,
563         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
564         "ns.nearest_mipmap_nearest_nearest_mirror_mirror_mirror");
565 
566 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024774,
567         "dEQP-GLES3.functional.texture.filtering.3d.combinat",
568         "ions.nearest_mipmap_nearest_linear_clamp_clamp_clamp");
569 
570 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024775,
571         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
572         "ons.nearest_mipmap_nearest_linear_clamp_clamp_repeat");
573 
574 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024776,
575         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
576         "ons.nearest_mipmap_nearest_linear_clamp_clamp_mirror");
577 
578 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024777,
579         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
580         "ons.nearest_mipmap_nearest_linear_clamp_repeat_clamp");
581 
582 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024778,
583         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
584         "ons.nearest_mipmap_nearest_linear_clamp_repeat_repeat");
585 
586 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024779,
587         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
588         "ons.nearest_mipmap_nearest_linear_clamp_repeat_mirror");
589 
590 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024780,
591         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
592         "ons.nearest_mipmap_nearest_linear_clamp_mirror_clamp");
593 
594 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024781,
595         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
596         "ons.nearest_mipmap_nearest_linear_clamp_mirror_repeat");
597 
598 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024782,
599         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
600         "ons.nearest_mipmap_nearest_linear_clamp_mirror_mirror");
601 
602 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024783,
603         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
604         "ons.nearest_mipmap_nearest_linear_repeat_clamp_clamp");
605 
606 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024784,
607         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
608         "ons.nearest_mipmap_nearest_linear_repeat_clamp_repeat");
609 
610 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024785,
611         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
612         "ons.nearest_mipmap_nearest_linear_repeat_clamp_mirror");
613 
614 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024786,
615         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
616         "ons.nearest_mipmap_nearest_linear_repeat_repeat_clamp");
617 
618 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024787,
619         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
620         "ns.nearest_mipmap_nearest_linear_repeat_repeat_repeat");
621 
622 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024788,
623         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
624         "ns.nearest_mipmap_nearest_linear_repeat_repeat_mirror");
625 
626 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024789,
627         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
628         "ons.nearest_mipmap_nearest_linear_repeat_mirror_clamp");
629 
630 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024790,
631         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
632         "ns.nearest_mipmap_nearest_linear_repeat_mirror_repeat");
633 
634 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024791,
635         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
636         "ns.nearest_mipmap_nearest_linear_repeat_mirror_mirror");
637 
638 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024792,
639         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
640         "ons.nearest_mipmap_nearest_linear_mirror_clamp_clamp");
641 
642 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024793,
643         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
644         "ons.nearest_mipmap_nearest_linear_mirror_clamp_repeat");
645 
646 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024794,
647         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
648         "ons.nearest_mipmap_nearest_linear_mirror_clamp_mirror");
649 
650 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024795,
651         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
652         "ons.nearest_mipmap_nearest_linear_mirror_repeat_clamp");
653 
654 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024796,
655         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
656         "ns.nearest_mipmap_nearest_linear_mirror_repeat_repeat");
657 
658 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024797,
659         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
660         "ns.nearest_mipmap_nearest_linear_mirror_repeat_mirror");
661 
662 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024798,
663         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
664         "ons.nearest_mipmap_nearest_linear_mirror_mirror_clamp");
665 
666 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024799,
667         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
668         "ns.nearest_mipmap_nearest_linear_mirror_mirror_repeat");
669 
670 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024800,
671         "dEQP-GLES3.functional.texture.filtering.3d.combinatio",
672         "ns.nearest_mipmap_nearest_linear_mirror_mirror_mirror");
673 
674 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024801,
675         "dEQP-GLES3.functional.texture.filtering.3d.combinat",
676         "ions.linear_mipmap_nearest_nearest_clamp_clamp_clamp");
677 
678 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024802,
679         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
680         "ons.linear_mipmap_nearest_nearest_clamp_clamp_repeat");
681 
682 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024803,
683         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
684         "ons.linear_mipmap_nearest_nearest_clamp_clamp_mirror");
685 
686 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024804,
687         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
688         "ons.linear_mipmap_nearest_nearest_clamp_repeat_clamp");
689 
690 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024805,
691         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
692         "ons.linear_mipmap_nearest_nearest_clamp_repeat_repeat");
693 
694 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024806,
695         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
696         "ons.linear_mipmap_nearest_nearest_clamp_repeat_mirror");
697 
698 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024807,
699         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
700         "ons.linear_mipmap_nearest_nearest_clamp_mirror_clamp");
701 
702 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024808,
703         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
704         "ons.linear_mipmap_nearest_nearest_clamp_mirror_repeat");
705 
706 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024809,
707         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
708         "ons.linear_mipmap_nearest_nearest_clamp_mirror_mirror");
709 
710 static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024810,
711         "dEQP-GLES3.functional.texture.filtering.3d.combinati",
712         "ons.linear_mipmap_nearest_nearest_repeat_clamp_clamp");
713