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 "../Deqpgles31BaseFunc.h"
19 #include "../ActsDeqpgles310020TestSuite.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(ActsDeqpgles310020TestSuite, TestCase_019390,
27         "dEQP-GLES31.functional.debug.negative_c",
28         "overage.get_error.texture.activetexture");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019391,
31         "dEQP-GLES31.functional.debug.negative_",
32         "coverage.get_error.texture.bindtexture");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019392,
35         "dEQP-GLES31.functional.debug.negative_coverage.get",
36         "_error.texture.compressedteximage2d_invalid_target");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019393,
39         "dEQP-GLES31.functional.debug.negative_coverage.get",
40         "_error.texture.compressedteximage2d_invalid_format");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019394,
43         "dEQP-GLES31.functional.debug.negative_coverage.",
44         "get_error.texture.compressedteximage2d_neg_level");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019395,
47         "dEQP-GLES31.functional.debug.negative_coverage.",
48         "get_error.texture.compressedteximage2d_max_level");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019396,
51         "dEQP-GLES31.functional.debug.negative_coverage.get_",
52         "error.texture.compressedteximage2d_neg_width_height");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019397,
55         "dEQP-GLES31.functional.debug.negative_coverage.get_",
56         "error.texture.compressedteximage2d_max_width_height");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019398,
59         "dEQP-GLES31.functional.debug.negative_coverage.get",
60         "_error.texture.compressedteximage2d_invalid_border");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019399,
63         "dEQP-GLES31.functional.debug.negative_coverage.ge",
64         "t_error.texture.compressedteximage2d_invalid_size");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019400,
67         "dEQP-GLES31.functional.debug.negative_coverage.",
68         "get_error.texture.compressedteximage2d_neg_size");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019401,
71         "dEQP-GLES31.functional.debug.negative_coverage.get_er",
72         "ror.texture.compressedteximage2d_invalid_width_height");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019402,
75         "dEQP-GLES31.functional.debug.negative_coverage.get_er",
76         "ror.texture.compressedteximage2d_invalid_buffer_target");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019403,
79         "dEQP-GLES31.functional.debug.negative_coverage.",
80         "get_error.texture.copyteximage2d_invalid_target");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019404,
83         "dEQP-GLES31.functional.debug.negative_coverage.",
84         "get_error.texture.copyteximage2d_invalid_format");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019405,
87         "dEQP-GLES31.functional.debug.negative_coverage.get_e",
88         "rror.texture.copyteximage2d_inequal_width_height_cube");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019406,
91         "dEQP-GLES31.functional.debug.negative_covera",
92         "ge.get_error.texture.copyteximage2d_neg_level");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019407,
95         "dEQP-GLES31.functional.debug.negative_covera",
96         "ge.get_error.texture.copyteximage2d_max_level");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019408,
99         "dEQP-GLES31.functional.debug.negative_coverage.g",
100         "et_error.texture.copyteximage2d_neg_width_height");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019409,
103         "dEQP-GLES31.functional.debug.negative_coverage.g",
104         "et_error.texture.copyteximage2d_max_width_height");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019410,
107         "dEQP-GLES31.functional.debug.negative_coverage.",
108         "get_error.texture.copyteximage2d_invalid_border");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019411,
111         "dEQP-GLES31.functional.debug.negative_coverage.get_",
112         "error.texture.copyteximage2d_incomplete_framebuffer");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019412,
115         "dEQP-GLES31.functional.debug.negative_coverage.g",
116         "et_error.texture.copytexsubimage2d_invalid_target");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019413,
119         "dEQP-GLES31.functional.debug.negative_coverage.get_",
120         "error.texture.copytexsubimage2d_read_buffer_is_none");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019414,
123         "dEQP-GLES31.functional.debug.negative_coverage.get_e",
124         "rror.texture.copytexsubimage2d_texture_internalformat");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019415,
127         "dEQP-GLES31.functional.debug.negative_coverage",
128         ".get_error.texture.copytexsubimage2d_neg_level");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019416,
131         "dEQP-GLES31.functional.debug.negative_coverage",
132         ".get_error.texture.copytexsubimage2d_max_level");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019417,
135         "dEQP-GLES31.functional.debug.negative_coverage",
136         ".get_error.texture.copytexsubimage2d_neg_offset");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019418,
139         "dEQP-GLES31.functional.debug.negative_coverage.g",
140         "et_error.texture.copytexsubimage2d_invalid_offset");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019419,
143         "dEQP-GLES31.functional.debug.negative_coverage.ge",
144         "t_error.texture.copytexsubimage2d_neg_width_height");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019420,
147         "dEQP-GLES31.functional.debug.negative_coverage.get_e",
148         "rror.texture.copytexsubimage2d_incomplete_framebuffer");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019421,
151         "dEQP-GLES31.functional.debug.negative_c",
152         "overage.get_error.texture.deletetextures");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019422,
155         "dEQP-GLES31.functional.debug.negative_c",
156         "overage.get_error.texture.generatemipmap");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019423,
159         "dEQP-GLES31.functional.debug.negative_",
160         "coverage.get_error.texture.gentextures");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019424,
163         "dEQP-GLES31.functional.debug.negative_",
164         "coverage.get_error.texture.pixelstorei");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019425,
167         "dEQP-GLES31.functional.debug.negative",
168         "_coverage.get_error.texture.teximage2d");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019426,
171         "dEQP-GLES31.functional.debug.negative_coverage.get",
172         "_error.texture.teximage2d_inequal_width_height_cube");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019427,
175         "dEQP-GLES31.functional.debug.negative_cove",
176         "rage.get_error.texture.teximage2d_neg_level");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019428,
179         "dEQP-GLES31.functional.debug.negative_cove",
180         "rage.get_error.texture.teximage2d_max_level");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019429,
183         "dEQP-GLES31.functional.debug.negative_coverage",
184         ".get_error.texture.teximage2d_neg_width_height");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019430,
187         "dEQP-GLES31.functional.debug.negative_coverage",
188         ".get_error.texture.teximage2d_max_width_height");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019431,
191         "dEQP-GLES31.functional.debug.negative_coverag",
192         "e.get_error.texture.teximage2d_invalid_border");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019432,
195         "dEQP-GLES31.functional.debug.negative_coverage.g",
196         "et_error.texture.teximage2d_invalid_buffer_target");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019433,
199         "dEQP-GLES31.functional.debug.negative_c",
200         "overage.get_error.texture.texsubimage2d");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019434,
203         "dEQP-GLES31.functional.debug.negative_covera",
204         "ge.get_error.texture.texsubimage2d_neg_level");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019435,
207         "dEQP-GLES31.functional.debug.negative_covera",
208         "ge.get_error.texture.texsubimage2d_max_level");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019436,
211         "dEQP-GLES31.functional.debug.negative_covera",
212         "ge.get_error.texture.texsubimage2d_neg_offset");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019437,
215         "dEQP-GLES31.functional.debug.negative_coverage",
216         ".get_error.texture.texsubimage2d_invalid_offset");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019438,
219         "dEQP-GLES31.functional.debug.negative_coverage.",
220         "get_error.texture.texsubimage2d_neg_width_height");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019439,
223         "dEQP-GLES31.functional.debug.negative_coverage.get",
224         "_error.texture.texsubimage2d_invalid_buffer_target");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019440,
227         "dEQP-GLES31.functional.debug.negative_c",
228         "overage.get_error.texture.texparameteri");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019441,
231         "dEQP-GLES31.functional.debug.negative_c",
232         "overage.get_error.texture.texparameterf");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019442,
235         "dEQP-GLES31.functional.debug.negative_c",
236         "overage.get_error.texture.texparameteriv");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019443,
239         "dEQP-GLES31.functional.debug.negative_c",
240         "overage.get_error.texture.texparameterfv");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019444,
243         "dEQP-GLES31.functional.debug.negative_co",
244         "verage.get_error.texture.texparameterIiv");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019445,
247         "dEQP-GLES31.functional.debug.negative_co",
248         "verage.get_error.texture.texparameterIuiv");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019446,
251         "dEQP-GLES31.functional.debug.negative_covera",
252         "ge.get_error.texture.compressedtexsubimage2d");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019447,
255         "dEQP-GLES31.functional.debug.negative_coverage.ge",
256         "t_error.texture.compressedtexsubimage2d_neg_level");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019448,
259         "dEQP-GLES31.functional.debug.negative_coverage.ge",
260         "t_error.texture.compressedtexsubimage2d_max_level");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019449,
263         "dEQP-GLES31.functional.debug.negative_coverage.ge",
264         "t_error.texture.compressedtexsubimage2d_neg_offset");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019450,
267         "dEQP-GLES31.functional.debug.negative_coverage.get_",
268         "error.texture.compressedtexsubimage2d_invalid_offset");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019451,
271         "dEQP-GLES31.functional.debug.negative_coverage.get_e",
272         "rror.texture.compressedtexsubimage2d_neg_width_height");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019452,
275         "dEQP-GLES31.functional.debug.negative_coverage.get",
276         "_error.texture.compressedtexsubimage2d_invalid_size");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019453,
279         "dEQP-GLES31.functional.debug.negative_coverage.get_erro",
280         "r.texture.compressedtexsubimage2d_invalid_buffer_target");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019454,
283         "dEQP-GLES31.functional.debug.negative",
284         "_coverage.get_error.texture.teximage3d");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019455,
287         "dEQP-GLES31.functional.debug.negative_cove",
288         "rage.get_error.texture.teximage3d_neg_level");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019456,
291         "dEQP-GLES31.functional.debug.negative_cove",
292         "rage.get_error.texture.teximage3d_max_level");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019457,
295         "dEQP-GLES31.functional.debug.negative_coverage.ge",
296         "t_error.texture.teximage3d_neg_width_height_depth");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019458,
299         "dEQP-GLES31.functional.debug.negative_coverage.ge",
300         "t_error.texture.teximage3d_max_width_height_depth");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019459,
303         "dEQP-GLES31.functional.debug.negative_coverag",
304         "e.get_error.texture.teximage3d_invalid_border");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019460,
307         "dEQP-GLES31.functional.debug.negative_coverage.g",
308         "et_error.texture.teximage3d_invalid_buffer_target");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019461,
311         "dEQP-GLES31.functional.debug.negative_c",
312         "overage.get_error.texture.texsubimage3d");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019462,
315         "dEQP-GLES31.functional.debug.negative_covera",
316         "ge.get_error.texture.texsubimage3d_neg_level");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019463,
319         "dEQP-GLES31.functional.debug.negative_covera",
320         "ge.get_error.texture.texsubimage3d_max_level");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019464,
323         "dEQP-GLES31.functional.debug.negative_covera",
324         "ge.get_error.texture.texsubimage3d_neg_offset");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019465,
327         "dEQP-GLES31.functional.debug.negative_coverage",
328         ".get_error.texture.texsubimage3d_invalid_offset");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019466,
331         "dEQP-GLES31.functional.debug.negative_coverage.",
332         "get_error.texture.texsubimage3d_neg_width_height");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019467,
335         "dEQP-GLES31.functional.debug.negative_coverage.get",
336         "_error.texture.texsubimage3d_invalid_buffer_target");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019468,
339         "dEQP-GLES31.functional.debug.negative_cov",
340         "erage.get_error.texture.copytexsubimage3d");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019469,
343         "dEQP-GLES31.functional.debug.negative_coverage",
344         ".get_error.texture.copytexsubimage3d_neg_level");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019470,
347         "dEQP-GLES31.functional.debug.negative_coverage",
348         ".get_error.texture.copytexsubimage3d_max_level");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019471,
351         "dEQP-GLES31.functional.debug.negative_coverage",
352         ".get_error.texture.copytexsubimage3d_neg_offset");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019472,
355         "dEQP-GLES31.functional.debug.negative_coverage.g",
356         "et_error.texture.copytexsubimage3d_invalid_offset");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019473,
359         "dEQP-GLES31.functional.debug.negative_coverage.ge",
360         "t_error.texture.copytexsubimage3d_neg_width_height");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019474,
363         "dEQP-GLES31.functional.debug.negative_coverage.get_e",
364         "rror.texture.copytexsubimage3d_incomplete_framebuffer");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019475,
367         "dEQP-GLES31.functional.debug.negative_cove",
368         "rage.get_error.texture.compressedteximage3d");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019476,
371         "dEQP-GLES31.functional.debug.negative_coverage.",
372         "get_error.texture.compressedteximage3d_neg_level");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019477,
375         "dEQP-GLES31.functional.debug.negative_coverage.",
376         "get_error.texture.compressedteximage3d_max_level");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019478,
379         "dEQP-GLES31.functional.debug.negative_coverage.get_err",
380         "or.texture.compressedteximage3d_neg_width_height_depth");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019479,
383         "dEQP-GLES31.functional.debug.negative_coverage.get_err",
384         "or.texture.compressedteximage3d_max_width_height_depth");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019480,
387         "dEQP-GLES31.functional.debug.negative_coverage.get",
388         "_error.texture.compressedteximage3d_invalid_border");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019481,
391         "dEQP-GLES31.functional.debug.negative_coverage.ge",
392         "t_error.texture.compressedteximage3d_invalid_size");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019482,
395         "dEQP-GLES31.functional.debug.negative_coverage.get_er",
396         "ror.texture.compressedteximage3d_invalid_buffer_target");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019483,
399         "dEQP-GLES31.functional.debug.negative_covera",
400         "ge.get_error.texture.compressedtexsubimage3d");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019484,
403         "dEQP-GLES31.functional.debug.negative_coverage.ge",
404         "t_error.texture.compressedtexsubimage3d_neg_level");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019485,
407         "dEQP-GLES31.functional.debug.negative_coverage.ge",
408         "t_error.texture.compressedtexsubimage3d_max_level");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019486,
411         "dEQP-GLES31.functional.debug.negative_coverage.ge",
412         "t_error.texture.compressedtexsubimage3d_neg_offset");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019487,
415         "dEQP-GLES31.functional.debug.negative_coverage.get_",
416         "error.texture.compressedtexsubimage3d_invalid_offset");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019488,
419         "dEQP-GLES31.functional.debug.negative_coverage.get_erro",
420         "r.texture.compressedtexsubimage3d_neg_width_height_depth");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019489,
423         "dEQP-GLES31.functional.debug.negative_coverage.get",
424         "_error.texture.compressedtexsubimage3d_invalid_size");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019490,
427         "dEQP-GLES31.functional.debug.negative_coverage.get_erro",
428         "r.texture.compressedtexsubimage3d_invalid_buffer_target");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019491,
431         "dEQP-GLES31.functional.debug.negative_",
432         "coverage.get_error.texture.texstorage2d");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019492,
435         "dEQP-GLES31.functional.debug.negative_coverage",
436         ".get_error.texture.texstorage2d_invalid_binding");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019493,
439         "dEQP-GLES31.functional.debug.negative_coverage",
440         ".get_error.texture.texstorage2d_invalid_levels");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019494,
443         "dEQP-GLES31.functional.debug.negative_",
444         "coverage.get_error.texture.texstorage3d");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019495,
447         "dEQP-GLES31.functional.debug.negative_coverage",
448         ".get_error.texture.texstorage3d_invalid_binding");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019496,
451         "dEQP-GLES31.functional.debug.negative_coverage",
452         ".get_error.texture.texstorage3d_invalid_levels");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019497,
455         "dEQP-GLES31.functional.debug.negative_coverag",
456         "e.get_error.texture.srgb_decode_texparameteri");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019498,
459         "dEQP-GLES31.functional.debug.negative_coverag",
460         "e.get_error.texture.srgb_decode_texparameterf");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019499,
463         "dEQP-GLES31.functional.debug.negative_coverag",
464         "e.get_error.texture.srgb_decode_texparameteriv");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019500,
467         "dEQP-GLES31.functional.debug.negative_coverag",
468         "e.get_error.texture.srgb_decode_texparameterfv");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019501,
471         "dEQP-GLES31.functional.debug.negative_coverage",
472         ".get_error.texture.srgb_decode_texparameterIiv");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019502,
475         "dEQP-GLES31.functional.debug.negative_coverage",
476         ".get_error.texture.srgb_decode_texparameterIuiv");
477