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 "../ActsDeqpgles30026TestSuite.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(ActsDeqpgles30026TestSuite, TestCase_025877,
27         "dEQP-GLES3.functional.texture.spec",
28         "ification.teximage2d_pbo.rgba32f_2d");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025878,
31         "dEQP-GLES3.functional.texture.speci",
32         "fication.teximage2d_pbo.rgba32f_cube");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025879,
35         "dEQP-GLES3.functional.texture.spec",
36         "ification.teximage2d_pbo.rgba32i_2d");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025880,
39         "dEQP-GLES3.functional.texture.speci",
40         "fication.teximage2d_pbo.rgba32i_cube");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025881,
43         "dEQP-GLES3.functional.texture.speci",
44         "fication.teximage2d_pbo.rgba32ui_2d");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025882,
47         "dEQP-GLES3.functional.texture.specif",
48         "ication.teximage2d_pbo.rgba32ui_cube");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025883,
51         "dEQP-GLES3.functional.texture.spec",
52         "ification.teximage2d_pbo.rgba16f_2d");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025884,
55         "dEQP-GLES3.functional.texture.speci",
56         "fication.teximage2d_pbo.rgba16f_cube");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025885,
59         "dEQP-GLES3.functional.texture.spec",
60         "ification.teximage2d_pbo.rgba16i_2d");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025886,
63         "dEQP-GLES3.functional.texture.speci",
64         "fication.teximage2d_pbo.rgba16i_cube");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025887,
67         "dEQP-GLES3.functional.texture.speci",
68         "fication.teximage2d_pbo.rgba16ui_2d");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025888,
71         "dEQP-GLES3.functional.texture.specif",
72         "ication.teximage2d_pbo.rgba16ui_cube");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025889,
75         "dEQP-GLES3.functional.texture.spe",
76         "cification.teximage2d_pbo.rgba8_2d");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025890,
79         "dEQP-GLES3.functional.texture.spec",
80         "ification.teximage2d_pbo.rgba8_cube");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025891,
83         "dEQP-GLES3.functional.texture.spec",
84         "ification.teximage2d_pbo.rgba8i_2d");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025892,
87         "dEQP-GLES3.functional.texture.speci",
88         "fication.teximage2d_pbo.rgba8i_cube");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025893,
91         "dEQP-GLES3.functional.texture.spec",
92         "ification.teximage2d_pbo.rgba8ui_2d");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025894,
95         "dEQP-GLES3.functional.texture.speci",
96         "fication.teximage2d_pbo.rgba8ui_cube");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025895,
99         "dEQP-GLES3.functional.texture.specifi",
100         "cation.teximage2d_pbo.srgb8_alpha8_2d");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025896,
103         "dEQP-GLES3.functional.texture.specific",
104         "ation.teximage2d_pbo.srgb8_alpha8_cube");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025897,
107         "dEQP-GLES3.functional.texture.speci",
108         "fication.teximage2d_pbo.rgb10_a2_2d");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025898,
111         "dEQP-GLES3.functional.texture.specif",
112         "ication.teximage2d_pbo.rgb10_a2_cube");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025899,
115         "dEQP-GLES3.functional.texture.specif",
116         "ication.teximage2d_pbo.rgb10_a2ui_2d");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025900,
119         "dEQP-GLES3.functional.texture.specifi",
120         "cation.teximage2d_pbo.rgb10_a2ui_cube");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025901,
123         "dEQP-GLES3.functional.texture.spe",
124         "cification.teximage2d_pbo.rgba4_2d");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025902,
127         "dEQP-GLES3.functional.texture.spec",
128         "ification.teximage2d_pbo.rgba4_cube");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025903,
131         "dEQP-GLES3.functional.texture.spec",
132         "ification.teximage2d_pbo.rgb5_a1_2d");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025904,
135         "dEQP-GLES3.functional.texture.speci",
136         "fication.teximage2d_pbo.rgb5_a1_cube");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025905,
139         "dEQP-GLES3.functional.texture.specif",
140         "ication.teximage2d_pbo.rgba8_snorm_2d");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025906,
143         "dEQP-GLES3.functional.texture.specifi",
144         "cation.teximage2d_pbo.rgba8_snorm_cube");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025907,
147         "dEQP-GLES3.functional.texture.spe",
148         "cification.teximage2d_pbo.rgb8_2d");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025908,
151         "dEQP-GLES3.functional.texture.spec",
152         "ification.teximage2d_pbo.rgb8_cube");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025909,
155         "dEQP-GLES3.functional.texture.spec",
156         "ification.teximage2d_pbo.rgb565_2d");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025910,
159         "dEQP-GLES3.functional.texture.speci",
160         "fication.teximage2d_pbo.rgb565_cube");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025911,
163         "dEQP-GLES3.functional.texture.specific",
164         "ation.teximage2d_pbo.r11f_g11f_b10f_2d");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025912,
167         "dEQP-GLES3.functional.texture.specifica",
168         "tion.teximage2d_pbo.r11f_g11f_b10f_cube");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025913,
171         "dEQP-GLES3.functional.texture.spec",
172         "ification.teximage2d_pbo.rgb32f_2d");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025914,
175         "dEQP-GLES3.functional.texture.speci",
176         "fication.teximage2d_pbo.rgb32f_cube");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025915,
179         "dEQP-GLES3.functional.texture.spec",
180         "ification.teximage2d_pbo.rgb32i_2d");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025916,
183         "dEQP-GLES3.functional.texture.speci",
184         "fication.teximage2d_pbo.rgb32i_cube");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025917,
187         "dEQP-GLES3.functional.texture.spec",
188         "ification.teximage2d_pbo.rgb32ui_2d");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025918,
191         "dEQP-GLES3.functional.texture.speci",
192         "fication.teximage2d_pbo.rgb32ui_cube");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025919,
195         "dEQP-GLES3.functional.texture.spec",
196         "ification.teximage2d_pbo.rgb16f_2d");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025920,
199         "dEQP-GLES3.functional.texture.speci",
200         "fication.teximage2d_pbo.rgb16f_cube");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025921,
203         "dEQP-GLES3.functional.texture.spec",
204         "ification.teximage2d_pbo.rgb16i_2d");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025922,
207         "dEQP-GLES3.functional.texture.speci",
208         "fication.teximage2d_pbo.rgb16i_cube");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025923,
211         "dEQP-GLES3.functional.texture.spec",
212         "ification.teximage2d_pbo.rgb16ui_2d");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025924,
215         "dEQP-GLES3.functional.texture.speci",
216         "fication.teximage2d_pbo.rgb16ui_cube");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025925,
219         "dEQP-GLES3.functional.texture.specif",
220         "ication.teximage2d_pbo.rgb8_snorm_2d");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025926,
223         "dEQP-GLES3.functional.texture.specifi",
224         "cation.teximage2d_pbo.rgb8_snorm_cube");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025927,
227         "dEQP-GLES3.functional.texture.spe",
228         "cification.teximage2d_pbo.rgb8i_2d");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025928,
231         "dEQP-GLES3.functional.texture.spec",
232         "ification.teximage2d_pbo.rgb8i_cube");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025929,
235         "dEQP-GLES3.functional.texture.spec",
236         "ification.teximage2d_pbo.rgb8ui_2d");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025930,
239         "dEQP-GLES3.functional.texture.speci",
240         "fication.teximage2d_pbo.rgb8ui_cube");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025931,
243         "dEQP-GLES3.functional.texture.spe",
244         "cification.teximage2d_pbo.srgb8_2d");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025932,
247         "dEQP-GLES3.functional.texture.spec",
248         "ification.teximage2d_pbo.srgb8_cube");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025933,
251         "dEQP-GLES3.functional.texture.spec",
252         "ification.teximage2d_pbo.rgb9_e5_2d");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025934,
255         "dEQP-GLES3.functional.texture.speci",
256         "fication.teximage2d_pbo.rgb9_e5_cube");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025935,
259         "dEQP-GLES3.functional.texture.spe",
260         "cification.teximage2d_pbo.rg32f_2d");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025936,
263         "dEQP-GLES3.functional.texture.spec",
264         "ification.teximage2d_pbo.rg32f_cube");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025937,
267         "dEQP-GLES3.functional.texture.spe",
268         "cification.teximage2d_pbo.rg32i_2d");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025938,
271         "dEQP-GLES3.functional.texture.spec",
272         "ification.teximage2d_pbo.rg32i_cube");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025939,
275         "dEQP-GLES3.functional.texture.spec",
276         "ification.teximage2d_pbo.rg32ui_2d");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025940,
279         "dEQP-GLES3.functional.texture.speci",
280         "fication.teximage2d_pbo.rg32ui_cube");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025941,
283         "dEQP-GLES3.functional.texture.spe",
284         "cification.teximage2d_pbo.rg16f_2d");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025942,
287         "dEQP-GLES3.functional.texture.spec",
288         "ification.teximage2d_pbo.rg16f_cube");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025943,
291         "dEQP-GLES3.functional.texture.spe",
292         "cification.teximage2d_pbo.rg16i_2d");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025944,
295         "dEQP-GLES3.functional.texture.spec",
296         "ification.teximage2d_pbo.rg16i_cube");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025945,
299         "dEQP-GLES3.functional.texture.spec",
300         "ification.teximage2d_pbo.rg16ui_2d");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025946,
303         "dEQP-GLES3.functional.texture.speci",
304         "fication.teximage2d_pbo.rg16ui_cube");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025947,
307         "dEQP-GLES3.functional.texture.sp",
308         "ecification.teximage2d_pbo.rg8_2d");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025948,
311         "dEQP-GLES3.functional.texture.spe",
312         "cification.teximage2d_pbo.rg8_cube");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025949,
315         "dEQP-GLES3.functional.texture.spe",
316         "cification.teximage2d_pbo.rg8i_2d");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025950,
319         "dEQP-GLES3.functional.texture.spec",
320         "ification.teximage2d_pbo.rg8i_cube");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025951,
323         "dEQP-GLES3.functional.texture.spe",
324         "cification.teximage2d_pbo.rg8ui_2d");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025952,
327         "dEQP-GLES3.functional.texture.spec",
328         "ification.teximage2d_pbo.rg8ui_cube");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025953,
331         "dEQP-GLES3.functional.texture.speci",
332         "fication.teximage2d_pbo.rg8_snorm_2d");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025954,
335         "dEQP-GLES3.functional.texture.specif",
336         "ication.teximage2d_pbo.rg8_snorm_cube");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025955,
339         "dEQP-GLES3.functional.texture.spe",
340         "cification.teximage2d_pbo.r32f_2d");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025956,
343         "dEQP-GLES3.functional.texture.spec",
344         "ification.teximage2d_pbo.r32f_cube");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025957,
347         "dEQP-GLES3.functional.texture.spe",
348         "cification.teximage2d_pbo.r32i_2d");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025958,
351         "dEQP-GLES3.functional.texture.spec",
352         "ification.teximage2d_pbo.r32i_cube");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025959,
355         "dEQP-GLES3.functional.texture.spe",
356         "cification.teximage2d_pbo.r32ui_2d");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025960,
359         "dEQP-GLES3.functional.texture.spec",
360         "ification.teximage2d_pbo.r32ui_cube");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025961,
363         "dEQP-GLES3.functional.texture.spe",
364         "cification.teximage2d_pbo.r16f_2d");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025962,
367         "dEQP-GLES3.functional.texture.spec",
368         "ification.teximage2d_pbo.r16f_cube");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025963,
371         "dEQP-GLES3.functional.texture.spe",
372         "cification.teximage2d_pbo.r16i_2d");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025964,
375         "dEQP-GLES3.functional.texture.spec",
376         "ification.teximage2d_pbo.r16i_cube");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025965,
379         "dEQP-GLES3.functional.texture.spe",
380         "cification.teximage2d_pbo.r16ui_2d");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025966,
383         "dEQP-GLES3.functional.texture.spec",
384         "ification.teximage2d_pbo.r16ui_cube");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025967,
387         "dEQP-GLES3.functional.texture.sp",
388         "ecification.teximage2d_pbo.r8_2d");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025968,
391         "dEQP-GLES3.functional.texture.spe",
392         "cification.teximage2d_pbo.r8_cube");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025969,
395         "dEQP-GLES3.functional.texture.sp",
396         "ecification.teximage2d_pbo.r8i_2d");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025970,
399         "dEQP-GLES3.functional.texture.spe",
400         "cification.teximage2d_pbo.r8i_cube");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025971,
403         "dEQP-GLES3.functional.texture.spe",
404         "cification.teximage2d_pbo.r8ui_2d");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025972,
407         "dEQP-GLES3.functional.texture.spec",
408         "ification.teximage2d_pbo.r8ui_cube");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025973,
411         "dEQP-GLES3.functional.texture.speci",
412         "fication.teximage2d_pbo.r8_snorm_2d");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025974,
415         "dEQP-GLES3.functional.texture.specif",
416         "ication.teximage2d_pbo.r8_snorm_cube");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025975,
419         "dEQP-GLES3.functional.texture.specif",
420         "ication.teximage2d_pbo.rgb8_offset_2d");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025976,
423         "dEQP-GLES3.functional.texture.specifi",
424         "cation.teximage2d_pbo.rgb8_offset_cube");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025977,
427         "dEQP-GLES3.functional.texture.specific",
428         "ation.teximage2d_pbo.rgb8_alignment_2d");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025978,
431         "dEQP-GLES3.functional.texture.specifica",
432         "tion.teximage2d_pbo.rgb8_alignment_cube");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025979,
435         "dEQP-GLES3.functional.texture.specific",
436         "ation.teximage2d_pbo.rgb8_row_length_2d");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025980,
439         "dEQP-GLES3.functional.texture.specifica",
440         "tion.teximage2d_pbo.rgb8_row_length_cube");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025981,
443         "dEQP-GLES3.functional.texture.specific",
444         "ation.teximage2d_pbo.rgb8_skip_rows_2d");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025982,
447         "dEQP-GLES3.functional.texture.specifica",
448         "tion.teximage2d_pbo.rgb8_skip_rows_cube");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025983,
451         "dEQP-GLES3.functional.texture.specifica",
452         "tion.teximage2d_pbo.rgb8_skip_pixels_2d");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025984,
455         "dEQP-GLES3.functional.texture.specificat",
456         "ion.teximage2d_pbo.rgb8_skip_pixels_cube");
457