1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles3BaseFunc.h"
19 #include "../ActsDeqpgles30028TestSuite.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(ActsDeqpgles30028TestSuite, TestCase_027774,
27         "dEQP-GLES3.functional.fragment_ops.de",
28         "pth_stencil.stencil_ops.keep_keep_keep");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027775,
31         "dEQP-GLES3.functional.fragment_ops.de",
32         "pth_stencil.stencil_ops.keep_keep_zero");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027776,
35         "dEQP-GLES3.functional.fragment_ops.dept",
36         "h_stencil.stencil_ops.keep_keep_replace");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027777,
39         "dEQP-GLES3.functional.fragment_ops.de",
40         "pth_stencil.stencil_ops.keep_keep_incr");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027778,
43         "dEQP-GLES3.functional.fragment_ops.de",
44         "pth_stencil.stencil_ops.keep_keep_decr");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027779,
47         "dEQP-GLES3.functional.fragment_ops.dep",
48         "th_stencil.stencil_ops.keep_keep_invert");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027780,
51         "dEQP-GLES3.functional.fragment_ops.depth",
52         "_stencil.stencil_ops.keep_keep_incr_wrap");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027781,
55         "dEQP-GLES3.functional.fragment_ops.depth",
56         "_stencil.stencil_ops.keep_keep_decr_wrap");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027782,
59         "dEQP-GLES3.functional.fragment_ops.de",
60         "pth_stencil.stencil_ops.keep_zero_keep");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027783,
63         "dEQP-GLES3.functional.fragment_ops.de",
64         "pth_stencil.stencil_ops.keep_zero_zero");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027784,
67         "dEQP-GLES3.functional.fragment_ops.dept",
68         "h_stencil.stencil_ops.keep_zero_replace");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027785,
71         "dEQP-GLES3.functional.fragment_ops.de",
72         "pth_stencil.stencil_ops.keep_zero_incr");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027786,
75         "dEQP-GLES3.functional.fragment_ops.de",
76         "pth_stencil.stencil_ops.keep_zero_decr");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027787,
79         "dEQP-GLES3.functional.fragment_ops.dep",
80         "th_stencil.stencil_ops.keep_zero_invert");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027788,
83         "dEQP-GLES3.functional.fragment_ops.depth",
84         "_stencil.stencil_ops.keep_zero_incr_wrap");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027789,
87         "dEQP-GLES3.functional.fragment_ops.depth",
88         "_stencil.stencil_ops.keep_zero_decr_wrap");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027790,
91         "dEQP-GLES3.functional.fragment_ops.dept",
92         "h_stencil.stencil_ops.keep_replace_keep");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027791,
95         "dEQP-GLES3.functional.fragment_ops.dept",
96         "h_stencil.stencil_ops.keep_replace_zero");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027792,
99         "dEQP-GLES3.functional.fragment_ops.depth",
100         "_stencil.stencil_ops.keep_replace_replace");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027793,
103         "dEQP-GLES3.functional.fragment_ops.dept",
104         "h_stencil.stencil_ops.keep_replace_incr");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027794,
107         "dEQP-GLES3.functional.fragment_ops.dept",
108         "h_stencil.stencil_ops.keep_replace_decr");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027795,
111         "dEQP-GLES3.functional.fragment_ops.depth",
112         "_stencil.stencil_ops.keep_replace_invert");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027796,
115         "dEQP-GLES3.functional.fragment_ops.depth_",
116         "stencil.stencil_ops.keep_replace_incr_wrap");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027797,
119         "dEQP-GLES3.functional.fragment_ops.depth_",
120         "stencil.stencil_ops.keep_replace_decr_wrap");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027798,
123         "dEQP-GLES3.functional.fragment_ops.de",
124         "pth_stencil.stencil_ops.keep_incr_keep");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027799,
127         "dEQP-GLES3.functional.fragment_ops.de",
128         "pth_stencil.stencil_ops.keep_incr_zero");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027800,
131         "dEQP-GLES3.functional.fragment_ops.dept",
132         "h_stencil.stencil_ops.keep_incr_replace");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027801,
135         "dEQP-GLES3.functional.fragment_ops.de",
136         "pth_stencil.stencil_ops.keep_incr_incr");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027802,
139         "dEQP-GLES3.functional.fragment_ops.de",
140         "pth_stencil.stencil_ops.keep_incr_decr");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027803,
143         "dEQP-GLES3.functional.fragment_ops.dep",
144         "th_stencil.stencil_ops.keep_incr_invert");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027804,
147         "dEQP-GLES3.functional.fragment_ops.depth",
148         "_stencil.stencil_ops.keep_incr_incr_wrap");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027805,
151         "dEQP-GLES3.functional.fragment_ops.depth",
152         "_stencil.stencil_ops.keep_incr_decr_wrap");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027806,
155         "dEQP-GLES3.functional.fragment_ops.de",
156         "pth_stencil.stencil_ops.keep_decr_keep");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027807,
159         "dEQP-GLES3.functional.fragment_ops.de",
160         "pth_stencil.stencil_ops.keep_decr_zero");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027808,
163         "dEQP-GLES3.functional.fragment_ops.dept",
164         "h_stencil.stencil_ops.keep_decr_replace");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027809,
167         "dEQP-GLES3.functional.fragment_ops.de",
168         "pth_stencil.stencil_ops.keep_decr_incr");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027810,
171         "dEQP-GLES3.functional.fragment_ops.de",
172         "pth_stencil.stencil_ops.keep_decr_decr");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027811,
175         "dEQP-GLES3.functional.fragment_ops.dep",
176         "th_stencil.stencil_ops.keep_decr_invert");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027812,
179         "dEQP-GLES3.functional.fragment_ops.depth",
180         "_stencil.stencil_ops.keep_decr_incr_wrap");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027813,
183         "dEQP-GLES3.functional.fragment_ops.depth",
184         "_stencil.stencil_ops.keep_decr_decr_wrap");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027814,
187         "dEQP-GLES3.functional.fragment_ops.dep",
188         "th_stencil.stencil_ops.keep_invert_keep");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027815,
191         "dEQP-GLES3.functional.fragment_ops.dep",
192         "th_stencil.stencil_ops.keep_invert_zero");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027816,
195         "dEQP-GLES3.functional.fragment_ops.depth",
196         "_stencil.stencil_ops.keep_invert_replace");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027817,
199         "dEQP-GLES3.functional.fragment_ops.dep",
200         "th_stencil.stencil_ops.keep_invert_incr");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027818,
203         "dEQP-GLES3.functional.fragment_ops.dep",
204         "th_stencil.stencil_ops.keep_invert_decr");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027819,
207         "dEQP-GLES3.functional.fragment_ops.dept",
208         "h_stencil.stencil_ops.keep_invert_invert");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027820,
211         "dEQP-GLES3.functional.fragment_ops.depth_",
212         "stencil.stencil_ops.keep_invert_incr_wrap");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027821,
215         "dEQP-GLES3.functional.fragment_ops.depth_",
216         "stencil.stencil_ops.keep_invert_decr_wrap");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027822,
219         "dEQP-GLES3.functional.fragment_ops.depth",
220         "_stencil.stencil_ops.keep_incr_wrap_keep");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027823,
223         "dEQP-GLES3.functional.fragment_ops.depth",
224         "_stencil.stencil_ops.keep_incr_wrap_zero");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027824,
227         "dEQP-GLES3.functional.fragment_ops.depth_",
228         "stencil.stencil_ops.keep_incr_wrap_replace");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027825,
231         "dEQP-GLES3.functional.fragment_ops.depth",
232         "_stencil.stencil_ops.keep_incr_wrap_incr");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027826,
235         "dEQP-GLES3.functional.fragment_ops.depth",
236         "_stencil.stencil_ops.keep_incr_wrap_decr");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027827,
239         "dEQP-GLES3.functional.fragment_ops.depth_",
240         "stencil.stencil_ops.keep_incr_wrap_invert");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027828,
243         "dEQP-GLES3.functional.fragment_ops.depth_s",
244         "tencil.stencil_ops.keep_incr_wrap_incr_wrap");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027829,
247         "dEQP-GLES3.functional.fragment_ops.depth_s",
248         "tencil.stencil_ops.keep_incr_wrap_decr_wrap");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027830,
251         "dEQP-GLES3.functional.fragment_ops.depth",
252         "_stencil.stencil_ops.keep_decr_wrap_keep");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027831,
255         "dEQP-GLES3.functional.fragment_ops.depth",
256         "_stencil.stencil_ops.keep_decr_wrap_zero");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027832,
259         "dEQP-GLES3.functional.fragment_ops.depth_",
260         "stencil.stencil_ops.keep_decr_wrap_replace");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027833,
263         "dEQP-GLES3.functional.fragment_ops.depth",
264         "_stencil.stencil_ops.keep_decr_wrap_incr");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027834,
267         "dEQP-GLES3.functional.fragment_ops.depth",
268         "_stencil.stencil_ops.keep_decr_wrap_decr");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027835,
271         "dEQP-GLES3.functional.fragment_ops.depth_",
272         "stencil.stencil_ops.keep_decr_wrap_invert");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027836,
275         "dEQP-GLES3.functional.fragment_ops.depth_s",
276         "tencil.stencil_ops.keep_decr_wrap_incr_wrap");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027837,
279         "dEQP-GLES3.functional.fragment_ops.depth_s",
280         "tencil.stencil_ops.keep_decr_wrap_decr_wrap");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027838,
283         "dEQP-GLES3.functional.fragment_ops.de",
284         "pth_stencil.stencil_ops.zero_keep_keep");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027839,
287         "dEQP-GLES3.functional.fragment_ops.de",
288         "pth_stencil.stencil_ops.zero_keep_zero");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027840,
291         "dEQP-GLES3.functional.fragment_ops.dept",
292         "h_stencil.stencil_ops.zero_keep_replace");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027841,
295         "dEQP-GLES3.functional.fragment_ops.de",
296         "pth_stencil.stencil_ops.zero_keep_incr");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027842,
299         "dEQP-GLES3.functional.fragment_ops.de",
300         "pth_stencil.stencil_ops.zero_keep_decr");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027843,
303         "dEQP-GLES3.functional.fragment_ops.dep",
304         "th_stencil.stencil_ops.zero_keep_invert");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027844,
307         "dEQP-GLES3.functional.fragment_ops.depth",
308         "_stencil.stencil_ops.zero_keep_incr_wrap");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027845,
311         "dEQP-GLES3.functional.fragment_ops.depth",
312         "_stencil.stencil_ops.zero_keep_decr_wrap");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027846,
315         "dEQP-GLES3.functional.fragment_ops.de",
316         "pth_stencil.stencil_ops.zero_zero_keep");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027847,
319         "dEQP-GLES3.functional.fragment_ops.de",
320         "pth_stencil.stencil_ops.zero_zero_zero");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027848,
323         "dEQP-GLES3.functional.fragment_ops.dept",
324         "h_stencil.stencil_ops.zero_zero_replace");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027849,
327         "dEQP-GLES3.functional.fragment_ops.de",
328         "pth_stencil.stencil_ops.zero_zero_incr");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027850,
331         "dEQP-GLES3.functional.fragment_ops.de",
332         "pth_stencil.stencil_ops.zero_zero_decr");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027851,
335         "dEQP-GLES3.functional.fragment_ops.dep",
336         "th_stencil.stencil_ops.zero_zero_invert");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027852,
339         "dEQP-GLES3.functional.fragment_ops.depth",
340         "_stencil.stencil_ops.zero_zero_incr_wrap");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027853,
343         "dEQP-GLES3.functional.fragment_ops.depth",
344         "_stencil.stencil_ops.zero_zero_decr_wrap");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027854,
347         "dEQP-GLES3.functional.fragment_ops.dept",
348         "h_stencil.stencil_ops.zero_replace_keep");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027855,
351         "dEQP-GLES3.functional.fragment_ops.dept",
352         "h_stencil.stencil_ops.zero_replace_zero");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027856,
355         "dEQP-GLES3.functional.fragment_ops.depth",
356         "_stencil.stencil_ops.zero_replace_replace");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027857,
359         "dEQP-GLES3.functional.fragment_ops.dept",
360         "h_stencil.stencil_ops.zero_replace_incr");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027858,
363         "dEQP-GLES3.functional.fragment_ops.dept",
364         "h_stencil.stencil_ops.zero_replace_decr");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027859,
367         "dEQP-GLES3.functional.fragment_ops.depth",
368         "_stencil.stencil_ops.zero_replace_invert");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027860,
371         "dEQP-GLES3.functional.fragment_ops.depth_",
372         "stencil.stencil_ops.zero_replace_incr_wrap");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027861,
375         "dEQP-GLES3.functional.fragment_ops.depth_",
376         "stencil.stencil_ops.zero_replace_decr_wrap");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027862,
379         "dEQP-GLES3.functional.fragment_ops.de",
380         "pth_stencil.stencil_ops.zero_incr_keep");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027863,
383         "dEQP-GLES3.functional.fragment_ops.de",
384         "pth_stencil.stencil_ops.zero_incr_zero");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027864,
387         "dEQP-GLES3.functional.fragment_ops.dept",
388         "h_stencil.stencil_ops.zero_incr_replace");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027865,
391         "dEQP-GLES3.functional.fragment_ops.de",
392         "pth_stencil.stencil_ops.zero_incr_incr");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027866,
395         "dEQP-GLES3.functional.fragment_ops.de",
396         "pth_stencil.stencil_ops.zero_incr_decr");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027867,
399         "dEQP-GLES3.functional.fragment_ops.dep",
400         "th_stencil.stencil_ops.zero_incr_invert");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027868,
403         "dEQP-GLES3.functional.fragment_ops.depth",
404         "_stencil.stencil_ops.zero_incr_incr_wrap");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027869,
407         "dEQP-GLES3.functional.fragment_ops.depth",
408         "_stencil.stencil_ops.zero_incr_decr_wrap");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027870,
411         "dEQP-GLES3.functional.fragment_ops.de",
412         "pth_stencil.stencil_ops.zero_decr_keep");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027871,
415         "dEQP-GLES3.functional.fragment_ops.de",
416         "pth_stencil.stencil_ops.zero_decr_zero");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027872,
419         "dEQP-GLES3.functional.fragment_ops.dept",
420         "h_stencil.stencil_ops.zero_decr_replace");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027873,
423         "dEQP-GLES3.functional.fragment_ops.de",
424         "pth_stencil.stencil_ops.zero_decr_incr");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027874,
427         "dEQP-GLES3.functional.fragment_ops.de",
428         "pth_stencil.stencil_ops.zero_decr_decr");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027875,
431         "dEQP-GLES3.functional.fragment_ops.dep",
432         "th_stencil.stencil_ops.zero_decr_invert");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027876,
435         "dEQP-GLES3.functional.fragment_ops.depth",
436         "_stencil.stencil_ops.zero_decr_incr_wrap");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027877,
439         "dEQP-GLES3.functional.fragment_ops.depth",
440         "_stencil.stencil_ops.zero_decr_decr_wrap");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027878,
443         "dEQP-GLES3.functional.fragment_ops.dep",
444         "th_stencil.stencil_ops.zero_invert_keep");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027879,
447         "dEQP-GLES3.functional.fragment_ops.dep",
448         "th_stencil.stencil_ops.zero_invert_zero");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027880,
451         "dEQP-GLES3.functional.fragment_ops.depth",
452         "_stencil.stencil_ops.zero_invert_replace");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027881,
455         "dEQP-GLES3.functional.fragment_ops.dep",
456         "th_stencil.stencil_ops.zero_invert_incr");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027882,
459         "dEQP-GLES3.functional.fragment_ops.dep",
460         "th_stencil.stencil_ops.zero_invert_decr");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027883,
463         "dEQP-GLES3.functional.fragment_ops.dept",
464         "h_stencil.stencil_ops.zero_invert_invert");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027884,
467         "dEQP-GLES3.functional.fragment_ops.depth_",
468         "stencil.stencil_ops.zero_invert_incr_wrap");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027885,
471         "dEQP-GLES3.functional.fragment_ops.depth_",
472         "stencil.stencil_ops.zero_invert_decr_wrap");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027886,
475         "dEQP-GLES3.functional.fragment_ops.depth",
476         "_stencil.stencil_ops.zero_incr_wrap_keep");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027887,
479         "dEQP-GLES3.functional.fragment_ops.depth",
480         "_stencil.stencil_ops.zero_incr_wrap_zero");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027888,
483         "dEQP-GLES3.functional.fragment_ops.depth_",
484         "stencil.stencil_ops.zero_incr_wrap_replace");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027889,
487         "dEQP-GLES3.functional.fragment_ops.depth",
488         "_stencil.stencil_ops.zero_incr_wrap_incr");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027890,
491         "dEQP-GLES3.functional.fragment_ops.depth",
492         "_stencil.stencil_ops.zero_incr_wrap_decr");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027891,
495         "dEQP-GLES3.functional.fragment_ops.depth_",
496         "stencil.stencil_ops.zero_incr_wrap_invert");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027892,
499         "dEQP-GLES3.functional.fragment_ops.depth_s",
500         "tencil.stencil_ops.zero_incr_wrap_incr_wrap");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027893,
503         "dEQP-GLES3.functional.fragment_ops.depth_s",
504         "tencil.stencil_ops.zero_incr_wrap_decr_wrap");
505 
506 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027894,
507         "dEQP-GLES3.functional.fragment_ops.depth",
508         "_stencil.stencil_ops.zero_decr_wrap_keep");
509 
510 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027895,
511         "dEQP-GLES3.functional.fragment_ops.depth",
512         "_stencil.stencil_ops.zero_decr_wrap_zero");
513 
514 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027896,
515         "dEQP-GLES3.functional.fragment_ops.depth_",
516         "stencil.stencil_ops.zero_decr_wrap_replace");
517 
518 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027897,
519         "dEQP-GLES3.functional.fragment_ops.depth",
520         "_stencil.stencil_ops.zero_decr_wrap_incr");
521 
522 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027898,
523         "dEQP-GLES3.functional.fragment_ops.depth",
524         "_stencil.stencil_ops.zero_decr_wrap_decr");
525 
526 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027899,
527         "dEQP-GLES3.functional.fragment_ops.depth_",
528         "stencil.stencil_ops.zero_decr_wrap_invert");
529 
530 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027900,
531         "dEQP-GLES3.functional.fragment_ops.depth_s",
532         "tencil.stencil_ops.zero_decr_wrap_incr_wrap");
533 
534 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027901,
535         "dEQP-GLES3.functional.fragment_ops.depth_s",
536         "tencil.stencil_ops.zero_decr_wrap_decr_wrap");
537 
538 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027902,
539         "dEQP-GLES3.functional.fragment_ops.dept",
540         "h_stencil.stencil_ops.replace_keep_keep");
541 
542 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027903,
543         "dEQP-GLES3.functional.fragment_ops.dept",
544         "h_stencil.stencil_ops.replace_keep_zero");
545 
546 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027904,
547         "dEQP-GLES3.functional.fragment_ops.depth",
548         "_stencil.stencil_ops.replace_keep_replace");
549 
550 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027905,
551         "dEQP-GLES3.functional.fragment_ops.dept",
552         "h_stencil.stencil_ops.replace_keep_incr");
553 
554 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027906,
555         "dEQP-GLES3.functional.fragment_ops.dept",
556         "h_stencil.stencil_ops.replace_keep_decr");
557 
558 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027907,
559         "dEQP-GLES3.functional.fragment_ops.depth",
560         "_stencil.stencil_ops.replace_keep_invert");
561 
562 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027908,
563         "dEQP-GLES3.functional.fragment_ops.depth_",
564         "stencil.stencil_ops.replace_keep_incr_wrap");
565 
566 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027909,
567         "dEQP-GLES3.functional.fragment_ops.depth_",
568         "stencil.stencil_ops.replace_keep_decr_wrap");
569 
570 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027910,
571         "dEQP-GLES3.functional.fragment_ops.dept",
572         "h_stencil.stencil_ops.replace_zero_keep");
573 
574 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027911,
575         "dEQP-GLES3.functional.fragment_ops.dept",
576         "h_stencil.stencil_ops.replace_zero_zero");
577 
578 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027912,
579         "dEQP-GLES3.functional.fragment_ops.depth",
580         "_stencil.stencil_ops.replace_zero_replace");
581 
582 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027913,
583         "dEQP-GLES3.functional.fragment_ops.dept",
584         "h_stencil.stencil_ops.replace_zero_incr");
585 
586 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027914,
587         "dEQP-GLES3.functional.fragment_ops.dept",
588         "h_stencil.stencil_ops.replace_zero_decr");
589 
590 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027915,
591         "dEQP-GLES3.functional.fragment_ops.depth",
592         "_stencil.stencil_ops.replace_zero_invert");
593 
594 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027916,
595         "dEQP-GLES3.functional.fragment_ops.depth_",
596         "stencil.stencil_ops.replace_zero_incr_wrap");
597 
598 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027917,
599         "dEQP-GLES3.functional.fragment_ops.depth_",
600         "stencil.stencil_ops.replace_zero_decr_wrap");
601 
602 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027918,
603         "dEQP-GLES3.functional.fragment_ops.depth",
604         "_stencil.stencil_ops.replace_replace_keep");
605 
606 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027919,
607         "dEQP-GLES3.functional.fragment_ops.depth",
608         "_stencil.stencil_ops.replace_replace_zero");
609 
610 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027920,
611         "dEQP-GLES3.functional.fragment_ops.depth_s",
612         "tencil.stencil_ops.replace_replace_replace");
613 
614 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027921,
615         "dEQP-GLES3.functional.fragment_ops.depth",
616         "_stencil.stencil_ops.replace_replace_incr");
617 
618 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027922,
619         "dEQP-GLES3.functional.fragment_ops.depth",
620         "_stencil.stencil_ops.replace_replace_decr");
621 
622 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027923,
623         "dEQP-GLES3.functional.fragment_ops.depth_",
624         "stencil.stencil_ops.replace_replace_invert");
625 
626 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027924,
627         "dEQP-GLES3.functional.fragment_ops.depth_st",
628         "encil.stencil_ops.replace_replace_incr_wrap");
629 
630 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027925,
631         "dEQP-GLES3.functional.fragment_ops.depth_st",
632         "encil.stencil_ops.replace_replace_decr_wrap");
633 
634 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027926,
635         "dEQP-GLES3.functional.fragment_ops.dept",
636         "h_stencil.stencil_ops.replace_incr_keep");
637 
638 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027927,
639         "dEQP-GLES3.functional.fragment_ops.dept",
640         "h_stencil.stencil_ops.replace_incr_zero");
641 
642 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027928,
643         "dEQP-GLES3.functional.fragment_ops.depth",
644         "_stencil.stencil_ops.replace_incr_replace");
645 
646 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027929,
647         "dEQP-GLES3.functional.fragment_ops.dept",
648         "h_stencil.stencil_ops.replace_incr_incr");
649 
650 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027930,
651         "dEQP-GLES3.functional.fragment_ops.dept",
652         "h_stencil.stencil_ops.replace_incr_decr");
653 
654 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027931,
655         "dEQP-GLES3.functional.fragment_ops.depth",
656         "_stencil.stencil_ops.replace_incr_invert");
657 
658 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027932,
659         "dEQP-GLES3.functional.fragment_ops.depth_",
660         "stencil.stencil_ops.replace_incr_incr_wrap");
661 
662 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027933,
663         "dEQP-GLES3.functional.fragment_ops.depth_",
664         "stencil.stencil_ops.replace_incr_decr_wrap");
665 
666 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027934,
667         "dEQP-GLES3.functional.fragment_ops.dept",
668         "h_stencil.stencil_ops.replace_decr_keep");
669 
670 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027935,
671         "dEQP-GLES3.functional.fragment_ops.dept",
672         "h_stencil.stencil_ops.replace_decr_zero");
673 
674 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027936,
675         "dEQP-GLES3.functional.fragment_ops.depth",
676         "_stencil.stencil_ops.replace_decr_replace");
677 
678 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027937,
679         "dEQP-GLES3.functional.fragment_ops.dept",
680         "h_stencil.stencil_ops.replace_decr_incr");
681 
682 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027938,
683         "dEQP-GLES3.functional.fragment_ops.dept",
684         "h_stencil.stencil_ops.replace_decr_decr");
685 
686 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027939,
687         "dEQP-GLES3.functional.fragment_ops.depth",
688         "_stencil.stencil_ops.replace_decr_invert");
689 
690 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027940,
691         "dEQP-GLES3.functional.fragment_ops.depth_",
692         "stencil.stencil_ops.replace_decr_incr_wrap");
693 
694 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027941,
695         "dEQP-GLES3.functional.fragment_ops.depth_",
696         "stencil.stencil_ops.replace_decr_decr_wrap");
697 
698 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027942,
699         "dEQP-GLES3.functional.fragment_ops.depth",
700         "_stencil.stencil_ops.replace_invert_keep");
701 
702 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027943,
703         "dEQP-GLES3.functional.fragment_ops.depth",
704         "_stencil.stencil_ops.replace_invert_zero");
705 
706 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027944,
707         "dEQP-GLES3.functional.fragment_ops.depth_",
708         "stencil.stencil_ops.replace_invert_replace");
709 
710 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027945,
711         "dEQP-GLES3.functional.fragment_ops.depth",
712         "_stencil.stencil_ops.replace_invert_incr");
713 
714 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027946,
715         "dEQP-GLES3.functional.fragment_ops.depth",
716         "_stencil.stencil_ops.replace_invert_decr");
717 
718 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027947,
719         "dEQP-GLES3.functional.fragment_ops.depth_",
720         "stencil.stencil_ops.replace_invert_invert");
721 
722 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027948,
723         "dEQP-GLES3.functional.fragment_ops.depth_s",
724         "tencil.stencil_ops.replace_invert_incr_wrap");
725 
726 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027949,
727         "dEQP-GLES3.functional.fragment_ops.depth_s",
728         "tencil.stencil_ops.replace_invert_decr_wrap");
729 
730 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027950,
731         "dEQP-GLES3.functional.fragment_ops.depth_",
732         "stencil.stencil_ops.replace_incr_wrap_keep");
733 
734 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027951,
735         "dEQP-GLES3.functional.fragment_ops.depth_",
736         "stencil.stencil_ops.replace_incr_wrap_zero");
737 
738 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027952,
739         "dEQP-GLES3.functional.fragment_ops.depth_st",
740         "encil.stencil_ops.replace_incr_wrap_replace");
741 
742 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027953,
743         "dEQP-GLES3.functional.fragment_ops.depth_",
744         "stencil.stencil_ops.replace_incr_wrap_incr");
745 
746 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027954,
747         "dEQP-GLES3.functional.fragment_ops.depth_",
748         "stencil.stencil_ops.replace_incr_wrap_decr");
749 
750 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027955,
751         "dEQP-GLES3.functional.fragment_ops.depth_s",
752         "tencil.stencil_ops.replace_incr_wrap_invert");
753 
754 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027956,
755         "dEQP-GLES3.functional.fragment_ops.depth_ste",
756         "ncil.stencil_ops.replace_incr_wrap_incr_wrap");
757 
758 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027957,
759         "dEQP-GLES3.functional.fragment_ops.depth_ste",
760         "ncil.stencil_ops.replace_incr_wrap_decr_wrap");
761 
762 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027958,
763         "dEQP-GLES3.functional.fragment_ops.depth_",
764         "stencil.stencil_ops.replace_decr_wrap_keep");
765 
766 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027959,
767         "dEQP-GLES3.functional.fragment_ops.depth_",
768         "stencil.stencil_ops.replace_decr_wrap_zero");
769 
770 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027960,
771         "dEQP-GLES3.functional.fragment_ops.depth_st",
772         "encil.stencil_ops.replace_decr_wrap_replace");
773 
774 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027961,
775         "dEQP-GLES3.functional.fragment_ops.depth_",
776         "stencil.stencil_ops.replace_decr_wrap_incr");
777 
778 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027962,
779         "dEQP-GLES3.functional.fragment_ops.depth_",
780         "stencil.stencil_ops.replace_decr_wrap_decr");
781 
782 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027963,
783         "dEQP-GLES3.functional.fragment_ops.depth_s",
784         "tencil.stencil_ops.replace_decr_wrap_invert");
785 
786 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027964,
787         "dEQP-GLES3.functional.fragment_ops.depth_ste",
788         "ncil.stencil_ops.replace_decr_wrap_incr_wrap");
789 
790 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027965,
791         "dEQP-GLES3.functional.fragment_ops.depth_ste",
792         "ncil.stencil_ops.replace_decr_wrap_decr_wrap");
793 
794 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027966,
795         "dEQP-GLES3.functional.fragment_ops.de",
796         "pth_stencil.stencil_ops.incr_keep_keep");
797 
798 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027967,
799         "dEQP-GLES3.functional.fragment_ops.de",
800         "pth_stencil.stencil_ops.incr_keep_zero");
801 
802 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027968,
803         "dEQP-GLES3.functional.fragment_ops.dept",
804         "h_stencil.stencil_ops.incr_keep_replace");
805 
806 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027969,
807         "dEQP-GLES3.functional.fragment_ops.de",
808         "pth_stencil.stencil_ops.incr_keep_incr");
809 
810 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027970,
811         "dEQP-GLES3.functional.fragment_ops.de",
812         "pth_stencil.stencil_ops.incr_keep_decr");
813 
814 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027971,
815         "dEQP-GLES3.functional.fragment_ops.dep",
816         "th_stencil.stencil_ops.incr_keep_invert");
817 
818 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027972,
819         "dEQP-GLES3.functional.fragment_ops.depth",
820         "_stencil.stencil_ops.incr_keep_incr_wrap");
821 
822 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027973,
823         "dEQP-GLES3.functional.fragment_ops.depth",
824         "_stencil.stencil_ops.incr_keep_decr_wrap");
825 
826 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027974,
827         "dEQP-GLES3.functional.fragment_ops.de",
828         "pth_stencil.stencil_ops.incr_zero_keep");
829 
830 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027975,
831         "dEQP-GLES3.functional.fragment_ops.de",
832         "pth_stencil.stencil_ops.incr_zero_zero");
833 
834 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027976,
835         "dEQP-GLES3.functional.fragment_ops.dept",
836         "h_stencil.stencil_ops.incr_zero_replace");
837 
838 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027977,
839         "dEQP-GLES3.functional.fragment_ops.de",
840         "pth_stencil.stencil_ops.incr_zero_incr");
841 
842 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027978,
843         "dEQP-GLES3.functional.fragment_ops.de",
844         "pth_stencil.stencil_ops.incr_zero_decr");
845 
846 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027979,
847         "dEQP-GLES3.functional.fragment_ops.dep",
848         "th_stencil.stencil_ops.incr_zero_invert");
849 
850 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027980,
851         "dEQP-GLES3.functional.fragment_ops.depth",
852         "_stencil.stencil_ops.incr_zero_incr_wrap");
853 
854 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027981,
855         "dEQP-GLES3.functional.fragment_ops.depth",
856         "_stencil.stencil_ops.incr_zero_decr_wrap");
857 
858 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027982,
859         "dEQP-GLES3.functional.fragment_ops.dept",
860         "h_stencil.stencil_ops.incr_replace_keep");
861 
862 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027983,
863         "dEQP-GLES3.functional.fragment_ops.dept",
864         "h_stencil.stencil_ops.incr_replace_zero");
865 
866 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027984,
867         "dEQP-GLES3.functional.fragment_ops.depth",
868         "_stencil.stencil_ops.incr_replace_replace");
869 
870 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027985,
871         "dEQP-GLES3.functional.fragment_ops.dept",
872         "h_stencil.stencil_ops.incr_replace_incr");
873 
874 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027986,
875         "dEQP-GLES3.functional.fragment_ops.dept",
876         "h_stencil.stencil_ops.incr_replace_decr");
877 
878 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027987,
879         "dEQP-GLES3.functional.fragment_ops.depth",
880         "_stencil.stencil_ops.incr_replace_invert");
881 
882 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027988,
883         "dEQP-GLES3.functional.fragment_ops.depth_",
884         "stencil.stencil_ops.incr_replace_incr_wrap");
885 
886 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027989,
887         "dEQP-GLES3.functional.fragment_ops.depth_",
888         "stencil.stencil_ops.incr_replace_decr_wrap");
889 
890 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027990,
891         "dEQP-GLES3.functional.fragment_ops.de",
892         "pth_stencil.stencil_ops.incr_incr_keep");
893 
894 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027991,
895         "dEQP-GLES3.functional.fragment_ops.de",
896         "pth_stencil.stencil_ops.incr_incr_zero");
897 
898 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027992,
899         "dEQP-GLES3.functional.fragment_ops.dept",
900         "h_stencil.stencil_ops.incr_incr_replace");
901 
902 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027993,
903         "dEQP-GLES3.functional.fragment_ops.de",
904         "pth_stencil.stencil_ops.incr_incr_incr");
905 
906 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027994,
907         "dEQP-GLES3.functional.fragment_ops.de",
908         "pth_stencil.stencil_ops.incr_incr_decr");
909 
910 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027995,
911         "dEQP-GLES3.functional.fragment_ops.dep",
912         "th_stencil.stencil_ops.incr_incr_invert");
913 
914 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027996,
915         "dEQP-GLES3.functional.fragment_ops.depth",
916         "_stencil.stencil_ops.incr_incr_incr_wrap");
917 
918 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027997,
919         "dEQP-GLES3.functional.fragment_ops.depth",
920         "_stencil.stencil_ops.incr_incr_decr_wrap");
921 
922 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027998,
923         "dEQP-GLES3.functional.fragment_ops.de",
924         "pth_stencil.stencil_ops.incr_decr_keep");
925 
926 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_027999,
927         "dEQP-GLES3.functional.fragment_ops.de",
928         "pth_stencil.stencil_ops.incr_decr_zero");
929 
930 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028000,
931         "dEQP-GLES3.functional.fragment_ops.dept",
932         "h_stencil.stencil_ops.incr_decr_replace");
933 
934 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028001,
935         "dEQP-GLES3.functional.fragment_ops.de",
936         "pth_stencil.stencil_ops.incr_decr_incr");
937 
938 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028002,
939         "dEQP-GLES3.functional.fragment_ops.de",
940         "pth_stencil.stencil_ops.incr_decr_decr");
941 
942 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028003,
943         "dEQP-GLES3.functional.fragment_ops.dep",
944         "th_stencil.stencil_ops.incr_decr_invert");
945 
946 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028004,
947         "dEQP-GLES3.functional.fragment_ops.depth",
948         "_stencil.stencil_ops.incr_decr_incr_wrap");
949 
950 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028005,
951         "dEQP-GLES3.functional.fragment_ops.depth",
952         "_stencil.stencil_ops.incr_decr_decr_wrap");
953 
954 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028006,
955         "dEQP-GLES3.functional.fragment_ops.dep",
956         "th_stencil.stencil_ops.incr_invert_keep");
957 
958 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028007,
959         "dEQP-GLES3.functional.fragment_ops.dep",
960         "th_stencil.stencil_ops.incr_invert_zero");
961 
962 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028008,
963         "dEQP-GLES3.functional.fragment_ops.depth",
964         "_stencil.stencil_ops.incr_invert_replace");
965 
966 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028009,
967         "dEQP-GLES3.functional.fragment_ops.dep",
968         "th_stencil.stencil_ops.incr_invert_incr");
969 
970 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028010,
971         "dEQP-GLES3.functional.fragment_ops.dep",
972         "th_stencil.stencil_ops.incr_invert_decr");
973 
974 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028011,
975         "dEQP-GLES3.functional.fragment_ops.dept",
976         "h_stencil.stencil_ops.incr_invert_invert");
977 
978 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028012,
979         "dEQP-GLES3.functional.fragment_ops.depth_",
980         "stencil.stencil_ops.incr_invert_incr_wrap");
981 
982 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028013,
983         "dEQP-GLES3.functional.fragment_ops.depth_",
984         "stencil.stencil_ops.incr_invert_decr_wrap");
985 
986 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028014,
987         "dEQP-GLES3.functional.fragment_ops.depth",
988         "_stencil.stencil_ops.incr_incr_wrap_keep");
989 
990 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028015,
991         "dEQP-GLES3.functional.fragment_ops.depth",
992         "_stencil.stencil_ops.incr_incr_wrap_zero");
993 
994 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028016,
995         "dEQP-GLES3.functional.fragment_ops.depth_",
996         "stencil.stencil_ops.incr_incr_wrap_replace");
997 
998 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028017,
999         "dEQP-GLES3.functional.fragment_ops.depth",
1000         "_stencil.stencil_ops.incr_incr_wrap_incr");
1001 
1002 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028018,
1003         "dEQP-GLES3.functional.fragment_ops.depth",
1004         "_stencil.stencil_ops.incr_incr_wrap_decr");
1005 
1006 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028019,
1007         "dEQP-GLES3.functional.fragment_ops.depth_",
1008         "stencil.stencil_ops.incr_incr_wrap_invert");
1009 
1010 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028020,
1011         "dEQP-GLES3.functional.fragment_ops.depth_s",
1012         "tencil.stencil_ops.incr_incr_wrap_incr_wrap");
1013 
1014 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028021,
1015         "dEQP-GLES3.functional.fragment_ops.depth_s",
1016         "tencil.stencil_ops.incr_incr_wrap_decr_wrap");
1017 
1018 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028022,
1019         "dEQP-GLES3.functional.fragment_ops.depth",
1020         "_stencil.stencil_ops.incr_decr_wrap_keep");
1021 
1022 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028023,
1023         "dEQP-GLES3.functional.fragment_ops.depth",
1024         "_stencil.stencil_ops.incr_decr_wrap_zero");
1025 
1026 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028024,
1027         "dEQP-GLES3.functional.fragment_ops.depth_",
1028         "stencil.stencil_ops.incr_decr_wrap_replace");
1029 
1030 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028025,
1031         "dEQP-GLES3.functional.fragment_ops.depth",
1032         "_stencil.stencil_ops.incr_decr_wrap_incr");
1033 
1034 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028026,
1035         "dEQP-GLES3.functional.fragment_ops.depth",
1036         "_stencil.stencil_ops.incr_decr_wrap_decr");
1037 
1038 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028027,
1039         "dEQP-GLES3.functional.fragment_ops.depth_",
1040         "stencil.stencil_ops.incr_decr_wrap_invert");
1041 
1042 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028028,
1043         "dEQP-GLES3.functional.fragment_ops.depth_s",
1044         "tencil.stencil_ops.incr_decr_wrap_incr_wrap");
1045 
1046 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028029,
1047         "dEQP-GLES3.functional.fragment_ops.depth_s",
1048         "tencil.stencil_ops.incr_decr_wrap_decr_wrap");
1049 
1050 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028030,
1051         "dEQP-GLES3.functional.fragment_ops.de",
1052         "pth_stencil.stencil_ops.decr_keep_keep");
1053 
1054 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028031,
1055         "dEQP-GLES3.functional.fragment_ops.de",
1056         "pth_stencil.stencil_ops.decr_keep_zero");
1057 
1058 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028032,
1059         "dEQP-GLES3.functional.fragment_ops.dept",
1060         "h_stencil.stencil_ops.decr_keep_replace");
1061 
1062 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028033,
1063         "dEQP-GLES3.functional.fragment_ops.de",
1064         "pth_stencil.stencil_ops.decr_keep_incr");
1065 
1066 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028034,
1067         "dEQP-GLES3.functional.fragment_ops.de",
1068         "pth_stencil.stencil_ops.decr_keep_decr");
1069 
1070 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028035,
1071         "dEQP-GLES3.functional.fragment_ops.dep",
1072         "th_stencil.stencil_ops.decr_keep_invert");
1073 
1074 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028036,
1075         "dEQP-GLES3.functional.fragment_ops.depth",
1076         "_stencil.stencil_ops.decr_keep_incr_wrap");
1077 
1078 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028037,
1079         "dEQP-GLES3.functional.fragment_ops.depth",
1080         "_stencil.stencil_ops.decr_keep_decr_wrap");
1081 
1082 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028038,
1083         "dEQP-GLES3.functional.fragment_ops.de",
1084         "pth_stencil.stencil_ops.decr_zero_keep");
1085 
1086 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028039,
1087         "dEQP-GLES3.functional.fragment_ops.de",
1088         "pth_stencil.stencil_ops.decr_zero_zero");
1089 
1090 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028040,
1091         "dEQP-GLES3.functional.fragment_ops.dept",
1092         "h_stencil.stencil_ops.decr_zero_replace");
1093 
1094 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028041,
1095         "dEQP-GLES3.functional.fragment_ops.de",
1096         "pth_stencil.stencil_ops.decr_zero_incr");
1097 
1098 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028042,
1099         "dEQP-GLES3.functional.fragment_ops.de",
1100         "pth_stencil.stencil_ops.decr_zero_decr");
1101 
1102 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028043,
1103         "dEQP-GLES3.functional.fragment_ops.dep",
1104         "th_stencil.stencil_ops.decr_zero_invert");
1105 
1106 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028044,
1107         "dEQP-GLES3.functional.fragment_ops.depth",
1108         "_stencil.stencil_ops.decr_zero_incr_wrap");
1109 
1110 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028045,
1111         "dEQP-GLES3.functional.fragment_ops.depth",
1112         "_stencil.stencil_ops.decr_zero_decr_wrap");
1113 
1114 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028046,
1115         "dEQP-GLES3.functional.fragment_ops.dept",
1116         "h_stencil.stencil_ops.decr_replace_keep");
1117 
1118 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028047,
1119         "dEQP-GLES3.functional.fragment_ops.dept",
1120         "h_stencil.stencil_ops.decr_replace_zero");
1121 
1122 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028048,
1123         "dEQP-GLES3.functional.fragment_ops.depth",
1124         "_stencil.stencil_ops.decr_replace_replace");
1125 
1126 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028049,
1127         "dEQP-GLES3.functional.fragment_ops.dept",
1128         "h_stencil.stencil_ops.decr_replace_incr");
1129 
1130 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028050,
1131         "dEQP-GLES3.functional.fragment_ops.dept",
1132         "h_stencil.stencil_ops.decr_replace_decr");
1133 
1134 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028051,
1135         "dEQP-GLES3.functional.fragment_ops.depth",
1136         "_stencil.stencil_ops.decr_replace_invert");
1137 
1138 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028052,
1139         "dEQP-GLES3.functional.fragment_ops.depth_",
1140         "stencil.stencil_ops.decr_replace_incr_wrap");
1141 
1142 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028053,
1143         "dEQP-GLES3.functional.fragment_ops.depth_",
1144         "stencil.stencil_ops.decr_replace_decr_wrap");
1145 
1146 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028054,
1147         "dEQP-GLES3.functional.fragment_ops.de",
1148         "pth_stencil.stencil_ops.decr_incr_keep");
1149 
1150 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028055,
1151         "dEQP-GLES3.functional.fragment_ops.de",
1152         "pth_stencil.stencil_ops.decr_incr_zero");
1153 
1154 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028056,
1155         "dEQP-GLES3.functional.fragment_ops.dept",
1156         "h_stencil.stencil_ops.decr_incr_replace");
1157 
1158 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028057,
1159         "dEQP-GLES3.functional.fragment_ops.de",
1160         "pth_stencil.stencil_ops.decr_incr_incr");
1161 
1162 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028058,
1163         "dEQP-GLES3.functional.fragment_ops.de",
1164         "pth_stencil.stencil_ops.decr_incr_decr");
1165 
1166 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028059,
1167         "dEQP-GLES3.functional.fragment_ops.dep",
1168         "th_stencil.stencil_ops.decr_incr_invert");
1169 
1170 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028060,
1171         "dEQP-GLES3.functional.fragment_ops.depth",
1172         "_stencil.stencil_ops.decr_incr_incr_wrap");
1173 
1174 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028061,
1175         "dEQP-GLES3.functional.fragment_ops.depth",
1176         "_stencil.stencil_ops.decr_incr_decr_wrap");
1177 
1178 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028062,
1179         "dEQP-GLES3.functional.fragment_ops.de",
1180         "pth_stencil.stencil_ops.decr_decr_keep");
1181 
1182 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028063,
1183         "dEQP-GLES3.functional.fragment_ops.de",
1184         "pth_stencil.stencil_ops.decr_decr_zero");
1185 
1186 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028064,
1187         "dEQP-GLES3.functional.fragment_ops.dept",
1188         "h_stencil.stencil_ops.decr_decr_replace");
1189 
1190 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028065,
1191         "dEQP-GLES3.functional.fragment_ops.de",
1192         "pth_stencil.stencil_ops.decr_decr_incr");
1193 
1194 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028066,
1195         "dEQP-GLES3.functional.fragment_ops.de",
1196         "pth_stencil.stencil_ops.decr_decr_decr");
1197 
1198 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028067,
1199         "dEQP-GLES3.functional.fragment_ops.dep",
1200         "th_stencil.stencil_ops.decr_decr_invert");
1201 
1202 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028068,
1203         "dEQP-GLES3.functional.fragment_ops.depth",
1204         "_stencil.stencil_ops.decr_decr_incr_wrap");
1205 
1206 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028069,
1207         "dEQP-GLES3.functional.fragment_ops.depth",
1208         "_stencil.stencil_ops.decr_decr_decr_wrap");
1209 
1210 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028070,
1211         "dEQP-GLES3.functional.fragment_ops.dep",
1212         "th_stencil.stencil_ops.decr_invert_keep");
1213 
1214 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028071,
1215         "dEQP-GLES3.functional.fragment_ops.dep",
1216         "th_stencil.stencil_ops.decr_invert_zero");
1217 
1218 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028072,
1219         "dEQP-GLES3.functional.fragment_ops.depth",
1220         "_stencil.stencil_ops.decr_invert_replace");
1221 
1222 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028073,
1223         "dEQP-GLES3.functional.fragment_ops.dep",
1224         "th_stencil.stencil_ops.decr_invert_incr");
1225 
1226 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028074,
1227         "dEQP-GLES3.functional.fragment_ops.dep",
1228         "th_stencil.stencil_ops.decr_invert_decr");
1229 
1230 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028075,
1231         "dEQP-GLES3.functional.fragment_ops.dept",
1232         "h_stencil.stencil_ops.decr_invert_invert");
1233 
1234 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028076,
1235         "dEQP-GLES3.functional.fragment_ops.depth_",
1236         "stencil.stencil_ops.decr_invert_incr_wrap");
1237 
1238 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028077,
1239         "dEQP-GLES3.functional.fragment_ops.depth_",
1240         "stencil.stencil_ops.decr_invert_decr_wrap");
1241 
1242 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028078,
1243         "dEQP-GLES3.functional.fragment_ops.depth",
1244         "_stencil.stencil_ops.decr_incr_wrap_keep");
1245 
1246 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028079,
1247         "dEQP-GLES3.functional.fragment_ops.depth",
1248         "_stencil.stencil_ops.decr_incr_wrap_zero");
1249 
1250 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028080,
1251         "dEQP-GLES3.functional.fragment_ops.depth_",
1252         "stencil.stencil_ops.decr_incr_wrap_replace");
1253 
1254 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028081,
1255         "dEQP-GLES3.functional.fragment_ops.depth",
1256         "_stencil.stencil_ops.decr_incr_wrap_incr");
1257 
1258 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028082,
1259         "dEQP-GLES3.functional.fragment_ops.depth",
1260         "_stencil.stencil_ops.decr_incr_wrap_decr");
1261 
1262 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028083,
1263         "dEQP-GLES3.functional.fragment_ops.depth_",
1264         "stencil.stencil_ops.decr_incr_wrap_invert");
1265 
1266 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028084,
1267         "dEQP-GLES3.functional.fragment_ops.depth_s",
1268         "tencil.stencil_ops.decr_incr_wrap_incr_wrap");
1269 
1270 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028085,
1271         "dEQP-GLES3.functional.fragment_ops.depth_s",
1272         "tencil.stencil_ops.decr_incr_wrap_decr_wrap");
1273 
1274 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028086,
1275         "dEQP-GLES3.functional.fragment_ops.depth",
1276         "_stencil.stencil_ops.decr_decr_wrap_keep");
1277 
1278 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028087,
1279         "dEQP-GLES3.functional.fragment_ops.depth",
1280         "_stencil.stencil_ops.decr_decr_wrap_zero");
1281 
1282 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028088,
1283         "dEQP-GLES3.functional.fragment_ops.depth_",
1284         "stencil.stencil_ops.decr_decr_wrap_replace");
1285 
1286 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028089,
1287         "dEQP-GLES3.functional.fragment_ops.depth",
1288         "_stencil.stencil_ops.decr_decr_wrap_incr");
1289 
1290 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028090,
1291         "dEQP-GLES3.functional.fragment_ops.depth",
1292         "_stencil.stencil_ops.decr_decr_wrap_decr");
1293 
1294 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028091,
1295         "dEQP-GLES3.functional.fragment_ops.depth_",
1296         "stencil.stencil_ops.decr_decr_wrap_invert");
1297 
1298 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028092,
1299         "dEQP-GLES3.functional.fragment_ops.depth_s",
1300         "tencil.stencil_ops.decr_decr_wrap_incr_wrap");
1301 
1302 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028093,
1303         "dEQP-GLES3.functional.fragment_ops.depth_s",
1304         "tencil.stencil_ops.decr_decr_wrap_decr_wrap");
1305 
1306 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028094,
1307         "dEQP-GLES3.functional.fragment_ops.dep",
1308         "th_stencil.stencil_ops.invert_keep_keep");
1309 
1310 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028095,
1311         "dEQP-GLES3.functional.fragment_ops.dep",
1312         "th_stencil.stencil_ops.invert_keep_zero");
1313 
1314 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028096,
1315         "dEQP-GLES3.functional.fragment_ops.depth",
1316         "_stencil.stencil_ops.invert_keep_replace");
1317 
1318 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028097,
1319         "dEQP-GLES3.functional.fragment_ops.dep",
1320         "th_stencil.stencil_ops.invert_keep_incr");
1321 
1322 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028098,
1323         "dEQP-GLES3.functional.fragment_ops.dep",
1324         "th_stencil.stencil_ops.invert_keep_decr");
1325 
1326 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028099,
1327         "dEQP-GLES3.functional.fragment_ops.dept",
1328         "h_stencil.stencil_ops.invert_keep_invert");
1329 
1330 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028100,
1331         "dEQP-GLES3.functional.fragment_ops.depth_",
1332         "stencil.stencil_ops.invert_keep_incr_wrap");
1333 
1334 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028101,
1335         "dEQP-GLES3.functional.fragment_ops.depth_",
1336         "stencil.stencil_ops.invert_keep_decr_wrap");
1337 
1338 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028102,
1339         "dEQP-GLES3.functional.fragment_ops.dep",
1340         "th_stencil.stencil_ops.invert_zero_keep");
1341 
1342 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028103,
1343         "dEQP-GLES3.functional.fragment_ops.dep",
1344         "th_stencil.stencil_ops.invert_zero_zero");
1345 
1346 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028104,
1347         "dEQP-GLES3.functional.fragment_ops.depth",
1348         "_stencil.stencil_ops.invert_zero_replace");
1349 
1350 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028105,
1351         "dEQP-GLES3.functional.fragment_ops.dep",
1352         "th_stencil.stencil_ops.invert_zero_incr");
1353 
1354 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028106,
1355         "dEQP-GLES3.functional.fragment_ops.dep",
1356         "th_stencil.stencil_ops.invert_zero_decr");
1357 
1358 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028107,
1359         "dEQP-GLES3.functional.fragment_ops.dept",
1360         "h_stencil.stencil_ops.invert_zero_invert");
1361 
1362 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028108,
1363         "dEQP-GLES3.functional.fragment_ops.depth_",
1364         "stencil.stencil_ops.invert_zero_incr_wrap");
1365 
1366 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028109,
1367         "dEQP-GLES3.functional.fragment_ops.depth_",
1368         "stencil.stencil_ops.invert_zero_decr_wrap");
1369 
1370 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028110,
1371         "dEQP-GLES3.functional.fragment_ops.depth",
1372         "_stencil.stencil_ops.invert_replace_keep");
1373 
1374 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028111,
1375         "dEQP-GLES3.functional.fragment_ops.depth",
1376         "_stencil.stencil_ops.invert_replace_zero");
1377 
1378 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028112,
1379         "dEQP-GLES3.functional.fragment_ops.depth_",
1380         "stencil.stencil_ops.invert_replace_replace");
1381 
1382 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028113,
1383         "dEQP-GLES3.functional.fragment_ops.depth",
1384         "_stencil.stencil_ops.invert_replace_incr");
1385 
1386 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028114,
1387         "dEQP-GLES3.functional.fragment_ops.depth",
1388         "_stencil.stencil_ops.invert_replace_decr");
1389 
1390 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028115,
1391         "dEQP-GLES3.functional.fragment_ops.depth_",
1392         "stencil.stencil_ops.invert_replace_invert");
1393 
1394 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028116,
1395         "dEQP-GLES3.functional.fragment_ops.depth_s",
1396         "tencil.stencil_ops.invert_replace_incr_wrap");
1397 
1398 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028117,
1399         "dEQP-GLES3.functional.fragment_ops.depth_s",
1400         "tencil.stencil_ops.invert_replace_decr_wrap");
1401 
1402 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028118,
1403         "dEQP-GLES3.functional.fragment_ops.dep",
1404         "th_stencil.stencil_ops.invert_incr_keep");
1405 
1406 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028119,
1407         "dEQP-GLES3.functional.fragment_ops.dep",
1408         "th_stencil.stencil_ops.invert_incr_zero");
1409 
1410 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028120,
1411         "dEQP-GLES3.functional.fragment_ops.depth",
1412         "_stencil.stencil_ops.invert_incr_replace");
1413 
1414 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028121,
1415         "dEQP-GLES3.functional.fragment_ops.dep",
1416         "th_stencil.stencil_ops.invert_incr_incr");
1417 
1418 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028122,
1419         "dEQP-GLES3.functional.fragment_ops.dep",
1420         "th_stencil.stencil_ops.invert_incr_decr");
1421 
1422 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028123,
1423         "dEQP-GLES3.functional.fragment_ops.dept",
1424         "h_stencil.stencil_ops.invert_incr_invert");
1425 
1426 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028124,
1427         "dEQP-GLES3.functional.fragment_ops.depth_",
1428         "stencil.stencil_ops.invert_incr_incr_wrap");
1429 
1430 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028125,
1431         "dEQP-GLES3.functional.fragment_ops.depth_",
1432         "stencil.stencil_ops.invert_incr_decr_wrap");
1433 
1434 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028126,
1435         "dEQP-GLES3.functional.fragment_ops.dep",
1436         "th_stencil.stencil_ops.invert_decr_keep");
1437 
1438 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028127,
1439         "dEQP-GLES3.functional.fragment_ops.dep",
1440         "th_stencil.stencil_ops.invert_decr_zero");
1441 
1442 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028128,
1443         "dEQP-GLES3.functional.fragment_ops.depth",
1444         "_stencil.stencil_ops.invert_decr_replace");
1445 
1446 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028129,
1447         "dEQP-GLES3.functional.fragment_ops.dep",
1448         "th_stencil.stencil_ops.invert_decr_incr");
1449 
1450 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028130,
1451         "dEQP-GLES3.functional.fragment_ops.dep",
1452         "th_stencil.stencil_ops.invert_decr_decr");
1453 
1454 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028131,
1455         "dEQP-GLES3.functional.fragment_ops.dept",
1456         "h_stencil.stencil_ops.invert_decr_invert");
1457 
1458 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028132,
1459         "dEQP-GLES3.functional.fragment_ops.depth_",
1460         "stencil.stencil_ops.invert_decr_incr_wrap");
1461 
1462 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028133,
1463         "dEQP-GLES3.functional.fragment_ops.depth_",
1464         "stencil.stencil_ops.invert_decr_decr_wrap");
1465 
1466 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028134,
1467         "dEQP-GLES3.functional.fragment_ops.dept",
1468         "h_stencil.stencil_ops.invert_invert_keep");
1469 
1470 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028135,
1471         "dEQP-GLES3.functional.fragment_ops.dept",
1472         "h_stencil.stencil_ops.invert_invert_zero");
1473 
1474 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028136,
1475         "dEQP-GLES3.functional.fragment_ops.depth_",
1476         "stencil.stencil_ops.invert_invert_replace");
1477 
1478 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028137,
1479         "dEQP-GLES3.functional.fragment_ops.dept",
1480         "h_stencil.stencil_ops.invert_invert_incr");
1481 
1482 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028138,
1483         "dEQP-GLES3.functional.fragment_ops.dept",
1484         "h_stencil.stencil_ops.invert_invert_decr");
1485 
1486 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028139,
1487         "dEQP-GLES3.functional.fragment_ops.depth",
1488         "_stencil.stencil_ops.invert_invert_invert");
1489 
1490 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028140,
1491         "dEQP-GLES3.functional.fragment_ops.depth_s",
1492         "tencil.stencil_ops.invert_invert_incr_wrap");
1493 
1494 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028141,
1495         "dEQP-GLES3.functional.fragment_ops.depth_s",
1496         "tencil.stencil_ops.invert_invert_decr_wrap");
1497 
1498 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028142,
1499         "dEQP-GLES3.functional.fragment_ops.depth_",
1500         "stencil.stencil_ops.invert_incr_wrap_keep");
1501 
1502 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028143,
1503         "dEQP-GLES3.functional.fragment_ops.depth_",
1504         "stencil.stencil_ops.invert_incr_wrap_zero");
1505 
1506 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028144,
1507         "dEQP-GLES3.functional.fragment_ops.depth_s",
1508         "tencil.stencil_ops.invert_incr_wrap_replace");
1509 
1510 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028145,
1511         "dEQP-GLES3.functional.fragment_ops.depth_",
1512         "stencil.stencil_ops.invert_incr_wrap_incr");
1513 
1514 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028146,
1515         "dEQP-GLES3.functional.fragment_ops.depth_",
1516         "stencil.stencil_ops.invert_incr_wrap_decr");
1517 
1518 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028147,
1519         "dEQP-GLES3.functional.fragment_ops.depth_s",
1520         "tencil.stencil_ops.invert_incr_wrap_invert");
1521 
1522 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028148,
1523         "dEQP-GLES3.functional.fragment_ops.depth_st",
1524         "encil.stencil_ops.invert_incr_wrap_incr_wrap");
1525 
1526 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028149,
1527         "dEQP-GLES3.functional.fragment_ops.depth_st",
1528         "encil.stencil_ops.invert_incr_wrap_decr_wrap");
1529 
1530 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028150,
1531         "dEQP-GLES3.functional.fragment_ops.depth_",
1532         "stencil.stencil_ops.invert_decr_wrap_keep");
1533 
1534 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028151,
1535         "dEQP-GLES3.functional.fragment_ops.depth_",
1536         "stencil.stencil_ops.invert_decr_wrap_zero");
1537 
1538 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028152,
1539         "dEQP-GLES3.functional.fragment_ops.depth_s",
1540         "tencil.stencil_ops.invert_decr_wrap_replace");
1541 
1542 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028153,
1543         "dEQP-GLES3.functional.fragment_ops.depth_",
1544         "stencil.stencil_ops.invert_decr_wrap_incr");
1545 
1546 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028154,
1547         "dEQP-GLES3.functional.fragment_ops.depth_",
1548         "stencil.stencil_ops.invert_decr_wrap_decr");
1549 
1550 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028155,
1551         "dEQP-GLES3.functional.fragment_ops.depth_s",
1552         "tencil.stencil_ops.invert_decr_wrap_invert");
1553 
1554 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028156,
1555         "dEQP-GLES3.functional.fragment_ops.depth_st",
1556         "encil.stencil_ops.invert_decr_wrap_incr_wrap");
1557 
1558 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028157,
1559         "dEQP-GLES3.functional.fragment_ops.depth_st",
1560         "encil.stencil_ops.invert_decr_wrap_decr_wrap");
1561 
1562 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028158,
1563         "dEQP-GLES3.functional.fragment_ops.depth",
1564         "_stencil.stencil_ops.incr_wrap_keep_keep");
1565 
1566 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028159,
1567         "dEQP-GLES3.functional.fragment_ops.depth",
1568         "_stencil.stencil_ops.incr_wrap_keep_zero");
1569 
1570 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028160,
1571         "dEQP-GLES3.functional.fragment_ops.depth_",
1572         "stencil.stencil_ops.incr_wrap_keep_replace");
1573 
1574 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028161,
1575         "dEQP-GLES3.functional.fragment_ops.depth",
1576         "_stencil.stencil_ops.incr_wrap_keep_incr");
1577 
1578 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028162,
1579         "dEQP-GLES3.functional.fragment_ops.depth",
1580         "_stencil.stencil_ops.incr_wrap_keep_decr");
1581 
1582 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028163,
1583         "dEQP-GLES3.functional.fragment_ops.depth_",
1584         "stencil.stencil_ops.incr_wrap_keep_invert");
1585 
1586 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028164,
1587         "dEQP-GLES3.functional.fragment_ops.depth_s",
1588         "tencil.stencil_ops.incr_wrap_keep_incr_wrap");
1589 
1590 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028165,
1591         "dEQP-GLES3.functional.fragment_ops.depth_s",
1592         "tencil.stencil_ops.incr_wrap_keep_decr_wrap");
1593 
1594 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028166,
1595         "dEQP-GLES3.functional.fragment_ops.depth",
1596         "_stencil.stencil_ops.incr_wrap_zero_keep");
1597 
1598 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028167,
1599         "dEQP-GLES3.functional.fragment_ops.depth",
1600         "_stencil.stencil_ops.incr_wrap_zero_zero");
1601 
1602 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028168,
1603         "dEQP-GLES3.functional.fragment_ops.depth_",
1604         "stencil.stencil_ops.incr_wrap_zero_replace");
1605 
1606 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028169,
1607         "dEQP-GLES3.functional.fragment_ops.depth",
1608         "_stencil.stencil_ops.incr_wrap_zero_incr");
1609 
1610 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028170,
1611         "dEQP-GLES3.functional.fragment_ops.depth",
1612         "_stencil.stencil_ops.incr_wrap_zero_decr");
1613 
1614 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028171,
1615         "dEQP-GLES3.functional.fragment_ops.depth_",
1616         "stencil.stencil_ops.incr_wrap_zero_invert");
1617 
1618 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028172,
1619         "dEQP-GLES3.functional.fragment_ops.depth_s",
1620         "tencil.stencil_ops.incr_wrap_zero_incr_wrap");
1621 
1622 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028173,
1623         "dEQP-GLES3.functional.fragment_ops.depth_s",
1624         "tencil.stencil_ops.incr_wrap_zero_decr_wrap");
1625 
1626 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028174,
1627         "dEQP-GLES3.functional.fragment_ops.depth_",
1628         "stencil.stencil_ops.incr_wrap_replace_keep");
1629 
1630 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028175,
1631         "dEQP-GLES3.functional.fragment_ops.depth_",
1632         "stencil.stencil_ops.incr_wrap_replace_zero");
1633 
1634 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028176,
1635         "dEQP-GLES3.functional.fragment_ops.depth_st",
1636         "encil.stencil_ops.incr_wrap_replace_replace");
1637 
1638 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028177,
1639         "dEQP-GLES3.functional.fragment_ops.depth_",
1640         "stencil.stencil_ops.incr_wrap_replace_incr");
1641 
1642 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028178,
1643         "dEQP-GLES3.functional.fragment_ops.depth_",
1644         "stencil.stencil_ops.incr_wrap_replace_decr");
1645 
1646 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028179,
1647         "dEQP-GLES3.functional.fragment_ops.depth_s",
1648         "tencil.stencil_ops.incr_wrap_replace_invert");
1649 
1650 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028180,
1651         "dEQP-GLES3.functional.fragment_ops.depth_ste",
1652         "ncil.stencil_ops.incr_wrap_replace_incr_wrap");
1653 
1654 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028181,
1655         "dEQP-GLES3.functional.fragment_ops.depth_ste",
1656         "ncil.stencil_ops.incr_wrap_replace_decr_wrap");
1657 
1658 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028182,
1659         "dEQP-GLES3.functional.fragment_ops.depth",
1660         "_stencil.stencil_ops.incr_wrap_incr_keep");
1661 
1662 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028183,
1663         "dEQP-GLES3.functional.fragment_ops.depth",
1664         "_stencil.stencil_ops.incr_wrap_incr_zero");
1665 
1666 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028184,
1667         "dEQP-GLES3.functional.fragment_ops.depth_",
1668         "stencil.stencil_ops.incr_wrap_incr_replace");
1669 
1670 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028185,
1671         "dEQP-GLES3.functional.fragment_ops.depth",
1672         "_stencil.stencil_ops.incr_wrap_incr_incr");
1673 
1674 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028186,
1675         "dEQP-GLES3.functional.fragment_ops.depth",
1676         "_stencil.stencil_ops.incr_wrap_incr_decr");
1677 
1678 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028187,
1679         "dEQP-GLES3.functional.fragment_ops.depth_",
1680         "stencil.stencil_ops.incr_wrap_incr_invert");
1681 
1682 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028188,
1683         "dEQP-GLES3.functional.fragment_ops.depth_s",
1684         "tencil.stencil_ops.incr_wrap_incr_incr_wrap");
1685 
1686 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028189,
1687         "dEQP-GLES3.functional.fragment_ops.depth_s",
1688         "tencil.stencil_ops.incr_wrap_incr_decr_wrap");
1689 
1690 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028190,
1691         "dEQP-GLES3.functional.fragment_ops.depth",
1692         "_stencil.stencil_ops.incr_wrap_decr_keep");
1693 
1694 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028191,
1695         "dEQP-GLES3.functional.fragment_ops.depth",
1696         "_stencil.stencil_ops.incr_wrap_decr_zero");
1697 
1698 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028192,
1699         "dEQP-GLES3.functional.fragment_ops.depth_",
1700         "stencil.stencil_ops.incr_wrap_decr_replace");
1701 
1702 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028193,
1703         "dEQP-GLES3.functional.fragment_ops.depth",
1704         "_stencil.stencil_ops.incr_wrap_decr_incr");
1705 
1706 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028194,
1707         "dEQP-GLES3.functional.fragment_ops.depth",
1708         "_stencil.stencil_ops.incr_wrap_decr_decr");
1709 
1710 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028195,
1711         "dEQP-GLES3.functional.fragment_ops.depth_",
1712         "stencil.stencil_ops.incr_wrap_decr_invert");
1713 
1714 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028196,
1715         "dEQP-GLES3.functional.fragment_ops.depth_s",
1716         "tencil.stencil_ops.incr_wrap_decr_incr_wrap");
1717 
1718 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028197,
1719         "dEQP-GLES3.functional.fragment_ops.depth_s",
1720         "tencil.stencil_ops.incr_wrap_decr_decr_wrap");
1721 
1722 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028198,
1723         "dEQP-GLES3.functional.fragment_ops.depth_",
1724         "stencil.stencil_ops.incr_wrap_invert_keep");
1725 
1726 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028199,
1727         "dEQP-GLES3.functional.fragment_ops.depth_",
1728         "stencil.stencil_ops.incr_wrap_invert_zero");
1729 
1730 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028200,
1731         "dEQP-GLES3.functional.fragment_ops.depth_s",
1732         "tencil.stencil_ops.incr_wrap_invert_replace");
1733 
1734 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028201,
1735         "dEQP-GLES3.functional.fragment_ops.depth_",
1736         "stencil.stencil_ops.incr_wrap_invert_incr");
1737 
1738 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028202,
1739         "dEQP-GLES3.functional.fragment_ops.depth_",
1740         "stencil.stencil_ops.incr_wrap_invert_decr");
1741 
1742 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028203,
1743         "dEQP-GLES3.functional.fragment_ops.depth_s",
1744         "tencil.stencil_ops.incr_wrap_invert_invert");
1745 
1746 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028204,
1747         "dEQP-GLES3.functional.fragment_ops.depth_st",
1748         "encil.stencil_ops.incr_wrap_invert_incr_wrap");
1749 
1750 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028205,
1751         "dEQP-GLES3.functional.fragment_ops.depth_st",
1752         "encil.stencil_ops.incr_wrap_invert_decr_wrap");
1753 
1754 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028206,
1755         "dEQP-GLES3.functional.fragment_ops.depth_s",
1756         "tencil.stencil_ops.incr_wrap_incr_wrap_keep");
1757 
1758 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028207,
1759         "dEQP-GLES3.functional.fragment_ops.depth_s",
1760         "tencil.stencil_ops.incr_wrap_incr_wrap_zero");
1761 
1762 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028208,
1763         "dEQP-GLES3.functional.fragment_ops.depth_ste",
1764         "ncil.stencil_ops.incr_wrap_incr_wrap_replace");
1765 
1766 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028209,
1767         "dEQP-GLES3.functional.fragment_ops.depth_s",
1768         "tencil.stencil_ops.incr_wrap_incr_wrap_incr");
1769 
1770 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028210,
1771         "dEQP-GLES3.functional.fragment_ops.depth_s",
1772         "tencil.stencil_ops.incr_wrap_incr_wrap_decr");
1773 
1774 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028211,
1775         "dEQP-GLES3.functional.fragment_ops.depth_st",
1776         "encil.stencil_ops.incr_wrap_incr_wrap_invert");
1777 
1778 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028212,
1779         "dEQP-GLES3.functional.fragment_ops.depth_sten",
1780         "cil.stencil_ops.incr_wrap_incr_wrap_incr_wrap");
1781 
1782 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028213,
1783         "dEQP-GLES3.functional.fragment_ops.depth_sten",
1784         "cil.stencil_ops.incr_wrap_incr_wrap_decr_wrap");
1785 
1786 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028214,
1787         "dEQP-GLES3.functional.fragment_ops.depth_s",
1788         "tencil.stencil_ops.incr_wrap_decr_wrap_keep");
1789 
1790 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028215,
1791         "dEQP-GLES3.functional.fragment_ops.depth_s",
1792         "tencil.stencil_ops.incr_wrap_decr_wrap_zero");
1793 
1794 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028216,
1795         "dEQP-GLES3.functional.fragment_ops.depth_ste",
1796         "ncil.stencil_ops.incr_wrap_decr_wrap_replace");
1797 
1798 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028217,
1799         "dEQP-GLES3.functional.fragment_ops.depth_s",
1800         "tencil.stencil_ops.incr_wrap_decr_wrap_incr");
1801 
1802 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028218,
1803         "dEQP-GLES3.functional.fragment_ops.depth_s",
1804         "tencil.stencil_ops.incr_wrap_decr_wrap_decr");
1805 
1806 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028219,
1807         "dEQP-GLES3.functional.fragment_ops.depth_st",
1808         "encil.stencil_ops.incr_wrap_decr_wrap_invert");
1809 
1810 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028220,
1811         "dEQP-GLES3.functional.fragment_ops.depth_sten",
1812         "cil.stencil_ops.incr_wrap_decr_wrap_incr_wrap");
1813 
1814 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028221,
1815         "dEQP-GLES3.functional.fragment_ops.depth_sten",
1816         "cil.stencil_ops.incr_wrap_decr_wrap_decr_wrap");
1817 
1818 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028222,
1819         "dEQP-GLES3.functional.fragment_ops.depth",
1820         "_stencil.stencil_ops.decr_wrap_keep_keep");
1821 
1822 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028223,
1823         "dEQP-GLES3.functional.fragment_ops.depth",
1824         "_stencil.stencil_ops.decr_wrap_keep_zero");
1825 
1826 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028224,
1827         "dEQP-GLES3.functional.fragment_ops.depth_",
1828         "stencil.stencil_ops.decr_wrap_keep_replace");
1829 
1830 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028225,
1831         "dEQP-GLES3.functional.fragment_ops.depth",
1832         "_stencil.stencil_ops.decr_wrap_keep_incr");
1833 
1834 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028226,
1835         "dEQP-GLES3.functional.fragment_ops.depth",
1836         "_stencil.stencil_ops.decr_wrap_keep_decr");
1837 
1838 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028227,
1839         "dEQP-GLES3.functional.fragment_ops.depth_",
1840         "stencil.stencil_ops.decr_wrap_keep_invert");
1841 
1842 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028228,
1843         "dEQP-GLES3.functional.fragment_ops.depth_s",
1844         "tencil.stencil_ops.decr_wrap_keep_incr_wrap");
1845 
1846 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028229,
1847         "dEQP-GLES3.functional.fragment_ops.depth_s",
1848         "tencil.stencil_ops.decr_wrap_keep_decr_wrap");
1849 
1850 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028230,
1851         "dEQP-GLES3.functional.fragment_ops.depth",
1852         "_stencil.stencil_ops.decr_wrap_zero_keep");
1853 
1854 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028231,
1855         "dEQP-GLES3.functional.fragment_ops.depth",
1856         "_stencil.stencil_ops.decr_wrap_zero_zero");
1857 
1858 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028232,
1859         "dEQP-GLES3.functional.fragment_ops.depth_",
1860         "stencil.stencil_ops.decr_wrap_zero_replace");
1861 
1862 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028233,
1863         "dEQP-GLES3.functional.fragment_ops.depth",
1864         "_stencil.stencil_ops.decr_wrap_zero_incr");
1865 
1866 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028234,
1867         "dEQP-GLES3.functional.fragment_ops.depth",
1868         "_stencil.stencil_ops.decr_wrap_zero_decr");
1869 
1870 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028235,
1871         "dEQP-GLES3.functional.fragment_ops.depth_",
1872         "stencil.stencil_ops.decr_wrap_zero_invert");
1873 
1874 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028236,
1875         "dEQP-GLES3.functional.fragment_ops.depth_s",
1876         "tencil.stencil_ops.decr_wrap_zero_incr_wrap");
1877 
1878 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028237,
1879         "dEQP-GLES3.functional.fragment_ops.depth_s",
1880         "tencil.stencil_ops.decr_wrap_zero_decr_wrap");
1881 
1882 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028238,
1883         "dEQP-GLES3.functional.fragment_ops.depth_",
1884         "stencil.stencil_ops.decr_wrap_replace_keep");
1885 
1886 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028239,
1887         "dEQP-GLES3.functional.fragment_ops.depth_",
1888         "stencil.stencil_ops.decr_wrap_replace_zero");
1889 
1890 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028240,
1891         "dEQP-GLES3.functional.fragment_ops.depth_st",
1892         "encil.stencil_ops.decr_wrap_replace_replace");
1893 
1894 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028241,
1895         "dEQP-GLES3.functional.fragment_ops.depth_",
1896         "stencil.stencil_ops.decr_wrap_replace_incr");
1897 
1898 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028242,
1899         "dEQP-GLES3.functional.fragment_ops.depth_",
1900         "stencil.stencil_ops.decr_wrap_replace_decr");
1901 
1902 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028243,
1903         "dEQP-GLES3.functional.fragment_ops.depth_s",
1904         "tencil.stencil_ops.decr_wrap_replace_invert");
1905 
1906 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028244,
1907         "dEQP-GLES3.functional.fragment_ops.depth_ste",
1908         "ncil.stencil_ops.decr_wrap_replace_incr_wrap");
1909 
1910 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028245,
1911         "dEQP-GLES3.functional.fragment_ops.depth_ste",
1912         "ncil.stencil_ops.decr_wrap_replace_decr_wrap");
1913 
1914 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028246,
1915         "dEQP-GLES3.functional.fragment_ops.depth",
1916         "_stencil.stencil_ops.decr_wrap_incr_keep");
1917 
1918 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028247,
1919         "dEQP-GLES3.functional.fragment_ops.depth",
1920         "_stencil.stencil_ops.decr_wrap_incr_zero");
1921 
1922 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028248,
1923         "dEQP-GLES3.functional.fragment_ops.depth_",
1924         "stencil.stencil_ops.decr_wrap_incr_replace");
1925 
1926 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028249,
1927         "dEQP-GLES3.functional.fragment_ops.depth",
1928         "_stencil.stencil_ops.decr_wrap_incr_incr");
1929 
1930 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028250,
1931         "dEQP-GLES3.functional.fragment_ops.depth",
1932         "_stencil.stencil_ops.decr_wrap_incr_decr");
1933 
1934 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028251,
1935         "dEQP-GLES3.functional.fragment_ops.depth_",
1936         "stencil.stencil_ops.decr_wrap_incr_invert");
1937 
1938 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028252,
1939         "dEQP-GLES3.functional.fragment_ops.depth_s",
1940         "tencil.stencil_ops.decr_wrap_incr_incr_wrap");
1941 
1942 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028253,
1943         "dEQP-GLES3.functional.fragment_ops.depth_s",
1944         "tencil.stencil_ops.decr_wrap_incr_decr_wrap");
1945 
1946 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028254,
1947         "dEQP-GLES3.functional.fragment_ops.depth",
1948         "_stencil.stencil_ops.decr_wrap_decr_keep");
1949 
1950 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028255,
1951         "dEQP-GLES3.functional.fragment_ops.depth",
1952         "_stencil.stencil_ops.decr_wrap_decr_zero");
1953 
1954 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028256,
1955         "dEQP-GLES3.functional.fragment_ops.depth_",
1956         "stencil.stencil_ops.decr_wrap_decr_replace");
1957 
1958 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028257,
1959         "dEQP-GLES3.functional.fragment_ops.depth",
1960         "_stencil.stencil_ops.decr_wrap_decr_incr");
1961 
1962 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028258,
1963         "dEQP-GLES3.functional.fragment_ops.depth",
1964         "_stencil.stencil_ops.decr_wrap_decr_decr");
1965 
1966 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028259,
1967         "dEQP-GLES3.functional.fragment_ops.depth_",
1968         "stencil.stencil_ops.decr_wrap_decr_invert");
1969 
1970 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028260,
1971         "dEQP-GLES3.functional.fragment_ops.depth_s",
1972         "tencil.stencil_ops.decr_wrap_decr_incr_wrap");
1973 
1974 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028261,
1975         "dEQP-GLES3.functional.fragment_ops.depth_s",
1976         "tencil.stencil_ops.decr_wrap_decr_decr_wrap");
1977 
1978 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028262,
1979         "dEQP-GLES3.functional.fragment_ops.depth_",
1980         "stencil.stencil_ops.decr_wrap_invert_keep");
1981 
1982 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028263,
1983         "dEQP-GLES3.functional.fragment_ops.depth_",
1984         "stencil.stencil_ops.decr_wrap_invert_zero");
1985 
1986 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028264,
1987         "dEQP-GLES3.functional.fragment_ops.depth_s",
1988         "tencil.stencil_ops.decr_wrap_invert_replace");
1989 
1990 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028265,
1991         "dEQP-GLES3.functional.fragment_ops.depth_",
1992         "stencil.stencil_ops.decr_wrap_invert_incr");
1993 
1994 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028266,
1995         "dEQP-GLES3.functional.fragment_ops.depth_",
1996         "stencil.stencil_ops.decr_wrap_invert_decr");
1997 
1998 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028267,
1999         "dEQP-GLES3.functional.fragment_ops.depth_s",
2000         "tencil.stencil_ops.decr_wrap_invert_invert");
2001 
2002 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028268,
2003         "dEQP-GLES3.functional.fragment_ops.depth_st",
2004         "encil.stencil_ops.decr_wrap_invert_incr_wrap");
2005 
2006 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028269,
2007         "dEQP-GLES3.functional.fragment_ops.depth_st",
2008         "encil.stencil_ops.decr_wrap_invert_decr_wrap");
2009 
2010 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028270,
2011         "dEQP-GLES3.functional.fragment_ops.depth_s",
2012         "tencil.stencil_ops.decr_wrap_incr_wrap_keep");
2013 
2014 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028271,
2015         "dEQP-GLES3.functional.fragment_ops.depth_s",
2016         "tencil.stencil_ops.decr_wrap_incr_wrap_zero");
2017 
2018 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028272,
2019         "dEQP-GLES3.functional.fragment_ops.depth_ste",
2020         "ncil.stencil_ops.decr_wrap_incr_wrap_replace");
2021 
2022 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028273,
2023         "dEQP-GLES3.functional.fragment_ops.depth_s",
2024         "tencil.stencil_ops.decr_wrap_incr_wrap_incr");
2025 
2026 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028274,
2027         "dEQP-GLES3.functional.fragment_ops.depth_s",
2028         "tencil.stencil_ops.decr_wrap_incr_wrap_decr");
2029 
2030 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028275,
2031         "dEQP-GLES3.functional.fragment_ops.depth_st",
2032         "encil.stencil_ops.decr_wrap_incr_wrap_invert");
2033 
2034 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028276,
2035         "dEQP-GLES3.functional.fragment_ops.depth_sten",
2036         "cil.stencil_ops.decr_wrap_incr_wrap_incr_wrap");
2037 
2038 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028277,
2039         "dEQP-GLES3.functional.fragment_ops.depth_sten",
2040         "cil.stencil_ops.decr_wrap_incr_wrap_decr_wrap");
2041 
2042 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028278,
2043         "dEQP-GLES3.functional.fragment_ops.depth_s",
2044         "tencil.stencil_ops.decr_wrap_decr_wrap_keep");
2045 
2046 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028279,
2047         "dEQP-GLES3.functional.fragment_ops.depth_s",
2048         "tencil.stencil_ops.decr_wrap_decr_wrap_zero");
2049 
2050 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028280,
2051         "dEQP-GLES3.functional.fragment_ops.depth_ste",
2052         "ncil.stencil_ops.decr_wrap_decr_wrap_replace");
2053 
2054 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028281,
2055         "dEQP-GLES3.functional.fragment_ops.depth_s",
2056         "tencil.stencil_ops.decr_wrap_decr_wrap_incr");
2057 
2058 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028282,
2059         "dEQP-GLES3.functional.fragment_ops.depth_s",
2060         "tencil.stencil_ops.decr_wrap_decr_wrap_decr");
2061 
2062 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028283,
2063         "dEQP-GLES3.functional.fragment_ops.depth_st",
2064         "encil.stencil_ops.decr_wrap_decr_wrap_invert");
2065 
2066 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028284,
2067         "dEQP-GLES3.functional.fragment_ops.depth_sten",
2068         "cil.stencil_ops.decr_wrap_decr_wrap_incr_wrap");
2069 
2070 static SHRINK_HWTEST_F(ActsDeqpgles30028TestSuite, TestCase_028285,
2071         "dEQP-GLES3.functional.fragment_ops.depth_sten",
2072         "cil.stencil_ops.decr_wrap_decr_wrap_decr_wrap");
2073