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 "../Deqpgles2BaseFunc.h"
19 #include "../ActsDeqpgles20014TestSuite.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(ActsDeqpgles20014TestSuite, TestCase_013729,
27         "dEQP-GLES2.functional.negative_api.t",
28         "exture.activetexture_invalid_texture");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013730,
31         "dEQP-GLES2.functional.negative_api",
32         ".texture.bindtexture_invalid_target");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013731,
35         "dEQP-GLES2.functional.negative_api",
36         ".texture.bindtexture_type_mismatch");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013732,
39         "dEQP-GLES2.functional.negative_api.text",
40         "ure.compressedteximage_2d_invalid_target");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013733,
43         "dEQP-GLES2.functional.negative_api.texture",
44         ".compressedteximage_2d_invalid_format_tex2d");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013734,
47         "dEQP-GLES2.functional.negative_api.texture",
48         ".compressedteximage_2d_invalid_format_cube");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013735,
51         "dEQP-GLES2.functional.negative_api.text",
52         "ure.compressedteximage2d_neg_level_tex2d");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013736,
55         "dEQP-GLES2.functional.negative_api.text",
56         "ure.compressedteximage2d_neg_level_cube");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013737,
59         "dEQP-GLES2.functional.negative_api.text",
60         "ure.compressedteximage2d_level_max_tex2d");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013738,
63         "dEQP-GLES2.functional.negative_api.textur",
64         "e.compressedteximage2d_level_max_cube_pos");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013739,
67         "dEQP-GLES2.functional.negative_api.texture.",
68         "compressedteximage2d_neg_width_height_tex2d");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013740,
71         "dEQP-GLES2.functional.negative_api.texture.co",
72         "mpressedteximage2d_neg_width_height_cube_pos_x");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013741,
75         "dEQP-GLES2.functional.negative_api.texture.co",
76         "mpressedteximage2d_neg_width_height_cube_pos_y");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013742,
79         "dEQP-GLES2.functional.negative_api.texture.co",
80         "mpressedteximage2d_neg_width_height_cube_pos_z");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013743,
83         "dEQP-GLES2.functional.negative_api.texture.co",
84         "mpressedteximage2d_neg_width_height_cube_neg_x");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013744,
87         "dEQP-GLES2.functional.negative_api.texture.co",
88         "mpressedteximage2d_neg_width_height_cube_neg_y");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013745,
91         "dEQP-GLES2.functional.negative_api.texture.co",
92         "mpressedteximage2d_neg_width_height_cube_neg_z");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013746,
95         "dEQP-GLES2.functional.negative_api.texture.",
96         "compressedteximage2d_width_height_max_tex2d");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013747,
99         "dEQP-GLES2.functional.negative_api.texture.co",
100         "mpressedteximage2d_width_height_max_cube_pos_x");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013748,
103         "dEQP-GLES2.functional.negative_api.texture.co",
104         "mpressedteximage2d_width_height_max_cube_pos_y");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013749,
107         "dEQP-GLES2.functional.negative_api.texture.co",
108         "mpressedteximage2d_width_height_max_cube_pos_z");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013750,
111         "dEQP-GLES2.functional.negative_api.texture.co",
112         "mpressedteximage2d_width_height_max_cube_neg_x");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013751,
115         "dEQP-GLES2.functional.negative_api.texture.co",
116         "mpressedteximage2d_width_height_max_cube_neg_y");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013752,
119         "dEQP-GLES2.functional.negative_api.texture.co",
120         "mpressedteximage2d_width_height_max_cube_neg_z");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013753,
123         "dEQP-GLES2.functional.negative_api.text",
124         "ure.compressedteximage2d_invalid_border");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013754,
127         "dEQP-GLES2.functional.negative_api.texture.c",
128         "ompressedteximage2d_invalid_border_cube_pos_x");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013755,
131         "dEQP-GLES2.functional.negative_api.texture.c",
132         "ompressedteximage2d_invalid_border_cube_pos_y");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013756,
135         "dEQP-GLES2.functional.negative_api.texture.c",
136         "ompressedteximage2d_invalid_border_cube_pos_z");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013757,
139         "dEQP-GLES2.functional.negative_api.texture.c",
140         "ompressedteximage2d_invalid_border_cube_neg_x");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013758,
143         "dEQP-GLES2.functional.negative_api.texture.c",
144         "ompressedteximage2d_invalid_border_cube_neg_y");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013759,
147         "dEQP-GLES2.functional.negative_api.texture.c",
148         "ompressedteximage2d_invalid_border_cube_neg_z");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013760,
151         "dEQP-GLES2.functional.negative_api.tex",
152         "true.compressedteximage2d_invalid_size");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013761,
155         "dEQP-GLES2.functional.negative_api.t",
156         "exture.copyteximage2d_invalid_target");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013762,
159         "dEQP-GLES2.functional.negative_api.text",
160         "ure.copyteximage2d_invalid_format_tex2d");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013763,
163         "dEQP-GLES2.functional.negative_api.tex",
164         "ture.copyteximage2d_invalid_format_cube");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013764,
167         "dEQP-GLES2.functional.negative_api.textur",
168         "e.copyteximage2d_inequal_width_height_cube");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013765,
171         "dEQP-GLES2.functional.negative_api.t",
172         "exture.copyteximage2d_neg_level_tex2d");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013766,
175         "dEQP-GLES2.functional.negative_api.t",
176         "exture.copyteximage2d_neg_level_cube");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013767,
179         "dEQP-GLES2.functional.negative_api.t",
180         "exture.copyteximage2d_level_max_tex2d");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013768,
183         "dEQP-GLES2.functional.negative_api.t",
184         "exture.copyteximage2d_level_max_cube");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013769,
187         "dEQP-GLES2.functional.negative_api.texture",
188         ".copyteximage2d_invalid_width_height_tex2d");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013770,
191         "dEQP-GLES2.functional.negative_api.texture.c",
192         "opyteximage2d_invalid_width_height_cube_pos_x");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013771,
195         "dEQP-GLES2.functional.negative_api.texture.c",
196         "opyteximage2d_invalid_width_height_cube_pos_y");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013772,
199         "dEQP-GLES2.functional.negative_api.texture.c",
200         "opyteximage2d_invalid_width_height_cube_pos_z");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013773,
203         "dEQP-GLES2.functional.negative_api.texture.c",
204         "opyteximage2d_invalid_width_height_cube_neg_x");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013774,
207         "dEQP-GLES2.functional.negative_api.texture.c",
208         "opyteximage2d_invalid_width_height_cube_neg_y");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013775,
211         "dEQP-GLES2.functional.negative_api.texture.c",
212         "opyteximage2d_invalid_width_height_cube_neg_z");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013776,
215         "dEQP-GLES2.functional.negative_api.textu",
216         "re.copyteximage2d_width_height_max_tex2d");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013777,
219         "dEQP-GLES2.functional.negative_api.texture",
220         ".copyteximage2d_width_height_max_cube_pos_x");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013778,
223         "dEQP-GLES2.functional.negative_api.texture",
224         ".copyteximage2d_width_height_max_cube_pos_y");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013779,
227         "dEQP-GLES2.functional.negative_api.texture",
228         ".copyteximage2d_width_height_max_cube_pos_z");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013780,
231         "dEQP-GLES2.functional.negative_api.texture",
232         ".copyteximage2d_width_height_max_cube_neg_x");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013781,
235         "dEQP-GLES2.functional.negative_api.texture",
236         ".copyteximage2d_width_height_max_cube_neg_y");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013782,
239         "dEQP-GLES2.functional.negative_api.texture",
240         ".copyteximage2d_width_height_max_cube_neg_z");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013783,
243         "dEQP-GLES2.functional.negative_api.text",
244         "ure.copyteximage2d_invalid_border_tex2d");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013784,
247         "dEQP-GLES2.functional.negative_api.textur",
248         "e.copyteximage2d_invalid_border_cube_pos_x");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013785,
251         "dEQP-GLES2.functional.negative_api.textur",
252         "e.copyteximage2d_invalid_border_cube_pos_y");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013786,
255         "dEQP-GLES2.functional.negative_api.textur",
256         "e.copyteximage2d_invalid_border_cube_pos_z");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013787,
259         "dEQP-GLES2.functional.negative_api.textur",
260         "e.copyteximage2d_invalid_border_cube_neg_x");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013788,
263         "dEQP-GLES2.functional.negative_api.textur",
264         "e.copyteximage2d_invalid_border_cube_neg_y");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013789,
267         "dEQP-GLES2.functional.negative_api.textur",
268         "e.copyteximage2d_invalid_border_cube_neg_z");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013790,
271         "dEQP-GLES2.functional.negative_api.textu",
272         "re.copyteximage2d_incomplete_framebuffer");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013791,
275         "dEQP-GLES2.functional.negative_api.te",
276         "xture.copytexsubimage2d_invalid_target");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013792,
279         "dEQP-GLES2.functional.negative_api.tex",
280         "ture.copytexsubimage2d_neg_level_tex2d");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013793,
283         "dEQP-GLES2.functional.negative_api.te",
284         "xture.copytexsubimage2d_neg_level_cube");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013794,
287         "dEQP-GLES2.functional.negative_api.tex",
288         "ture.copytexsubimage2d_level_max_tex2d");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013795,
291         "dEQP-GLES2.functional.negative_api.text",
292         "ure.copytexsubimage2d_level_max_cube_pos");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013796,
295         "dEQP-GLES2.functional.negative_api.",
296         "texture.copytexsubimage2d_neg_offset");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013797,
299         "dEQP-GLES2.functional.negative_api.te",
300         "xture.copytexsubimage2d_offset_allowed");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013798,
303         "dEQP-GLES2.functional.negative_api.t",
304         "exture.copytexsubimage2d_neg_wdt_hgt");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013799,
307         "dEQP-GLES2.functional.negative_api.textur",
308         "e.copytexsubimage2d_incomplete_framebuffer");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013800,
311         "dEQP-GLES2.functional.negative_api.t",
312         "exture.deletetextures_invalid_number");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013801,
315         "dEQP-GLES2.functional.negative_api.tex",
316         "ture.deletetextures_invalid_number_bind");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013802,
319         "dEQP-GLES2.functional.negative_api.t",
320         "exture.generatemipmap_invalid_target");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013803,
323         "dEQP-GLES2.functional.negative_api.",
324         "texture.generatemipmap_npot_wdt_hgt");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013804,
327         "dEQP-GLES2.functional.negative_api.texture",
328         ".generatemipmap_zero_level_array_compressed");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013805,
331         "dEQP-GLES2.functional.negative_api.t",
332         "exture.generatemipmap_incomplete_cube");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013806,
335         "dEQP-GLES2.functional.negative_ap",
336         "i.texture.gentextures_invalid_size");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013807,
339         "dEQP-GLES2.functional.negative_api",
340         ".texture.pixelstorei_invalid_pname");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013808,
343         "dEQP-GLES2.functional.negative_api",
344         ".texture.pixelstorei_invalid_param");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013809,
347         "dEQP-GLES2.functional.negative_api",
348         ".texture.teximage2d_invalid_target");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013810,
351         "dEQP-GLES2.functional.negative_api",
352         ".texture.teximage2d_invalid_format");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013811,
355         "dEQP-GLES2.functional.negative_ap",
356         "i.texture.teximage2d_invalid_type");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013812,
359         "dEQP-GLES2.functional.negative_api.text",
360         "ure.teximage2d_inequal_width_height_cube");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013813,
363         "dEQP-GLES2.functional.negative_api",
364         ".texture.teximage2d_neg_level_tex2d");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013814,
367         "dEQP-GLES2.functional.negative_api",
368         ".texture.teximage2d_neg_level_cube");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013815,
371         "dEQP-GLES2.functional.negative_api",
372         ".texture.teximage2d_level_max_tex2d");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013816,
375         "dEQP-GLES2.functional.negative_api",
376         ".texture.teximage2d_level_max_cube");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013817,
379         "dEQP-GLES2.functional.negative_api.tex",
380         "ture.teximage2d_invalid_internalformat");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013818,
383         "dEQP-GLES2.functional.negative_api.tex",
384         "ture.teximage2d_neg_width_height_tex2d");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013819,
387         "dEQP-GLES2.functional.negative_api.textu",
388         "re.teximage2d_neg_width_height_cube_pos_x");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013820,
391         "dEQP-GLES2.functional.negative_api.textu",
392         "re.teximage2d_neg_width_height_cube_pos_y");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013821,
395         "dEQP-GLES2.functional.negative_api.textu",
396         "re.teximage2d_neg_width_height_cube_pos_z");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013822,
399         "dEQP-GLES2.functional.negative_api.textu",
400         "re.teximage2d_neg_width_height_cube_neg_x");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013823,
403         "dEQP-GLES2.functional.negative_api.textu",
404         "re.teximage2d_neg_width_height_cube_neg_y");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013824,
407         "dEQP-GLES2.functional.negative_api.textu",
408         "re.teximage2d_neg_width_height_cube_neg_z");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013825,
411         "dEQP-GLES2.functional.negative_api.tex",
412         "ture.teximage2d_width_height_max_tex2d");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013826,
415         "dEQP-GLES2.functional.negative_api.textu",
416         "re.teximage2d_width_height_max_cube_pos_x");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013827,
419         "dEQP-GLES2.functional.negative_api.textu",
420         "re.teximage2d_width_height_max_cube_pos_y");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013828,
423         "dEQP-GLES2.functional.negative_api.textu",
424         "re.teximage2d_width_height_max_cube_pos_z");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013829,
427         "dEQP-GLES2.functional.negative_api.textu",
428         "re.teximage2d_width_height_max_cube_neg_x");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013830,
431         "dEQP-GLES2.functional.negative_api.textu",
432         "re.teximage2d_width_height_max_cube_neg_y");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013831,
435         "dEQP-GLES2.functional.negative_api.textu",
436         "re.teximage2d_width_height_max_cube_neg_z");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013832,
439         "dEQP-GLES2.functional.negative_api",
440         ".texture.teximage2d_invalid_border");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013833,
443         "dEQP-GLES2.functional.negative_api",
444         ".texture.teximage2d_format_mismatch");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013834,
447         "dEQP-GLES2.functional.negative_api.te",
448         "xture.teximage2d_type_format_mismatch");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013835,
451         "dEQP-GLES2.functional.negative_api.",
452         "texture.texsubimage2d_invalid_target");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013836,
455         "dEQP-GLES2.functional.negative_api.",
456         "texture.texsubimage2d_invalid_format");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013837,
459         "dEQP-GLES2.functional.negative_api",
460         ".texture.texsubimage2d_invalid_type");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013838,
463         "dEQP-GLES2.functional.negative_api.t",
464         "exture.texsubimage2d_neg_level_tex2d");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013839,
467         "dEQP-GLES2.functional.negative_api.",
468         "texture.texsubimage2d_neg_level_cube");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013840,
471         "dEQP-GLES2.functional.negative_api.t",
472         "exture.texsubimage2d_level_max_tex2d");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013841,
475         "dEQP-GLES2.functional.negative_api.",
476         "texture.texsubimage2d_level_max_cube");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013842,
479         "dEQP-GLES2.functional.negative_ap",
480         "i.texture.texsubimage2d_neg_offset");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013843,
483         "dEQP-GLES2.functional.negative_api.",
484         "texture.texsubimage2d_offset_allowed");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013844,
487         "dEQP-GLES2.functional.negative_api",
488         ".texture.texsubimage2d_neg_wdt_hgt");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013845,
491         "dEQP-GLES2.functional.negative_api.tex",
492         "ture.texsubimage2d_type_format_mismatch");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013846,
495         "dEQP-GLES2.functional.negati",
496         "ve_api.texture.texparameteri");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013847,
499         "dEQP-GLES2.functional.negative",
500         "_api.texture.texparameteri_bind");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013848,
503         "dEQP-GLES2.functional.negati",
504         "ve_api.texture.texparameterf");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013849,
507         "dEQP-GLES2.functional.negative",
508         "_api.texture.texparameterf_bind");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013850,
511         "dEQP-GLES2.functional.negati",
512         "ve_api.texture.texparameteriv");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013851,
515         "dEQP-GLES2.functional.negative_",
516         "api.texture.texparameteriv_bind");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013852,
519         "dEQP-GLES2.functional.negati",
520         "ve_api.texture.texparameterfv");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013853,
523         "dEQP-GLES2.functional.negative_",
524         "api.texture.texparameterfv_bind");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013854,
527         "dEQP-GLES2.functional.negative_api.textu",
528         "re.compressedtexsubimage2d_invalid_target");
529 
530 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013855,
531         "dEQP-GLES2.functional.negative_api.textur",
532         "e.compressedtexsubimage2d_neg_level_tex2d");
533 
534 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013856,
535         "dEQP-GLES2.functional.negative_api.textu",
536         "re.compressedtexsubimage2d_neg_level_cube");
537 
538 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013857,
539         "dEQP-GLES2.functional.negative_api.textur",
540         "e.compressedtexsubimage2d_level_max_tex2d");
541 
542 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013858,
543         "dEQP-GLES2.functional.negative_api.textu",
544         "re.compressedtexsubimage2d_level_max_cube");
545 
546 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013859,
547         "dEQP-GLES2.functional.negative_api.tex",
548         "ture.compressedtexsubimage2d_neg_offset");
549 
550 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013860,
551         "dEQP-GLES2.functional.negative_api.textu",
552         "re.compressedtexsubimage2d_offset_allowed");
553 
554 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013861,
555         "dEQP-GLES2.functional.negative_api.text",
556         "ure.compressedtexsubimage2d_neg_wdt_hgt");
557 
558 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013862,
559         "dEQP-GLES2.functional.negative_api.text",
560         "ure.compressedtexsubimage2d_invalid_size");
561