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_026593,
27         "dEQP-GLES3.functional.texture.specifica",
28         "tion.texsubimage3d_pbo.rgba32f_2d_array");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026594,
31         "dEQP-GLES3.functional.texture.specif",
32         "ication.texsubimage3d_pbo.rgba32f_3d");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026595,
35         "dEQP-GLES3.functional.texture.specifica",
36         "tion.texsubimage3d_pbo.rgba32i_2d_array");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026596,
39         "dEQP-GLES3.functional.texture.specif",
40         "ication.texsubimage3d_pbo.rgba32i_3d");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026597,
43         "dEQP-GLES3.functional.texture.specifica",
44         "tion.texsubimage3d_pbo.rgba32ui_2d_array");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026598,
47         "dEQP-GLES3.functional.texture.specif",
48         "ication.texsubimage3d_pbo.rgba32ui_3d");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026599,
51         "dEQP-GLES3.functional.texture.specifica",
52         "tion.texsubimage3d_pbo.rgba16f_2d_array");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026600,
55         "dEQP-GLES3.functional.texture.specif",
56         "ication.texsubimage3d_pbo.rgba16f_3d");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026601,
59         "dEQP-GLES3.functional.texture.specifica",
60         "tion.texsubimage3d_pbo.rgba16i_2d_array");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026602,
63         "dEQP-GLES3.functional.texture.specif",
64         "ication.texsubimage3d_pbo.rgba16i_3d");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026603,
67         "dEQP-GLES3.functional.texture.specifica",
68         "tion.texsubimage3d_pbo.rgba16ui_2d_array");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026604,
71         "dEQP-GLES3.functional.texture.specif",
72         "ication.texsubimage3d_pbo.rgba16ui_3d");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026605,
75         "dEQP-GLES3.functional.texture.specific",
76         "ation.texsubimage3d_pbo.rgba8_2d_array");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026606,
79         "dEQP-GLES3.functional.texture.speci",
80         "fication.texsubimage3d_pbo.rgba8_3d");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026607,
83         "dEQP-GLES3.functional.texture.specific",
84         "ation.texsubimage3d_pbo.rgba8i_2d_array");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026608,
87         "dEQP-GLES3.functional.texture.speci",
88         "fication.texsubimage3d_pbo.rgba8i_3d");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026609,
91         "dEQP-GLES3.functional.texture.specifica",
92         "tion.texsubimage3d_pbo.rgba8ui_2d_array");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026610,
95         "dEQP-GLES3.functional.texture.specif",
96         "ication.texsubimage3d_pbo.rgba8ui_3d");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026611,
99         "dEQP-GLES3.functional.texture.specificati",
100         "on.texsubimage3d_pbo.srgb8_alpha8_2d_array");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026612,
103         "dEQP-GLES3.functional.texture.specific",
104         "ation.texsubimage3d_pbo.srgb8_alpha8_3d");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026613,
107         "dEQP-GLES3.functional.texture.specifica",
108         "tion.texsubimage3d_pbo.rgb10_a2_2d_array");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026614,
111         "dEQP-GLES3.functional.texture.specif",
112         "ication.texsubimage3d_pbo.rgb10_a2_3d");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026615,
115         "dEQP-GLES3.functional.texture.specificat",
116         "ion.texsubimage3d_pbo.rgb10_a2ui_2d_array");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026616,
119         "dEQP-GLES3.functional.texture.specifi",
120         "cation.texsubimage3d_pbo.rgb10_a2ui_3d");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026617,
123         "dEQP-GLES3.functional.texture.specific",
124         "ation.texsubimage3d_pbo.rgba4_2d_array");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026618,
127         "dEQP-GLES3.functional.texture.speci",
128         "fication.texsubimage3d_pbo.rgba4_3d");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026619,
131         "dEQP-GLES3.functional.texture.specifica",
132         "tion.texsubimage3d_pbo.rgb5_a1_2d_array");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026620,
135         "dEQP-GLES3.functional.texture.specif",
136         "ication.texsubimage3d_pbo.rgb5_a1_3d");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026621,
139         "dEQP-GLES3.functional.texture.specificati",
140         "on.texsubimage3d_pbo.rgba8_snorm_2d_array");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026622,
143         "dEQP-GLES3.functional.texture.specific",
144         "ation.texsubimage3d_pbo.rgba8_snorm_3d");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026623,
147         "dEQP-GLES3.functional.texture.specifi",
148         "cation.texsubimage3d_pbo.rgb8_2d_array");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026624,
151         "dEQP-GLES3.functional.texture.spec",
152         "ification.texsubimage3d_pbo.rgb8_3d");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026625,
155         "dEQP-GLES3.functional.texture.specific",
156         "ation.texsubimage3d_pbo.rgb565_2d_array");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026626,
159         "dEQP-GLES3.functional.texture.speci",
160         "fication.texsubimage3d_pbo.rgb565_3d");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026627,
163         "dEQP-GLES3.functional.texture.specificatio",
164         "n.texsubimage3d_pbo.r11f_g11f_b10f_2d_array");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026628,
167         "dEQP-GLES3.functional.texture.specifica",
168         "tion.texsubimage3d_pbo.r11f_g11f_b10f_3d");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026629,
171         "dEQP-GLES3.functional.texture.specific",
172         "ation.texsubimage3d_pbo.rgb32f_2d_array");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026630,
175         "dEQP-GLES3.functional.texture.speci",
176         "fication.texsubimage3d_pbo.rgb32f_3d");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026631,
179         "dEQP-GLES3.functional.texture.specific",
180         "ation.texsubimage3d_pbo.rgb32i_2d_array");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026632,
183         "dEQP-GLES3.functional.texture.speci",
184         "fication.texsubimage3d_pbo.rgb32i_3d");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026633,
187         "dEQP-GLES3.functional.texture.specifica",
188         "tion.texsubimage3d_pbo.rgb32ui_2d_array");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026634,
191         "dEQP-GLES3.functional.texture.specif",
192         "ication.texsubimage3d_pbo.rgb32ui_3d");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026635,
195         "dEQP-GLES3.functional.texture.specific",
196         "ation.texsubimage3d_pbo.rgb16f_2d_array");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026636,
199         "dEQP-GLES3.functional.texture.speci",
200         "fication.texsubimage3d_pbo.rgb16f_3d");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026637,
203         "dEQP-GLES3.functional.texture.specific",
204         "ation.texsubimage3d_pbo.rgb16i_2d_array");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026638,
207         "dEQP-GLES3.functional.texture.speci",
208         "fication.texsubimage3d_pbo.rgb16i_3d");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026639,
211         "dEQP-GLES3.functional.texture.specifica",
212         "tion.texsubimage3d_pbo.rgb16ui_2d_array");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026640,
215         "dEQP-GLES3.functional.texture.specif",
216         "ication.texsubimage3d_pbo.rgb16ui_3d");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026641,
219         "dEQP-GLES3.functional.texture.specificat",
220         "ion.texsubimage3d_pbo.rgb8_snorm_2d_array");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026642,
223         "dEQP-GLES3.functional.texture.specifi",
224         "cation.texsubimage3d_pbo.rgb8_snorm_3d");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026643,
227         "dEQP-GLES3.functional.texture.specific",
228         "ation.texsubimage3d_pbo.rgb8i_2d_array");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026644,
231         "dEQP-GLES3.functional.texture.speci",
232         "fication.texsubimage3d_pbo.rgb8i_3d");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026645,
235         "dEQP-GLES3.functional.texture.specific",
236         "ation.texsubimage3d_pbo.rgb8ui_2d_array");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026646,
239         "dEQP-GLES3.functional.texture.speci",
240         "fication.texsubimage3d_pbo.rgb8ui_3d");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026647,
243         "dEQP-GLES3.functional.texture.specific",
244         "ation.texsubimage3d_pbo.srgb8_2d_array");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026648,
247         "dEQP-GLES3.functional.texture.speci",
248         "fication.texsubimage3d_pbo.srgb8_3d");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026649,
251         "dEQP-GLES3.functional.texture.specifica",
252         "tion.texsubimage3d_pbo.rgb9_e5_2d_array");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026650,
255         "dEQP-GLES3.functional.texture.specif",
256         "ication.texsubimage3d_pbo.rgb9_e5_3d");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026651,
259         "dEQP-GLES3.functional.texture.specific",
260         "ation.texsubimage3d_pbo.rg32f_2d_array");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026652,
263         "dEQP-GLES3.functional.texture.speci",
264         "fication.texsubimage3d_pbo.rg32f_3d");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026653,
267         "dEQP-GLES3.functional.texture.specific",
268         "ation.texsubimage3d_pbo.rg32i_2d_array");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026654,
271         "dEQP-GLES3.functional.texture.speci",
272         "fication.texsubimage3d_pbo.rg32i_3d");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026655,
275         "dEQP-GLES3.functional.texture.specific",
276         "ation.texsubimage3d_pbo.rg32ui_2d_array");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026656,
279         "dEQP-GLES3.functional.texture.speci",
280         "fication.texsubimage3d_pbo.rg32ui_3d");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026657,
283         "dEQP-GLES3.functional.texture.specific",
284         "ation.texsubimage3d_pbo.rg16f_2d_array");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026658,
287         "dEQP-GLES3.functional.texture.speci",
288         "fication.texsubimage3d_pbo.rg16f_3d");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026659,
291         "dEQP-GLES3.functional.texture.specific",
292         "ation.texsubimage3d_pbo.rg16i_2d_array");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026660,
295         "dEQP-GLES3.functional.texture.speci",
296         "fication.texsubimage3d_pbo.rg16i_3d");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026661,
299         "dEQP-GLES3.functional.texture.specific",
300         "ation.texsubimage3d_pbo.rg16ui_2d_array");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026662,
303         "dEQP-GLES3.functional.texture.speci",
304         "fication.texsubimage3d_pbo.rg16ui_3d");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026663,
307         "dEQP-GLES3.functional.texture.specifi",
308         "cation.texsubimage3d_pbo.rg8_2d_array");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026664,
311         "dEQP-GLES3.functional.texture.spec",
312         "ification.texsubimage3d_pbo.rg8_3d");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026665,
315         "dEQP-GLES3.functional.texture.specifi",
316         "cation.texsubimage3d_pbo.rg8i_2d_array");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026666,
319         "dEQP-GLES3.functional.texture.spec",
320         "ification.texsubimage3d_pbo.rg8i_3d");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026667,
323         "dEQP-GLES3.functional.texture.specific",
324         "ation.texsubimage3d_pbo.rg8ui_2d_array");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026668,
327         "dEQP-GLES3.functional.texture.speci",
328         "fication.texsubimage3d_pbo.rg8ui_3d");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026669,
331         "dEQP-GLES3.functional.texture.specificat",
332         "ion.texsubimage3d_pbo.rg8_snorm_2d_array");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026670,
335         "dEQP-GLES3.functional.texture.specifi",
336         "cation.texsubimage3d_pbo.rg8_snorm_3d");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026671,
339         "dEQP-GLES3.functional.texture.specifi",
340         "cation.texsubimage3d_pbo.r32f_2d_array");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026672,
343         "dEQP-GLES3.functional.texture.spec",
344         "ification.texsubimage3d_pbo.r32f_3d");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026673,
347         "dEQP-GLES3.functional.texture.specifi",
348         "cation.texsubimage3d_pbo.r32i_2d_array");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026674,
351         "dEQP-GLES3.functional.texture.spec",
352         "ification.texsubimage3d_pbo.r32i_3d");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026675,
355         "dEQP-GLES3.functional.texture.specific",
356         "ation.texsubimage3d_pbo.r32ui_2d_array");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026676,
359         "dEQP-GLES3.functional.texture.speci",
360         "fication.texsubimage3d_pbo.r32ui_3d");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026677,
363         "dEQP-GLES3.functional.texture.specifi",
364         "cation.texsubimage3d_pbo.r16f_2d_array");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026678,
367         "dEQP-GLES3.functional.texture.spec",
368         "ification.texsubimage3d_pbo.r16f_3d");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026679,
371         "dEQP-GLES3.functional.texture.specifi",
372         "cation.texsubimage3d_pbo.r16i_2d_array");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026680,
375         "dEQP-GLES3.functional.texture.spec",
376         "ification.texsubimage3d_pbo.r16i_3d");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026681,
379         "dEQP-GLES3.functional.texture.specific",
380         "ation.texsubimage3d_pbo.r16ui_2d_array");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026682,
383         "dEQP-GLES3.functional.texture.speci",
384         "fication.texsubimage3d_pbo.r16ui_3d");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026683,
387         "dEQP-GLES3.functional.texture.specif",
388         "ication.texsubimage3d_pbo.r8_2d_array");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026684,
391         "dEQP-GLES3.functional.texture.spe",
392         "cification.texsubimage3d_pbo.r8_3d");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026685,
395         "dEQP-GLES3.functional.texture.specifi",
396         "cation.texsubimage3d_pbo.r8i_2d_array");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026686,
399         "dEQP-GLES3.functional.texture.spec",
400         "ification.texsubimage3d_pbo.r8i_3d");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026687,
403         "dEQP-GLES3.functional.texture.specifi",
404         "cation.texsubimage3d_pbo.r8ui_2d_array");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026688,
407         "dEQP-GLES3.functional.texture.spec",
408         "ification.texsubimage3d_pbo.r8ui_3d");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026689,
411         "dEQP-GLES3.functional.texture.specifica",
412         "tion.texsubimage3d_pbo.r8_snorm_2d_array");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026690,
415         "dEQP-GLES3.functional.texture.specif",
416         "ication.texsubimage3d_pbo.r8_snorm_3d");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026691,
419         "dEQP-GLES3.functional.texture.specificati",
420         "on.texsubimage3d_pbo.rgb8_offset_2d_array");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026692,
423         "dEQP-GLES3.functional.texture.specific",
424         "ation.texsubimage3d_pbo.rgb8_offset_3d");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026693,
427         "dEQP-GLES3.functional.texture.specification.",
428         "texsubimage3d_pbo.rgb8_image_height_2d_array");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026694,
431         "dEQP-GLES3.functional.texture.specificati",
432         "on.texsubimage3d_pbo.rgb8_image_height_3d");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026695,
435         "dEQP-GLES3.functional.texture.specification",
436         ".texsubimage3d_pbo.rgb8_row_length_2d_array");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026696,
439         "dEQP-GLES3.functional.texture.specificat",
440         "ion.texsubimage3d_pbo.rgb8_row_length_3d");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026697,
443         "dEQP-GLES3.functional.texture.specification",
444         ".texsubimage3d_pbo.rgb8_skip_images_2d_array");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026698,
447         "dEQP-GLES3.functional.texture.specificat",
448         "ion.texsubimage3d_pbo.rgb8_skip_images_3d");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026699,
451         "dEQP-GLES3.functional.texture.specificatio",
452         "n.texsubimage3d_pbo.rgb8_skip_rows_2d_array");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026700,
455         "dEQP-GLES3.functional.texture.specifica",
456         "tion.texsubimage3d_pbo.rgb8_skip_rows_3d");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026701,
459         "dEQP-GLES3.functional.texture.specification",
460         ".texsubimage3d_pbo.rgb8_skip_pixels_2d_array");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026702,
463         "dEQP-GLES3.functional.texture.specificat",
464         "ion.texsubimage3d_pbo.rgb8_skip_pixels_3d");
465