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_018394,
27        "dEQP-GLES31.functional.debug.negative_c",
28        "overage.callbacks.texture.activetexture");
29
30static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018395,
31        "dEQP-GLES31.functional.debug.negative_",
32        "coverage.callbacks.texture.bindtexture");
33
34static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018396,
35        "dEQP-GLES31.functional.debug.negative_coverage.cal",
36        "lbacks.texture.compressedteximage2d_invalid_target");
37
38static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018397,
39        "dEQP-GLES31.functional.debug.negative_coverage.cal",
40        "lbacks.texture.compressedteximage2d_invalid_format");
41
42static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018398,
43        "dEQP-GLES31.functional.debug.negative_coverage.",
44        "callbacks.texture.compressedteximage2d_neg_level");
45
46static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018399,
47        "dEQP-GLES31.functional.debug.negative_coverage.",
48        "callbacks.texture.compressedteximage2d_max_level");
49
50static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018400,
51        "dEQP-GLES31.functional.debug.negative_coverage.call",
52        "backs.texture.compressedteximage2d_neg_width_height");
53
54static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018401,
55        "dEQP-GLES31.functional.debug.negative_coverage.call",
56        "backs.texture.compressedteximage2d_max_width_height");
57
58static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018402,
59        "dEQP-GLES31.functional.debug.negative_coverage.cal",
60        "lbacks.texture.compressedteximage2d_invalid_border");
61
62static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018403,
63        "dEQP-GLES31.functional.debug.negative_coverage.ca",
64        "llbacks.texture.compressedteximage2d_invalid_size");
65
66static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018404,
67        "dEQP-GLES31.functional.debug.negative_coverage.",
68        "callbacks.texture.compressedteximage2d_neg_size");
69
70static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018405,
71        "dEQP-GLES31.functional.debug.negative_coverage.callba",
72        "cks.texture.compressedteximage2d_invalid_width_height");
73
74static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018406,
75        "dEQP-GLES31.functional.debug.negative_coverage.callba",
76        "cks.texture.compressedteximage2d_invalid_buffer_target");
77
78static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018407,
79        "dEQP-GLES31.functional.debug.negative_coverage.",
80        "callbacks.texture.copyteximage2d_invalid_target");
81
82static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018408,
83        "dEQP-GLES31.functional.debug.negative_coverage.",
84        "callbacks.texture.copyteximage2d_invalid_format");
85
86static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018409,
87        "dEQP-GLES31.functional.debug.negative_coverage.callb",
88        "acks.texture.copyteximage2d_inequal_width_height_cube");
89
90static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018410,
91        "dEQP-GLES31.functional.debug.negative_covera",
92        "ge.callbacks.texture.copyteximage2d_neg_level");
93
94static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018411,
95        "dEQP-GLES31.functional.debug.negative_covera",
96        "ge.callbacks.texture.copyteximage2d_max_level");
97
98static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018412,
99        "dEQP-GLES31.functional.debug.negative_coverage.c",
100        "allbacks.texture.copyteximage2d_neg_width_height");
101
102static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018413,
103        "dEQP-GLES31.functional.debug.negative_coverage.c",
104        "allbacks.texture.copyteximage2d_max_width_height");
105
106static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018414,
107        "dEQP-GLES31.functional.debug.negative_coverage.",
108        "callbacks.texture.copyteximage2d_invalid_border");
109
110static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018415,
111        "dEQP-GLES31.functional.debug.negative_coverage.call",
112        "backs.texture.copyteximage2d_incomplete_framebuffer");
113
114static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018416,
115        "dEQP-GLES31.functional.debug.negative_coverage.c",
116        "allbacks.texture.copytexsubimage2d_invalid_target");
117
118static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018417,
119        "dEQP-GLES31.functional.debug.negative_coverage.call",
120        "backs.texture.copytexsubimage2d_read_buffer_is_none");
121
122static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018418,
123        "dEQP-GLES31.functional.debug.negative_coverage.callb",
124        "acks.texture.copytexsubimage2d_texture_internalformat");
125
126static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018419,
127        "dEQP-GLES31.functional.debug.negative_coverage",
128        ".callbacks.texture.copytexsubimage2d_neg_level");
129
130static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018420,
131        "dEQP-GLES31.functional.debug.negative_coverage",
132        ".callbacks.texture.copytexsubimage2d_max_level");
133
134static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018421,
135        "dEQP-GLES31.functional.debug.negative_coverage",
136        ".callbacks.texture.copytexsubimage2d_neg_offset");
137
138static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018422,
139        "dEQP-GLES31.functional.debug.negative_coverage.c",
140        "allbacks.texture.copytexsubimage2d_invalid_offset");
141
142static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018423,
143        "dEQP-GLES31.functional.debug.negative_coverage.ca",
144        "llbacks.texture.copytexsubimage2d_neg_width_height");
145
146static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018424,
147        "dEQP-GLES31.functional.debug.negative_coverage.callb",
148        "acks.texture.copytexsubimage2d_incomplete_framebuffer");
149
150static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018425,
151        "dEQP-GLES31.functional.debug.negative_c",
152        "overage.callbacks.texture.deletetextures");
153
154static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018426,
155        "dEQP-GLES31.functional.debug.negative_c",
156        "overage.callbacks.texture.generatemipmap");
157
158static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018427,
159        "dEQP-GLES31.functional.debug.negative_",
160        "coverage.callbacks.texture.gentextures");
161
162static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018428,
163        "dEQP-GLES31.functional.debug.negative_",
164        "coverage.callbacks.texture.pixelstorei");
165
166static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018429,
167        "dEQP-GLES31.functional.debug.negative",
168        "_coverage.callbacks.texture.teximage2d");
169
170static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018430,
171        "dEQP-GLES31.functional.debug.negative_coverage.cal",
172        "lbacks.texture.teximage2d_inequal_width_height_cube");
173
174static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018431,
175        "dEQP-GLES31.functional.debug.negative_cove",
176        "rage.callbacks.texture.teximage2d_neg_level");
177
178static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018432,
179        "dEQP-GLES31.functional.debug.negative_cove",
180        "rage.callbacks.texture.teximage2d_max_level");
181
182static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018433,
183        "dEQP-GLES31.functional.debug.negative_coverage",
184        ".callbacks.texture.teximage2d_neg_width_height");
185
186static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018434,
187        "dEQP-GLES31.functional.debug.negative_coverage",
188        ".callbacks.texture.teximage2d_max_width_height");
189
190static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018435,
191        "dEQP-GLES31.functional.debug.negative_coverag",
192        "e.callbacks.texture.teximage2d_invalid_border");
193
194static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018436,
195        "dEQP-GLES31.functional.debug.negative_coverage.c",
196        "allbacks.texture.teximage2d_invalid_buffer_target");
197
198static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018437,
199        "dEQP-GLES31.functional.debug.negative_c",
200        "overage.callbacks.texture.texsubimage2d");
201
202static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018438,
203        "dEQP-GLES31.functional.debug.negative_covera",
204        "ge.callbacks.texture.texsubimage2d_neg_level");
205
206static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018439,
207        "dEQP-GLES31.functional.debug.negative_covera",
208        "ge.callbacks.texture.texsubimage2d_max_level");
209
210static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018440,
211        "dEQP-GLES31.functional.debug.negative_covera",
212        "ge.callbacks.texture.texsubimage2d_neg_offset");
213
214static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018441,
215        "dEQP-GLES31.functional.debug.negative_coverage",
216        ".callbacks.texture.texsubimage2d_invalid_offset");
217
218static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018442,
219        "dEQP-GLES31.functional.debug.negative_coverage.",
220        "callbacks.texture.texsubimage2d_neg_width_height");
221
222static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018443,
223        "dEQP-GLES31.functional.debug.negative_coverage.cal",
224        "lbacks.texture.texsubimage2d_invalid_buffer_target");
225
226static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018444,
227        "dEQP-GLES31.functional.debug.negative_c",
228        "overage.callbacks.texture.texparameteri");
229
230static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018445,
231        "dEQP-GLES31.functional.debug.negative_c",
232        "overage.callbacks.texture.texparameterf");
233
234static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018446,
235        "dEQP-GLES31.functional.debug.negative_c",
236        "overage.callbacks.texture.texparameteriv");
237
238static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018447,
239        "dEQP-GLES31.functional.debug.negative_c",
240        "overage.callbacks.texture.texparameterfv");
241
242static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018448,
243        "dEQP-GLES31.functional.debug.negative_co",
244        "verage.callbacks.texture.texparameterIiv");
245
246static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018449,
247        "dEQP-GLES31.functional.debug.negative_co",
248        "verage.callbacks.texture.texparameterIuiv");
249
250static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018450,
251        "dEQP-GLES31.functional.debug.negative_covera",
252        "ge.callbacks.texture.compressedtexsubimage2d");
253
254static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018451,
255        "dEQP-GLES31.functional.debug.negative_coverage.ca",
256        "llbacks.texture.compressedtexsubimage2d_neg_level");
257
258static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018452,
259        "dEQP-GLES31.functional.debug.negative_coverage.ca",
260        "llbacks.texture.compressedtexsubimage2d_max_level");
261
262static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018453,
263        "dEQP-GLES31.functional.debug.negative_coverage.ca",
264        "llbacks.texture.compressedtexsubimage2d_neg_offset");
265
266static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018454,
267        "dEQP-GLES31.functional.debug.negative_coverage.call",
268        "backs.texture.compressedtexsubimage2d_invalid_offset");
269
270static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018455,
271        "dEQP-GLES31.functional.debug.negative_coverage.callb",
272        "acks.texture.compressedtexsubimage2d_neg_width_height");
273
274static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018456,
275        "dEQP-GLES31.functional.debug.negative_coverage.cal",
276        "lbacks.texture.compressedtexsubimage2d_invalid_size");
277
278static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018457,
279        "dEQP-GLES31.functional.debug.negative_coverage.callback",
280        "s.texture.compressedtexsubimage2d_invalid_buffer_target");
281
282static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018458,
283        "dEQP-GLES31.functional.debug.negative",
284        "_coverage.callbacks.texture.teximage3d");
285
286static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018459,
287        "dEQP-GLES31.functional.debug.negative_cove",
288        "rage.callbacks.texture.teximage3d_neg_level");
289
290static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018460,
291        "dEQP-GLES31.functional.debug.negative_cove",
292        "rage.callbacks.texture.teximage3d_max_level");
293
294static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018461,
295        "dEQP-GLES31.functional.debug.negative_coverage.ca",
296        "llbacks.texture.teximage3d_neg_width_height_depth");
297
298static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018462,
299        "dEQP-GLES31.functional.debug.negative_coverage.ca",
300        "llbacks.texture.teximage3d_max_width_height_depth");
301
302static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018463,
303        "dEQP-GLES31.functional.debug.negative_coverag",
304        "e.callbacks.texture.teximage3d_invalid_border");
305
306static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018464,
307        "dEQP-GLES31.functional.debug.negative_coverage.c",
308        "allbacks.texture.teximage3d_invalid_buffer_target");
309
310static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018465,
311        "dEQP-GLES31.functional.debug.negative_c",
312        "overage.callbacks.texture.texsubimage3d");
313
314static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018466,
315        "dEQP-GLES31.functional.debug.negative_covera",
316        "ge.callbacks.texture.texsubimage3d_neg_level");
317
318static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018467,
319        "dEQP-GLES31.functional.debug.negative_covera",
320        "ge.callbacks.texture.texsubimage3d_max_level");
321
322static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018468,
323        "dEQP-GLES31.functional.debug.negative_covera",
324        "ge.callbacks.texture.texsubimage3d_neg_offset");
325
326static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018469,
327        "dEQP-GLES31.functional.debug.negative_coverage",
328        ".callbacks.texture.texsubimage3d_invalid_offset");
329
330static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018470,
331        "dEQP-GLES31.functional.debug.negative_coverage.",
332        "callbacks.texture.texsubimage3d_neg_width_height");
333
334static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018471,
335        "dEQP-GLES31.functional.debug.negative_coverage.cal",
336        "lbacks.texture.texsubimage3d_invalid_buffer_target");
337
338static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018472,
339        "dEQP-GLES31.functional.debug.negative_cov",
340        "erage.callbacks.texture.copytexsubimage3d");
341
342static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018473,
343        "dEQP-GLES31.functional.debug.negative_coverage",
344        ".callbacks.texture.copytexsubimage3d_neg_level");
345
346static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018474,
347        "dEQP-GLES31.functional.debug.negative_coverage",
348        ".callbacks.texture.copytexsubimage3d_max_level");
349
350static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018475,
351        "dEQP-GLES31.functional.debug.negative_coverage",
352        ".callbacks.texture.copytexsubimage3d_neg_offset");
353
354static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018476,
355        "dEQP-GLES31.functional.debug.negative_coverage.c",
356        "allbacks.texture.copytexsubimage3d_invalid_offset");
357
358static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018477,
359        "dEQP-GLES31.functional.debug.negative_coverage.ca",
360        "llbacks.texture.copytexsubimage3d_neg_width_height");
361
362static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018478,
363        "dEQP-GLES31.functional.debug.negative_coverage.callb",
364        "acks.texture.copytexsubimage3d_incomplete_framebuffer");
365
366static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018479,
367        "dEQP-GLES31.functional.debug.negative_cove",
368        "rage.callbacks.texture.compressedteximage3d");
369
370static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018480,
371        "dEQP-GLES31.functional.debug.negative_coverage.",
372        "callbacks.texture.compressedteximage3d_neg_level");
373
374static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018481,
375        "dEQP-GLES31.functional.debug.negative_coverage.",
376        "callbacks.texture.compressedteximage3d_max_level");
377
378static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018482,
379        "dEQP-GLES31.functional.debug.negative_coverage.callbac",
380        "ks.texture.compressedteximage3d_neg_width_height_depth");
381
382static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018483,
383        "dEQP-GLES31.functional.debug.negative_coverage.callbac",
384        "ks.texture.compressedteximage3d_max_width_height_depth");
385
386static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018484,
387        "dEQP-GLES31.functional.debug.negative_coverage.cal",
388        "lbacks.texture.compressedteximage3d_invalid_border");
389
390static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018485,
391        "dEQP-GLES31.functional.debug.negative_coverage.ca",
392        "llbacks.texture.compressedteximage3d_invalid_size");
393
394static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018486,
395        "dEQP-GLES31.functional.debug.negative_coverage.callba",
396        "cks.texture.compressedteximage3d_invalid_width_height");
397
398static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018487,
399        "dEQP-GLES31.functional.debug.negative_coverage.callba",
400        "cks.texture.compressedteximage3d_invalid_buffer_target");
401
402static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018488,
403        "dEQP-GLES31.functional.debug.negative_covera",
404        "ge.callbacks.texture.compressedtexsubimage3d");
405
406static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018489,
407        "dEQP-GLES31.functional.debug.negative_coverage.ca",
408        "llbacks.texture.compressedtexsubimage3d_neg_level");
409
410static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018490,
411        "dEQP-GLES31.functional.debug.negative_coverage.ca",
412        "llbacks.texture.compressedtexsubimage3d_max_level");
413
414static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018491,
415        "dEQP-GLES31.functional.debug.negative_coverage.ca",
416        "llbacks.texture.compressedtexsubimage3d_neg_offset");
417
418static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018492,
419        "dEQP-GLES31.functional.debug.negative_coverage.call",
420        "backs.texture.compressedtexsubimage3d_invalid_offset");
421
422static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018493,
423        "dEQP-GLES31.functional.debug.negative_coverage.callback",
424        "s.texture.compressedtexsubimage3d_neg_width_height_depth");
425
426static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018494,
427        "dEQP-GLES31.functional.debug.negative_coverage.cal",
428        "lbacks.texture.compressedtexsubimage3d_invalid_size");
429
430static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018495,
431        "dEQP-GLES31.functional.debug.negative_coverage.callback",
432        "s.texture.compressedtexsubimage3d_invalid_buffer_target");
433
434static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018496,
435        "dEQP-GLES31.functional.debug.negative_",
436        "coverage.callbacks.texture.texstorage2d");
437
438static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018497,
439        "dEQP-GLES31.functional.debug.negative_coverage",
440        ".callbacks.texture.texstorage2d_invalid_binding");
441
442static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018498,
443        "dEQP-GLES31.functional.debug.negative_coverage",
444        ".callbacks.texture.texstorage2d_invalid_levels");
445
446static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018499,
447        "dEQP-GLES31.functional.debug.negative_",
448        "coverage.callbacks.texture.texstorage3d");
449
450static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018500,
451        "dEQP-GLES31.functional.debug.negative_coverage",
452        ".callbacks.texture.texstorage3d_invalid_binding");
453
454static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018501,
455        "dEQP-GLES31.functional.debug.negative_coverage",
456        ".callbacks.texture.texstorage3d_invalid_levels");
457
458static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018502,
459        "dEQP-GLES31.functional.debug.negative_coverag",
460        "e.callbacks.texture.srgb_decode_texparameteri");
461
462static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018503,
463        "dEQP-GLES31.functional.debug.negative_coverag",
464        "e.callbacks.texture.srgb_decode_texparameterf");
465
466static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018504,
467        "dEQP-GLES31.functional.debug.negative_coverag",
468        "e.callbacks.texture.srgb_decode_texparameteriv");
469
470static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018505,
471        "dEQP-GLES31.functional.debug.negative_coverag",
472        "e.callbacks.texture.srgb_decode_texparameterfv");
473
474static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018506,
475        "dEQP-GLES31.functional.debug.negative_coverage",
476        ".callbacks.texture.srgb_decode_texparameterIiv");
477
478static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018507,
479        "dEQP-GLES31.functional.debug.negative_coverage",
480        ".callbacks.texture.srgb_decode_texparameterIuiv");
481