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 "../ActsDeqpgles30027TestSuite.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(ActsDeqpgles30027TestSuite, TestCase_026162,
27         "dEQP-GLES3.functional.texture.specif",
28         "ication.texsubimage2d_pbo.rgba32f_2d");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026163,
31         "dEQP-GLES3.functional.texture.specifi",
32         "cation.texsubimage2d_pbo.rgba32f_cube");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026164,
35         "dEQP-GLES3.functional.texture.specif",
36         "ication.texsubimage2d_pbo.rgba32i_2d");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026165,
39         "dEQP-GLES3.functional.texture.specifi",
40         "cation.texsubimage2d_pbo.rgba32i_cube");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026166,
43         "dEQP-GLES3.functional.texture.specif",
44         "ication.texsubimage2d_pbo.rgba32ui_2d");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026167,
47         "dEQP-GLES3.functional.texture.specifi",
48         "cation.texsubimage2d_pbo.rgba32ui_cube");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026168,
51         "dEQP-GLES3.functional.texture.specif",
52         "ication.texsubimage2d_pbo.rgba16f_2d");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026169,
55         "dEQP-GLES3.functional.texture.specifi",
56         "cation.texsubimage2d_pbo.rgba16f_cube");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026170,
59         "dEQP-GLES3.functional.texture.specif",
60         "ication.texsubimage2d_pbo.rgba16i_2d");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026171,
63         "dEQP-GLES3.functional.texture.specifi",
64         "cation.texsubimage2d_pbo.rgba16i_cube");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026172,
67         "dEQP-GLES3.functional.texture.specif",
68         "ication.texsubimage2d_pbo.rgba16ui_2d");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026173,
71         "dEQP-GLES3.functional.texture.specifi",
72         "cation.texsubimage2d_pbo.rgba16ui_cube");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026174,
75         "dEQP-GLES3.functional.texture.speci",
76         "fication.texsubimage2d_pbo.rgba8_2d");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026175,
79         "dEQP-GLES3.functional.texture.specif",
80         "ication.texsubimage2d_pbo.rgba8_cube");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026176,
83         "dEQP-GLES3.functional.texture.speci",
84         "fication.texsubimage2d_pbo.rgba8i_2d");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026177,
87         "dEQP-GLES3.functional.texture.specif",
88         "ication.texsubimage2d_pbo.rgba8i_cube");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026178,
91         "dEQP-GLES3.functional.texture.specif",
92         "ication.texsubimage2d_pbo.rgba8ui_2d");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026179,
95         "dEQP-GLES3.functional.texture.specifi",
96         "cation.texsubimage2d_pbo.rgba8ui_cube");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026180,
99         "dEQP-GLES3.functional.texture.specific",
100         "ation.texsubimage2d_pbo.srgb8_alpha8_2d");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026181,
103         "dEQP-GLES3.functional.texture.specifica",
104         "tion.texsubimage2d_pbo.srgb8_alpha8_cube");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026182,
107         "dEQP-GLES3.functional.texture.specif",
108         "ication.texsubimage2d_pbo.rgb10_a2_2d");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026183,
111         "dEQP-GLES3.functional.texture.specifi",
112         "cation.texsubimage2d_pbo.rgb10_a2_cube");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026184,
115         "dEQP-GLES3.functional.texture.specifi",
116         "cation.texsubimage2d_pbo.rgb10_a2ui_2d");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026185,
119         "dEQP-GLES3.functional.texture.specific",
120         "ation.texsubimage2d_pbo.rgb10_a2ui_cube");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026186,
123         "dEQP-GLES3.functional.texture.speci",
124         "fication.texsubimage2d_pbo.rgba4_2d");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026187,
127         "dEQP-GLES3.functional.texture.specif",
128         "ication.texsubimage2d_pbo.rgba4_cube");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026188,
131         "dEQP-GLES3.functional.texture.specif",
132         "ication.texsubimage2d_pbo.rgb5_a1_2d");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026189,
135         "dEQP-GLES3.functional.texture.specifi",
136         "cation.texsubimage2d_pbo.rgb5_a1_cube");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026190,
139         "dEQP-GLES3.functional.texture.specific",
140         "ation.texsubimage2d_pbo.rgba8_snorm_2d");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026191,
143         "dEQP-GLES3.functional.texture.specifica",
144         "tion.texsubimage2d_pbo.rgba8_snorm_cube");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026192,
147         "dEQP-GLES3.functional.texture.spec",
148         "ification.texsubimage2d_pbo.rgb8_2d");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026193,
151         "dEQP-GLES3.functional.texture.speci",
152         "fication.texsubimage2d_pbo.rgb8_cube");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026194,
155         "dEQP-GLES3.functional.texture.speci",
156         "fication.texsubimage2d_pbo.rgb565_2d");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026195,
159         "dEQP-GLES3.functional.texture.specif",
160         "ication.texsubimage2d_pbo.rgb565_cube");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026196,
163         "dEQP-GLES3.functional.texture.specifica",
164         "tion.texsubimage2d_pbo.r11f_g11f_b10f_2d");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026197,
167         "dEQP-GLES3.functional.texture.specificat",
168         "ion.texsubimage2d_pbo.r11f_g11f_b10f_cube");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026198,
171         "dEQP-GLES3.functional.texture.speci",
172         "fication.texsubimage2d_pbo.rgb32f_2d");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026199,
175         "dEQP-GLES3.functional.texture.specif",
176         "ication.texsubimage2d_pbo.rgb32f_cube");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026200,
179         "dEQP-GLES3.functional.texture.speci",
180         "fication.texsubimage2d_pbo.rgb32i_2d");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026201,
183         "dEQP-GLES3.functional.texture.specif",
184         "ication.texsubimage2d_pbo.rgb32i_cube");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026202,
187         "dEQP-GLES3.functional.texture.specif",
188         "ication.texsubimage2d_pbo.rgb32ui_2d");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026203,
191         "dEQP-GLES3.functional.texture.specifi",
192         "cation.texsubimage2d_pbo.rgb32ui_cube");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026204,
195         "dEQP-GLES3.functional.texture.speci",
196         "fication.texsubimage2d_pbo.rgb16f_2d");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026205,
199         "dEQP-GLES3.functional.texture.specif",
200         "ication.texsubimage2d_pbo.rgb16f_cube");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026206,
203         "dEQP-GLES3.functional.texture.speci",
204         "fication.texsubimage2d_pbo.rgb16i_2d");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026207,
207         "dEQP-GLES3.functional.texture.specif",
208         "ication.texsubimage2d_pbo.rgb16i_cube");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026208,
211         "dEQP-GLES3.functional.texture.specif",
212         "ication.texsubimage2d_pbo.rgb16ui_2d");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026209,
215         "dEQP-GLES3.functional.texture.specifi",
216         "cation.texsubimage2d_pbo.rgb16ui_cube");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026210,
219         "dEQP-GLES3.functional.texture.specifi",
220         "cation.texsubimage2d_pbo.rgb8_snorm_2d");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026211,
223         "dEQP-GLES3.functional.texture.specific",
224         "ation.texsubimage2d_pbo.rgb8_snorm_cube");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026212,
227         "dEQP-GLES3.functional.texture.speci",
228         "fication.texsubimage2d_pbo.rgb8i_2d");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026213,
231         "dEQP-GLES3.functional.texture.specif",
232         "ication.texsubimage2d_pbo.rgb8i_cube");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026214,
235         "dEQP-GLES3.functional.texture.speci",
236         "fication.texsubimage2d_pbo.rgb8ui_2d");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026215,
239         "dEQP-GLES3.functional.texture.specif",
240         "ication.texsubimage2d_pbo.rgb8ui_cube");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026216,
243         "dEQP-GLES3.functional.texture.speci",
244         "fication.texsubimage2d_pbo.srgb8_2d");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026217,
247         "dEQP-GLES3.functional.texture.specif",
248         "ication.texsubimage2d_pbo.srgb8_cube");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026218,
251         "dEQP-GLES3.functional.texture.specif",
252         "ication.texsubimage2d_pbo.rgb9_e5_2d");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026219,
255         "dEQP-GLES3.functional.texture.specifi",
256         "cation.texsubimage2d_pbo.rgb9_e5_cube");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026220,
259         "dEQP-GLES3.functional.texture.speci",
260         "fication.texsubimage2d_pbo.rg32f_2d");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026221,
263         "dEQP-GLES3.functional.texture.specif",
264         "ication.texsubimage2d_pbo.rg32f_cube");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026222,
267         "dEQP-GLES3.functional.texture.speci",
268         "fication.texsubimage2d_pbo.rg32i_2d");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026223,
271         "dEQP-GLES3.functional.texture.specif",
272         "ication.texsubimage2d_pbo.rg32i_cube");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026224,
275         "dEQP-GLES3.functional.texture.speci",
276         "fication.texsubimage2d_pbo.rg32ui_2d");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026225,
279         "dEQP-GLES3.functional.texture.specif",
280         "ication.texsubimage2d_pbo.rg32ui_cube");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026226,
283         "dEQP-GLES3.functional.texture.speci",
284         "fication.texsubimage2d_pbo.rg16f_2d");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026227,
287         "dEQP-GLES3.functional.texture.specif",
288         "ication.texsubimage2d_pbo.rg16f_cube");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026228,
291         "dEQP-GLES3.functional.texture.speci",
292         "fication.texsubimage2d_pbo.rg16i_2d");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026229,
295         "dEQP-GLES3.functional.texture.specif",
296         "ication.texsubimage2d_pbo.rg16i_cube");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026230,
299         "dEQP-GLES3.functional.texture.speci",
300         "fication.texsubimage2d_pbo.rg16ui_2d");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026231,
303         "dEQP-GLES3.functional.texture.specif",
304         "ication.texsubimage2d_pbo.rg16ui_cube");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026232,
307         "dEQP-GLES3.functional.texture.spec",
308         "ification.texsubimage2d_pbo.rg8_2d");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026233,
311         "dEQP-GLES3.functional.texture.speci",
312         "fication.texsubimage2d_pbo.rg8_cube");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026234,
315         "dEQP-GLES3.functional.texture.spec",
316         "ification.texsubimage2d_pbo.rg8i_2d");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026235,
319         "dEQP-GLES3.functional.texture.speci",
320         "fication.texsubimage2d_pbo.rg8i_cube");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026236,
323         "dEQP-GLES3.functional.texture.speci",
324         "fication.texsubimage2d_pbo.rg8ui_2d");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026237,
327         "dEQP-GLES3.functional.texture.specif",
328         "ication.texsubimage2d_pbo.rg8ui_cube");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026238,
331         "dEQP-GLES3.functional.texture.specifi",
332         "cation.texsubimage2d_pbo.rg8_snorm_2d");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026239,
335         "dEQP-GLES3.functional.texture.specific",
336         "ation.texsubimage2d_pbo.rg8_snorm_cube");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026240,
339         "dEQP-GLES3.functional.texture.spec",
340         "ification.texsubimage2d_pbo.r32f_2d");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026241,
343         "dEQP-GLES3.functional.texture.speci",
344         "fication.texsubimage2d_pbo.r32f_cube");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026242,
347         "dEQP-GLES3.functional.texture.spec",
348         "ification.texsubimage2d_pbo.r32i_2d");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026243,
351         "dEQP-GLES3.functional.texture.speci",
352         "fication.texsubimage2d_pbo.r32i_cube");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026244,
355         "dEQP-GLES3.functional.texture.speci",
356         "fication.texsubimage2d_pbo.r32ui_2d");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026245,
359         "dEQP-GLES3.functional.texture.specif",
360         "ication.texsubimage2d_pbo.r32ui_cube");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026246,
363         "dEQP-GLES3.functional.texture.spec",
364         "ification.texsubimage2d_pbo.r16f_2d");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026247,
367         "dEQP-GLES3.functional.texture.speci",
368         "fication.texsubimage2d_pbo.r16f_cube");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026248,
371         "dEQP-GLES3.functional.texture.spec",
372         "ification.texsubimage2d_pbo.r16i_2d");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026249,
375         "dEQP-GLES3.functional.texture.speci",
376         "fication.texsubimage2d_pbo.r16i_cube");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026250,
379         "dEQP-GLES3.functional.texture.speci",
380         "fication.texsubimage2d_pbo.r16ui_2d");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026251,
383         "dEQP-GLES3.functional.texture.specif",
384         "ication.texsubimage2d_pbo.r16ui_cube");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026252,
387         "dEQP-GLES3.functional.texture.spe",
388         "cification.texsubimage2d_pbo.r8_2d");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026253,
391         "dEQP-GLES3.functional.texture.spec",
392         "ification.texsubimage2d_pbo.r8_cube");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026254,
395         "dEQP-GLES3.functional.texture.spec",
396         "ification.texsubimage2d_pbo.r8i_2d");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026255,
399         "dEQP-GLES3.functional.texture.speci",
400         "fication.texsubimage2d_pbo.r8i_cube");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026256,
403         "dEQP-GLES3.functional.texture.spec",
404         "ification.texsubimage2d_pbo.r8ui_2d");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026257,
407         "dEQP-GLES3.functional.texture.speci",
408         "fication.texsubimage2d_pbo.r8ui_cube");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026258,
411         "dEQP-GLES3.functional.texture.specif",
412         "ication.texsubimage2d_pbo.r8_snorm_2d");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026259,
415         "dEQP-GLES3.functional.texture.specifi",
416         "cation.texsubimage2d_pbo.r8_snorm_cube");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026260,
419         "dEQP-GLES3.functional.texture.specific",
420         "ation.texsubimage2d_pbo.rgb8_offset_2d");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026261,
423         "dEQP-GLES3.functional.texture.specifica",
424         "tion.texsubimage2d_pbo.rgb8_offset_cube");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026262,
427         "dEQP-GLES3.functional.texture.specifica",
428         "tion.texsubimage2d_pbo.rgb8_alignment_2d");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026263,
431         "dEQP-GLES3.functional.texture.specificat",
432         "ion.texsubimage2d_pbo.rgb8_alignment_cube");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026264,
435         "dEQP-GLES3.functional.texture.specificat",
436         "ion.texsubimage2d_pbo.rgb8_row_length_2d");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026265,
439         "dEQP-GLES3.functional.texture.specificati",
440         "on.texsubimage2d_pbo.rgb8_row_length_cube");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026266,
443         "dEQP-GLES3.functional.texture.specifica",
444         "tion.texsubimage2d_pbo.rgb8_skip_rows_2d");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026267,
447         "dEQP-GLES3.functional.texture.specificat",
448         "ion.texsubimage2d_pbo.rgb8_skip_rows_cube");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026268,
451         "dEQP-GLES3.functional.texture.specificat",
452         "ion.texsubimage2d_pbo.rgb8_skip_pixels_2d");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026269,
455         "dEQP-GLES3.functional.texture.specificati",
456         "on.texsubimage2d_pbo.rgb8_skip_pixels_cube");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026270,
459         "dEQP-GLES3.functional.texture.specifi",
460         "cation.texsubimage2d_pbo.pbo_bounds_2d");
461