1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles2BaseFunc.h"
19 #include "../ActsDeqpgles20005TestSuite.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(ActsDeqpgles20005TestSuite, TestCase_004774,
27         "dEQP-GLES2.functional.shaders.operator",
28         ".binary_operator.div.lowp_float_vertex");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004775,
31         "dEQP-GLES2.functional.shaders.operator.",
32         "binary_operator.div.lowp_float_fragment");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004776,
35         "dEQP-GLES2.functional.shaders.operator.",
36         "binary_operator.div.mediump_float_vertex");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004777,
39         "dEQP-GLES2.functional.shaders.operator.b",
40         "inary_operator.div.mediump_float_fragment");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004778,
43         "dEQP-GLES2.functional.shaders.operator",
44         ".binary_operator.div.highp_float_vertex");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004779,
47         "dEQP-GLES2.functional.shaders.operator.",
48         "binary_operator.div.highp_float_fragment");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004780,
51         "dEQP-GLES2.functional.shaders.operato",
52         "r.binary_operator.div.lowp_vec2_vertex");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004781,
55         "dEQP-GLES2.functional.shaders.operator",
56         ".binary_operator.div.lowp_vec2_fragment");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004782,
59         "dEQP-GLES2.functional.shaders.operator.",
60         "binary_operator.div.mediump_vec2_vertex");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004783,
63         "dEQP-GLES2.functional.shaders.operator.b",
64         "inary_operator.div.mediump_vec2_fragment");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004784,
67         "dEQP-GLES2.functional.shaders.operator",
68         ".binary_operator.div.highp_vec2_vertex");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004785,
71         "dEQP-GLES2.functional.shaders.operator.",
72         "binary_operator.div.highp_vec2_fragment");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004786,
75         "dEQP-GLES2.functional.shaders.operato",
76         "r.binary_operator.div.lowp_vec3_vertex");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004787,
79         "dEQP-GLES2.functional.shaders.operator",
80         ".binary_operator.div.lowp_vec3_fragment");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004788,
83         "dEQP-GLES2.functional.shaders.operator.",
84         "binary_operator.div.mediump_vec3_vertex");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004789,
87         "dEQP-GLES2.functional.shaders.operator.b",
88         "inary_operator.div.mediump_vec3_fragment");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004790,
91         "dEQP-GLES2.functional.shaders.operator",
92         ".binary_operator.div.highp_vec3_vertex");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004791,
95         "dEQP-GLES2.functional.shaders.operator.",
96         "binary_operator.div.highp_vec3_fragment");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004792,
99         "dEQP-GLES2.functional.shaders.operato",
100         "r.binary_operator.div.lowp_vec4_vertex");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004793,
103         "dEQP-GLES2.functional.shaders.operator",
104         ".binary_operator.div.lowp_vec4_fragment");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004794,
107         "dEQP-GLES2.functional.shaders.operator.",
108         "binary_operator.div.mediump_vec4_vertex");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004795,
111         "dEQP-GLES2.functional.shaders.operator.b",
112         "inary_operator.div.mediump_vec4_fragment");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004796,
115         "dEQP-GLES2.functional.shaders.operator",
116         ".binary_operator.div.highp_vec4_vertex");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004797,
119         "dEQP-GLES2.functional.shaders.operator.",
120         "binary_operator.div.highp_vec4_fragment");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004798,
123         "dEQP-GLES2.functional.shaders.operato",
124         "r.binary_operator.div.lowp_int_vertex");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004799,
127         "dEQP-GLES2.functional.shaders.operator",
128         ".binary_operator.div.lowp_int_fragment");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004800,
131         "dEQP-GLES2.functional.shaders.operator",
132         ".binary_operator.div.mediump_int_vertex");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004801,
135         "dEQP-GLES2.functional.shaders.operator.",
136         "binary_operator.div.mediump_int_fragment");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004802,
139         "dEQP-GLES2.functional.shaders.operato",
140         "r.binary_operator.div.highp_int_vertex");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004803,
143         "dEQP-GLES2.functional.shaders.operator",
144         ".binary_operator.div.highp_int_fragment");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004804,
147         "dEQP-GLES2.functional.shaders.operator",
148         ".binary_operator.div.lowp_ivec2_vertex");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004805,
151         "dEQP-GLES2.functional.shaders.operator.",
152         "binary_operator.div.lowp_ivec2_fragment");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004806,
155         "dEQP-GLES2.functional.shaders.operator.",
156         "binary_operator.div.mediump_ivec2_vertex");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004807,
159         "dEQP-GLES2.functional.shaders.operator.b",
160         "inary_operator.div.mediump_ivec2_fragment");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004808,
163         "dEQP-GLES2.functional.shaders.operator",
164         ".binary_operator.div.highp_ivec2_vertex");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004809,
167         "dEQP-GLES2.functional.shaders.operator.",
168         "binary_operator.div.highp_ivec2_fragment");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004810,
171         "dEQP-GLES2.functional.shaders.operator",
172         ".binary_operator.div.lowp_ivec3_vertex");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004811,
175         "dEQP-GLES2.functional.shaders.operator.",
176         "binary_operator.div.lowp_ivec3_fragment");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004812,
179         "dEQP-GLES2.functional.shaders.operator.",
180         "binary_operator.div.mediump_ivec3_vertex");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004813,
183         "dEQP-GLES2.functional.shaders.operator.b",
184         "inary_operator.div.mediump_ivec3_fragment");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004814,
187         "dEQP-GLES2.functional.shaders.operator",
188         ".binary_operator.div.highp_ivec3_vertex");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004815,
191         "dEQP-GLES2.functional.shaders.operator.",
192         "binary_operator.div.highp_ivec3_fragment");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004816,
195         "dEQP-GLES2.functional.shaders.operator",
196         ".binary_operator.div.lowp_ivec4_vertex");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004817,
199         "dEQP-GLES2.functional.shaders.operator.",
200         "binary_operator.div.lowp_ivec4_fragment");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004818,
203         "dEQP-GLES2.functional.shaders.operator.",
204         "binary_operator.div.mediump_ivec4_vertex");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004819,
207         "dEQP-GLES2.functional.shaders.operator.b",
208         "inary_operator.div.mediump_ivec4_fragment");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004820,
211         "dEQP-GLES2.functional.shaders.operator",
212         ".binary_operator.div.highp_ivec4_vertex");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004821,
215         "dEQP-GLES2.functional.shaders.operator.",
216         "binary_operator.div.highp_ivec4_fragment");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004822,
219         "dEQP-GLES2.functional.shaders.operator.b",
220         "inary_operator.div.lowp_vec2_float_vertex");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004823,
223         "dEQP-GLES2.functional.shaders.operator.bi",
224         "nary_operator.div.lowp_vec2_float_fragment");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004824,
227         "dEQP-GLES2.functional.shaders.operator.bin",
228         "ary_operator.div.mediump_vec2_float_vertex");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004825,
231         "dEQP-GLES2.functional.shaders.operator.bina",
232         "ry_operator.div.mediump_vec2_float_fragment");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004826,
235         "dEQP-GLES2.functional.shaders.operator.bi",
236         "nary_operator.div.highp_vec2_float_vertex");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004827,
239         "dEQP-GLES2.functional.shaders.operator.bin",
240         "ary_operator.div.highp_vec2_float_fragment");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004828,
243         "dEQP-GLES2.functional.shaders.operator.b",
244         "inary_operator.div.lowp_vec3_float_vertex");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004829,
247         "dEQP-GLES2.functional.shaders.operator.bi",
248         "nary_operator.div.lowp_vec3_float_fragment");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004830,
251         "dEQP-GLES2.functional.shaders.operator.bin",
252         "ary_operator.div.mediump_vec3_float_vertex");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004831,
255         "dEQP-GLES2.functional.shaders.operator.bina",
256         "ry_operator.div.mediump_vec3_float_fragment");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004832,
259         "dEQP-GLES2.functional.shaders.operator.bi",
260         "nary_operator.div.highp_vec3_float_vertex");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004833,
263         "dEQP-GLES2.functional.shaders.operator.bin",
264         "ary_operator.div.highp_vec3_float_fragment");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004834,
267         "dEQP-GLES2.functional.shaders.operator.b",
268         "inary_operator.div.lowp_vec4_float_vertex");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004835,
271         "dEQP-GLES2.functional.shaders.operator.bi",
272         "nary_operator.div.lowp_vec4_float_fragment");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004836,
275         "dEQP-GLES2.functional.shaders.operator.bin",
276         "ary_operator.div.mediump_vec4_float_vertex");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004837,
279         "dEQP-GLES2.functional.shaders.operator.bina",
280         "ry_operator.div.mediump_vec4_float_fragment");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004838,
283         "dEQP-GLES2.functional.shaders.operator.bi",
284         "nary_operator.div.highp_vec4_float_vertex");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004839,
287         "dEQP-GLES2.functional.shaders.operator.bin",
288         "ary_operator.div.highp_vec4_float_fragment");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004840,
291         "dEQP-GLES2.functional.shaders.operator.b",
292         "inary_operator.div.lowp_ivec2_int_vertex");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004841,
295         "dEQP-GLES2.functional.shaders.operator.bi",
296         "nary_operator.div.lowp_ivec2_int_fragment");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004842,
299         "dEQP-GLES2.functional.shaders.operator.bi",
300         "nary_operator.div.mediump_ivec2_int_vertex");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004843,
303         "dEQP-GLES2.functional.shaders.operator.bin",
304         "ary_operator.div.mediump_ivec2_int_fragment");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004844,
307         "dEQP-GLES2.functional.shaders.operator.b",
308         "inary_operator.div.highp_ivec2_int_vertex");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004845,
311         "dEQP-GLES2.functional.shaders.operator.bi",
312         "nary_operator.div.highp_ivec2_int_fragment");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004846,
315         "dEQP-GLES2.functional.shaders.operator.b",
316         "inary_operator.div.lowp_ivec3_int_vertex");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004847,
319         "dEQP-GLES2.functional.shaders.operator.bi",
320         "nary_operator.div.lowp_ivec3_int_fragment");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004848,
323         "dEQP-GLES2.functional.shaders.operator.bi",
324         "nary_operator.div.mediump_ivec3_int_vertex");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004849,
327         "dEQP-GLES2.functional.shaders.operator.bin",
328         "ary_operator.div.mediump_ivec3_int_fragment");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004850,
331         "dEQP-GLES2.functional.shaders.operator.b",
332         "inary_operator.div.highp_ivec3_int_vertex");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004851,
335         "dEQP-GLES2.functional.shaders.operator.bi",
336         "nary_operator.div.highp_ivec3_int_fragment");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004852,
339         "dEQP-GLES2.functional.shaders.operator.b",
340         "inary_operator.div.lowp_ivec4_int_vertex");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004853,
343         "dEQP-GLES2.functional.shaders.operator.bi",
344         "nary_operator.div.lowp_ivec4_int_fragment");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004854,
347         "dEQP-GLES2.functional.shaders.operator.bi",
348         "nary_operator.div.mediump_ivec4_int_vertex");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004855,
351         "dEQP-GLES2.functional.shaders.operator.bin",
352         "ary_operator.div.mediump_ivec4_int_fragment");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004856,
355         "dEQP-GLES2.functional.shaders.operator.b",
356         "inary_operator.div.highp_ivec4_int_vertex");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004857,
359         "dEQP-GLES2.functional.shaders.operator.bi",
360         "nary_operator.div.highp_ivec4_int_fragment");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004858,
363         "dEQP-GLES2.functional.shaders.operator.b",
364         "inary_operator.div.lowp_float_vec2_vertex");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004859,
367         "dEQP-GLES2.functional.shaders.operator.bi",
368         "nary_operator.div.lowp_float_vec2_fragment");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004860,
371         "dEQP-GLES2.functional.shaders.operator.bin",
372         "ary_operator.div.mediump_float_vec2_vertex");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004861,
375         "dEQP-GLES2.functional.shaders.operator.bina",
376         "ry_operator.div.mediump_float_vec2_fragment");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004862,
379         "dEQP-GLES2.functional.shaders.operator.bi",
380         "nary_operator.div.highp_float_vec2_vertex");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004863,
383         "dEQP-GLES2.functional.shaders.operator.bin",
384         "ary_operator.div.highp_float_vec2_fragment");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004864,
387         "dEQP-GLES2.functional.shaders.operator.b",
388         "inary_operator.div.lowp_float_vec3_vertex");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004865,
391         "dEQP-GLES2.functional.shaders.operator.bi",
392         "nary_operator.div.lowp_float_vec3_fragment");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004866,
395         "dEQP-GLES2.functional.shaders.operator.bin",
396         "ary_operator.div.mediump_float_vec3_vertex");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004867,
399         "dEQP-GLES2.functional.shaders.operator.bina",
400         "ry_operator.div.mediump_float_vec3_fragment");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004868,
403         "dEQP-GLES2.functional.shaders.operator.bi",
404         "nary_operator.div.highp_float_vec3_vertex");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004869,
407         "dEQP-GLES2.functional.shaders.operator.bin",
408         "ary_operator.div.highp_float_vec3_fragment");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004870,
411         "dEQP-GLES2.functional.shaders.operator.b",
412         "inary_operator.div.lowp_float_vec4_vertex");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004871,
415         "dEQP-GLES2.functional.shaders.operator.bi",
416         "nary_operator.div.lowp_float_vec4_fragment");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004872,
419         "dEQP-GLES2.functional.shaders.operator.bin",
420         "ary_operator.div.mediump_float_vec4_vertex");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004873,
423         "dEQP-GLES2.functional.shaders.operator.bina",
424         "ry_operator.div.mediump_float_vec4_fragment");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004874,
427         "dEQP-GLES2.functional.shaders.operator.bi",
428         "nary_operator.div.highp_float_vec4_vertex");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004875,
431         "dEQP-GLES2.functional.shaders.operator.bin",
432         "ary_operator.div.highp_float_vec4_fragment");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004876,
435         "dEQP-GLES2.functional.shaders.operator.b",
436         "inary_operator.div.lowp_int_ivec2_vertex");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004877,
439         "dEQP-GLES2.functional.shaders.operator.bi",
440         "nary_operator.div.lowp_int_ivec2_fragment");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004878,
443         "dEQP-GLES2.functional.shaders.operator.bi",
444         "nary_operator.div.mediump_int_ivec2_vertex");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004879,
447         "dEQP-GLES2.functional.shaders.operator.bin",
448         "ary_operator.div.mediump_int_ivec2_fragment");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004880,
451         "dEQP-GLES2.functional.shaders.operator.b",
452         "inary_operator.div.highp_int_ivec2_vertex");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004881,
455         "dEQP-GLES2.functional.shaders.operator.bi",
456         "nary_operator.div.highp_int_ivec2_fragment");
457 
458 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004882,
459         "dEQP-GLES2.functional.shaders.operator.b",
460         "inary_operator.div.lowp_int_ivec3_vertex");
461 
462 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004883,
463         "dEQP-GLES2.functional.shaders.operator.bi",
464         "nary_operator.div.lowp_int_ivec3_fragment");
465 
466 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004884,
467         "dEQP-GLES2.functional.shaders.operator.bi",
468         "nary_operator.div.mediump_int_ivec3_vertex");
469 
470 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004885,
471         "dEQP-GLES2.functional.shaders.operator.bin",
472         "ary_operator.div.mediump_int_ivec3_fragment");
473 
474 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004886,
475         "dEQP-GLES2.functional.shaders.operator.b",
476         "inary_operator.div.highp_int_ivec3_vertex");
477 
478 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004887,
479         "dEQP-GLES2.functional.shaders.operator.bi",
480         "nary_operator.div.highp_int_ivec3_fragment");
481 
482 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004888,
483         "dEQP-GLES2.functional.shaders.operator.b",
484         "inary_operator.div.lowp_int_ivec4_vertex");
485 
486 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004889,
487         "dEQP-GLES2.functional.shaders.operator.bi",
488         "nary_operator.div.lowp_int_ivec4_fragment");
489 
490 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004890,
491         "dEQP-GLES2.functional.shaders.operator.bi",
492         "nary_operator.div.mediump_int_ivec4_vertex");
493 
494 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004891,
495         "dEQP-GLES2.functional.shaders.operator.bin",
496         "ary_operator.div.mediump_int_ivec4_fragment");
497 
498 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004892,
499         "dEQP-GLES2.functional.shaders.operator.b",
500         "inary_operator.div.highp_int_ivec4_vertex");
501 
502 static SHRINK_HWTEST_F(ActsDeqpgles20005TestSuite, TestCase_004893,
503         "dEQP-GLES2.functional.shaders.operator.bi",
504         "nary_operator.div.highp_int_ivec4_fragment");
505