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 "../ActsDeqpgles310019TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018892,
27        "dEQP-GLES31.functional.debug.negativ",
28        "e_coverage.log.texture.activetexture");
29
30static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018893,
31        "dEQP-GLES31.functional.debug.negati",
32        "ve_coverage.log.texture.bindtexture");
33
34static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018894,
35        "dEQP-GLES31.functional.debug.negative_coverage.",
36        "log.texture.compressedteximage2d_invalid_target");
37
38static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018895,
39        "dEQP-GLES31.functional.debug.negative_coverage.",
40        "log.texture.compressedteximage2d_invalid_format");
41
42static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018896,
43        "dEQP-GLES31.functional.debug.negative_covera",
44        "ge.log.texture.compressedteximage2d_neg_level");
45
46static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018897,
47        "dEQP-GLES31.functional.debug.negative_covera",
48        "ge.log.texture.compressedteximage2d_max_level");
49
50static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018898,
51        "dEQP-GLES31.functional.debug.negative_coverage.l",
52        "og.texture.compressedteximage2d_neg_width_height");
53
54static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018899,
55        "dEQP-GLES31.functional.debug.negative_coverage.l",
56        "og.texture.compressedteximage2d_max_width_height");
57
58static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018900,
59        "dEQP-GLES31.functional.debug.negative_coverage.",
60        "log.texture.compressedteximage2d_invalid_border");
61
62static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018901,
63        "dEQP-GLES31.functional.debug.negative_coverage",
64        ".log.texture.compressedteximage2d_invalid_size");
65
66static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018902,
67        "dEQP-GLES31.functional.debug.negative_covera",
68        "ge.log.texture.compressedteximage2d_neg_size");
69
70static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018903,
71        "dEQP-GLES31.functional.debug.negative_coverage.log",
72        ".texture.compressedteximage2d_invalid_width_height");
73
74static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018904,
75        "dEQP-GLES31.functional.debug.negative_coverage.log",
76        ".texture.compressedteximage2d_invalid_buffer_target");
77
78static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018905,
79        "dEQP-GLES31.functional.debug.negative_covera",
80        "ge.log.texture.copyteximage2d_invalid_target");
81
82static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018906,
83        "dEQP-GLES31.functional.debug.negative_covera",
84        "ge.log.texture.copyteximage2d_invalid_format");
85
86static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018907,
87        "dEQP-GLES31.functional.debug.negative_coverage.lo",
88        "g.texture.copyteximage2d_inequal_width_height_cube");
89
90static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018908,
91        "dEQP-GLES31.functional.debug.negative_cov",
92        "erage.log.texture.copyteximage2d_neg_level");
93
94static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018909,
95        "dEQP-GLES31.functional.debug.negative_cov",
96        "erage.log.texture.copyteximage2d_max_level");
97
98static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018910,
99        "dEQP-GLES31.functional.debug.negative_coverag",
100        "e.log.texture.copyteximage2d_neg_width_height");
101
102static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018911,
103        "dEQP-GLES31.functional.debug.negative_coverag",
104        "e.log.texture.copyteximage2d_max_width_height");
105
106static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018912,
107        "dEQP-GLES31.functional.debug.negative_covera",
108        "ge.log.texture.copyteximage2d_invalid_border");
109
110static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018913,
111        "dEQP-GLES31.functional.debug.negative_coverage.l",
112        "og.texture.copyteximage2d_incomplete_framebuffer");
113
114static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018914,
115        "dEQP-GLES31.functional.debug.negative_coverag",
116        "e.log.texture.copytexsubimage2d_invalid_target");
117
118static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018915,
119        "dEQP-GLES31.functional.debug.negative_coverage.l",
120        "og.texture.copytexsubimage2d_read_buffer_is_none");
121
122static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018916,
123        "dEQP-GLES31.functional.debug.negative_coverage.lo",
124        "g.texture.copytexsubimage2d_texture_internalformat");
125
126static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018917,
127        "dEQP-GLES31.functional.debug.negative_cover",
128        "age.log.texture.copytexsubimage2d_neg_level");
129
130static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018918,
131        "dEQP-GLES31.functional.debug.negative_cover",
132        "age.log.texture.copytexsubimage2d_max_level");
133
134static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018919,
135        "dEQP-GLES31.functional.debug.negative_cover",
136        "age.log.texture.copytexsubimage2d_neg_offset");
137
138static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018920,
139        "dEQP-GLES31.functional.debug.negative_coverag",
140        "e.log.texture.copytexsubimage2d_invalid_offset");
141
142static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018921,
143        "dEQP-GLES31.functional.debug.negative_coverage",
144        ".log.texture.copytexsubimage2d_neg_width_height");
145
146static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018922,
147        "dEQP-GLES31.functional.debug.negative_coverage.lo",
148        "g.texture.copytexsubimage2d_incomplete_framebuffer");
149
150static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018923,
151        "dEQP-GLES31.functional.debug.negativ",
152        "e_coverage.log.texture.deletetextures");
153
154static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018924,
155        "dEQP-GLES31.functional.debug.negativ",
156        "e_coverage.log.texture.generatemipmap");
157
158static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018925,
159        "dEQP-GLES31.functional.debug.negati",
160        "ve_coverage.log.texture.gentextures");
161
162static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018926,
163        "dEQP-GLES31.functional.debug.negati",
164        "ve_coverage.log.texture.pixelstorei");
165
166static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018927,
167        "dEQP-GLES31.functional.debug.negat",
168        "ive_coverage.log.texture.teximage2d");
169
170static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018928,
171        "dEQP-GLES31.functional.debug.negative_coverage.",
172        "log.texture.teximage2d_inequal_width_height_cube");
173
174static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018929,
175        "dEQP-GLES31.functional.debug.negative_c",
176        "overage.log.texture.teximage2d_neg_level");
177
178static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018930,
179        "dEQP-GLES31.functional.debug.negative_c",
180        "overage.log.texture.teximage2d_max_level");
181
182static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018931,
183        "dEQP-GLES31.functional.debug.negative_cover",
184        "age.log.texture.teximage2d_neg_width_height");
185
186static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018932,
187        "dEQP-GLES31.functional.debug.negative_cover",
188        "age.log.texture.teximage2d_max_width_height");
189
190static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018933,
191        "dEQP-GLES31.functional.debug.negative_cove",
192        "rage.log.texture.teximage2d_invalid_border");
193
194static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018934,
195        "dEQP-GLES31.functional.debug.negative_coverag",
196        "e.log.texture.teximage2d_invalid_buffer_target");
197
198static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018935,
199        "dEQP-GLES31.functional.debug.negativ",
200        "e_coverage.log.texture.texsubimage2d");
201
202static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018936,
203        "dEQP-GLES31.functional.debug.negative_cov",
204        "erage.log.texture.texsubimage2d_neg_level");
205
206static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018937,
207        "dEQP-GLES31.functional.debug.negative_cov",
208        "erage.log.texture.texsubimage2d_max_level");
209
210static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018938,
211        "dEQP-GLES31.functional.debug.negative_cov",
212        "erage.log.texture.texsubimage2d_neg_offset");
213
214static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018939,
215        "dEQP-GLES31.functional.debug.negative_cover",
216        "age.log.texture.texsubimage2d_invalid_offset");
217
218static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018940,
219        "dEQP-GLES31.functional.debug.negative_covera",
220        "ge.log.texture.texsubimage2d_neg_width_height");
221
222static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018941,
223        "dEQP-GLES31.functional.debug.negative_coverage.",
224        "log.texture.texsubimage2d_invalid_buffer_target");
225
226static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018942,
227        "dEQP-GLES31.functional.debug.negativ",
228        "e_coverage.log.texture.texparameteri");
229
230static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018943,
231        "dEQP-GLES31.functional.debug.negativ",
232        "e_coverage.log.texture.texparameterf");
233
234static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018944,
235        "dEQP-GLES31.functional.debug.negativ",
236        "e_coverage.log.texture.texparameteriv");
237
238static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018945,
239        "dEQP-GLES31.functional.debug.negativ",
240        "e_coverage.log.texture.texparameterfv");
241
242static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018946,
243        "dEQP-GLES31.functional.debug.negative",
244        "_coverage.log.texture.texparameterIiv");
245
246static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018947,
247        "dEQP-GLES31.functional.debug.negative",
248        "_coverage.log.texture.texparameterIuiv");
249
250static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018948,
251        "dEQP-GLES31.functional.debug.negative_cov",
252        "erage.log.texture.compressedtexsubimage2d");
253
254static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018949,
255        "dEQP-GLES31.functional.debug.negative_coverage",
256        ".log.texture.compressedtexsubimage2d_neg_level");
257
258static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018950,
259        "dEQP-GLES31.functional.debug.negative_coverage",
260        ".log.texture.compressedtexsubimage2d_max_level");
261
262static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018951,
263        "dEQP-GLES31.functional.debug.negative_coverage",
264        ".log.texture.compressedtexsubimage2d_neg_offset");
265
266static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018952,
267        "dEQP-GLES31.functional.debug.negative_coverage.l",
268        "og.texture.compressedtexsubimage2d_invalid_offset");
269
270static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018953,
271        "dEQP-GLES31.functional.debug.negative_coverage.lo",
272        "g.texture.compressedtexsubimage2d_neg_width_height");
273
274static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018954,
275        "dEQP-GLES31.functional.debug.negative_coverage.",
276        "log.texture.compressedtexsubimage2d_invalid_size");
277
278static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018955,
279        "dEQP-GLES31.functional.debug.negative_coverage.log.t",
280        "exture.compressedtexsubimage2d_invalid_buffer_target");
281
282static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018956,
283        "dEQP-GLES31.functional.debug.negat",
284        "ive_coverage.log.texture.teximage3d");
285
286static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018957,
287        "dEQP-GLES31.functional.debug.negative_c",
288        "overage.log.texture.teximage3d_neg_level");
289
290static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018958,
291        "dEQP-GLES31.functional.debug.negative_c",
292        "overage.log.texture.teximage3d_max_level");
293
294static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018959,
295        "dEQP-GLES31.functional.debug.negative_coverage",
296        ".log.texture.teximage3d_neg_width_height_depth");
297
298static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018960,
299        "dEQP-GLES31.functional.debug.negative_coverage",
300        ".log.texture.teximage3d_max_width_height_depth");
301
302static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018961,
303        "dEQP-GLES31.functional.debug.negative_cove",
304        "rage.log.texture.teximage3d_invalid_border");
305
306static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018962,
307        "dEQP-GLES31.functional.debug.negative_coverag",
308        "e.log.texture.teximage3d_invalid_buffer_target");
309
310static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018963,
311        "dEQP-GLES31.functional.debug.negativ",
312        "e_coverage.log.texture.texsubimage3d");
313
314static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018964,
315        "dEQP-GLES31.functional.debug.negative_cov",
316        "erage.log.texture.texsubimage3d_neg_level");
317
318static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018965,
319        "dEQP-GLES31.functional.debug.negative_cov",
320        "erage.log.texture.texsubimage3d_max_level");
321
322static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018966,
323        "dEQP-GLES31.functional.debug.negative_cov",
324        "erage.log.texture.texsubimage3d_neg_offset");
325
326static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018967,
327        "dEQP-GLES31.functional.debug.negative_cover",
328        "age.log.texture.texsubimage3d_invalid_offset");
329
330static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018968,
331        "dEQP-GLES31.functional.debug.negative_covera",
332        "ge.log.texture.texsubimage3d_neg_width_height");
333
334static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018969,
335        "dEQP-GLES31.functional.debug.negative_coverage.",
336        "log.texture.texsubimage3d_invalid_buffer_target");
337
338static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018970,
339        "dEQP-GLES31.functional.debug.negative_",
340        "coverage.log.texture.copytexsubimage3d");
341
342static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018971,
343        "dEQP-GLES31.functional.debug.negative_cover",
344        "age.log.texture.copytexsubimage3d_neg_level");
345
346static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018972,
347        "dEQP-GLES31.functional.debug.negative_cover",
348        "age.log.texture.copytexsubimage3d_max_level");
349
350static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018973,
351        "dEQP-GLES31.functional.debug.negative_cover",
352        "age.log.texture.copytexsubimage3d_neg_offset");
353
354static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018974,
355        "dEQP-GLES31.functional.debug.negative_coverag",
356        "e.log.texture.copytexsubimage3d_invalid_offset");
357
358static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018975,
359        "dEQP-GLES31.functional.debug.negative_coverage",
360        ".log.texture.copytexsubimage3d_neg_width_height");
361
362static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018976,
363        "dEQP-GLES31.functional.debug.negative_coverage.lo",
364        "g.texture.copytexsubimage3d_incomplete_framebuffer");
365
366static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018977,
367        "dEQP-GLES31.functional.debug.negative_c",
368        "overage.log.texture.compressedteximage3d");
369
370static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018978,
371        "dEQP-GLES31.functional.debug.negative_covera",
372        "ge.log.texture.compressedteximage3d_neg_level");
373
374static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018979,
375        "dEQP-GLES31.functional.debug.negative_covera",
376        "ge.log.texture.compressedteximage3d_max_level");
377
378static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018980,
379        "dEQP-GLES31.functional.debug.negative_coverage.log.",
380        "texture.compressedteximage3d_neg_width_height_depth");
381
382static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018981,
383        "dEQP-GLES31.functional.debug.negative_coverage.log.",
384        "texture.compressedteximage3d_max_width_height_depth");
385
386static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018982,
387        "dEQP-GLES31.functional.debug.negative_coverage.",
388        "log.texture.compressedteximage3d_invalid_border");
389
390static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018983,
391        "dEQP-GLES31.functional.debug.negative_coverage",
392        ".log.texture.compressedteximage3d_invalid_size");
393
394static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018984,
395        "dEQP-GLES31.functional.debug.negative_coverage.log",
396        ".texture.compressedteximage3d_invalid_width_height");
397
398static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018985,
399        "dEQP-GLES31.functional.debug.negative_coverage.log",
400        ".texture.compressedteximage3d_invalid_buffer_target");
401
402static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018986,
403        "dEQP-GLES31.functional.debug.negative_cov",
404        "erage.log.texture.compressedtexsubimage3d");
405
406static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018987,
407        "dEQP-GLES31.functional.debug.negative_coverage",
408        ".log.texture.compressedtexsubimage3d_neg_level");
409
410static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018988,
411        "dEQP-GLES31.functional.debug.negative_coverage",
412        ".log.texture.compressedtexsubimage3d_max_level");
413
414static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018989,
415        "dEQP-GLES31.functional.debug.negative_coverage",
416        ".log.texture.compressedtexsubimage3d_neg_offset");
417
418static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018990,
419        "dEQP-GLES31.functional.debug.negative_coverage.l",
420        "og.texture.compressedtexsubimage3d_invalid_offset");
421
422static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018991,
423        "dEQP-GLES31.functional.debug.negative_coverage.log.t",
424        "exture.compressedtexsubimage3d_neg_width_height_depth");
425
426static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018992,
427        "dEQP-GLES31.functional.debug.negative_coverage.",
428        "log.texture.compressedtexsubimage3d_invalid_size");
429
430static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018993,
431        "dEQP-GLES31.functional.debug.negative_coverage.log.t",
432        "exture.compressedtexsubimage3d_invalid_buffer_target");
433
434static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018994,
435        "dEQP-GLES31.functional.debug.negati",
436        "ve_coverage.log.texture.texstorage2d");
437
438static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018995,
439        "dEQP-GLES31.functional.debug.negative_cover",
440        "age.log.texture.texstorage2d_invalid_binding");
441
442static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018996,
443        "dEQP-GLES31.functional.debug.negative_cover",
444        "age.log.texture.texstorage2d_invalid_levels");
445
446static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018997,
447        "dEQP-GLES31.functional.debug.negati",
448        "ve_coverage.log.texture.texstorage3d");
449
450static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018998,
451        "dEQP-GLES31.functional.debug.negative_cover",
452        "age.log.texture.texstorage3d_invalid_binding");
453
454static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018999,
455        "dEQP-GLES31.functional.debug.negative_cover",
456        "age.log.texture.texstorage3d_invalid_levels");
457
458static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_019000,
459        "dEQP-GLES31.functional.debug.negative_cove",
460        "rage.log.texture.srgb_decode_texparameteri");
461
462static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_019001,
463        "dEQP-GLES31.functional.debug.negative_cove",
464        "rage.log.texture.srgb_decode_texparameterf");
465
466static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_019002,
467        "dEQP-GLES31.functional.debug.negative_cove",
468        "rage.log.texture.srgb_decode_texparameteriv");
469
470static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_019003,
471        "dEQP-GLES31.functional.debug.negative_cove",
472        "rage.log.texture.srgb_decode_texparameterfv");
473
474static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_019004,
475        "dEQP-GLES31.functional.debug.negative_cover",
476        "age.log.texture.srgb_decode_texparameterIiv");
477
478static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_019005,
479        "dEQP-GLES31.functional.debug.negative_cover",
480        "age.log.texture.srgb_decode_texparameterIuiv");
481