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 "../EglBaseFunc.h"
19 #include "../ActsEgl0001TestSuite.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(ActsEgl0001TS, TC000825, "dEQP-EGL.functional.render.sin",
27     "gle_context.gles2.rgb565_window");
28 
29 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000826, "dEQP-EGL.functional.render.sin",
30     "gle_context.gles2.rgb565_pixmap");
31 
32 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000827, "dEQP-EGL.functional.render.sing",
33     "le_context.gles2.rgb565_pbuffer");
34 
35 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000828, "dEQP-EGL.functional.render.sin",
36     "gle_context.gles2.rgb888_window");
37 
38 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000829, "dEQP-EGL.functional.render.sin",
39     "gle_context.gles2.rgb888_pixmap");
40 
41 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000830, "dEQP-EGL.functional.render.sing",
42     "le_context.gles2.rgb888_pbuffer");
43 
44 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000831, "dEQP-EGL.functional.render.sing",
45     "le_context.gles2.rgba4444_window");
46 
47 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000832, "dEQP-EGL.functional.render.sing",
48     "le_context.gles2.rgba4444_pixmap");
49 
50 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000833, "dEQP-EGL.functional.render.singl",
51     "e_context.gles2.rgba4444_pbuffer");
52 
53 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000834, "dEQP-EGL.functional.render.sing",
54     "le_context.gles2.rgba5551_window");
55 
56 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000835, "dEQP-EGL.functional.render.sing",
57     "le_context.gles2.rgba5551_pixmap");
58 
59 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000836, "dEQP-EGL.functional.render.singl",
60     "e_context.gles2.rgba5551_pbuffer");
61 
62 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000837, "dEQP-EGL.functional.render.sing",
63     "le_context.gles2.rgba8888_window");
64 
65 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000838, "dEQP-EGL.functional.render.sing",
66     "le_context.gles2.rgba8888_pixmap");
67 
68 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000839, "dEQP-EGL.functional.render.singl",
69     "e_context.gles2.rgba8888_pbuffer");
70 
71 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000840, "dEQP-EGL.functional.render.sing",
72     "le_context.gles2.other");
73 
74 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000841, "dEQP-EGL.functional.render.sin",
75     "gle_context.gles3.rgb565_window");
76 
77 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000842, "dEQP-EGL.functional.render.sin",
78     "gle_context.gles3.rgb565_pixmap");
79 
80 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000843, "dEQP-EGL.functional.render.sing",
81     "le_context.gles3.rgb565_pbuffer");
82 
83 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000844, "dEQP-EGL.functional.render.sin",
84     "gle_context.gles3.rgb888_window");
85 
86 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000845, "dEQP-EGL.functional.render.sin",
87     "gle_context.gles3.rgb888_pixmap");
88 
89 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000846, "dEQP-EGL.functional.render.sing",
90     "le_context.gles3.rgb888_pbuffer");
91 
92 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000847, "dEQP-EGL.functional.render.sing",
93     "le_context.gles3.rgba4444_window");
94 
95 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000848, "dEQP-EGL.functional.render.sing",
96     "le_context.gles3.rgba4444_pixmap");
97 
98 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000849, "dEQP-EGL.functional.render.singl",
99     "e_context.gles3.rgba4444_pbuffer");
100 
101 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000850, "dEQP-EGL.functional.render.sing",
102     "le_context.gles3.rgba5551_window");
103 
104 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000851, "dEQP-EGL.functional.render.sing",
105     "le_context.gles3.rgba5551_pixmap");
106 
107 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000852, "dEQP-EGL.functional.render.singl",
108     "e_context.gles3.rgba5551_pbuffer");
109 
110 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000853, "dEQP-EGL.functional.render.sing",
111     "le_context.gles3.rgba8888_window");
112 
113 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000854, "dEQP-EGL.functional.render.sing",
114     "le_context.gles3.rgba8888_pixmap");
115 
116 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000855, "dEQP-EGL.functional.render.singl",
117     "e_context.gles3.rgba8888_pbuffer");
118 
119 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000856, "dEQP-EGL.functional.render.sing",
120     "le_context.gles3.other");
121 
122 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000857, "dEQP-EGL.functional.render.mul",
123     "ti_context.gles2.rgb565_window");
124 
125 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000858, "dEQP-EGL.functional.render.mul",
126     "ti_context.gles2.rgb565_pixmap");
127 
128 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000859, "dEQP-EGL.functional.render.mul",
129     "ti_context.gles2.rgb565_pbuffer");
130 
131 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000860, "dEQP-EGL.functional.render.mul",
132     "ti_context.gles2.rgb888_window");
133 
134 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000861, "dEQP-EGL.functional.render.mul",
135     "ti_context.gles2.rgb888_pixmap");
136 
137 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000862, "dEQP-EGL.functional.render.mul",
138     "ti_context.gles2.rgb888_pbuffer");
139 
140 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000863, "dEQP-EGL.functional.render.mult",
141     "i_context.gles2.rgba4444_window");
142 
143 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000864, "dEQP-EGL.functional.render.mult",
144     "i_context.gles2.rgba4444_pixmap");
145 
146 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000865, "dEQP-EGL.functional.render.mult",
147     "i_context.gles2.rgba4444_pbuffer");
148 
149 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000866, "dEQP-EGL.functional.render.mult",
150     "i_context.gles2.rgba5551_window");
151 
152 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000867, "dEQP-EGL.functional.render.mult",
153     "i_context.gles2.rgba5551_pixmap");
154 
155 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000868, "dEQP-EGL.functional.render.mult",
156     "i_context.gles2.rgba5551_pbuffer");
157 
158 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000869, "dEQP-EGL.functional.render.mult",
159     "i_context.gles2.rgba8888_window");
160 
161 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000870, "dEQP-EGL.functional.render.mult",
162     "i_context.gles2.rgba8888_pixmap");
163 
164 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000871, "dEQP-EGL.functional.render.mult",
165     "i_context.gles2.rgba8888_pbuffer");
166 
167 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000872, "dEQP-EGL.functional.render.mult",
168     "i_context.gles2.other");
169 
170 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000873, "dEQP-EGL.functional.render.mul",
171     "ti_context.gles3.rgb565_window");
172 
173 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000874, "dEQP-EGL.functional.render.mul",
174     "ti_context.gles3.rgb565_pixmap");
175 
176 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000875, "dEQP-EGL.functional.render.mul",
177     "ti_context.gles3.rgb565_pbuffer");
178 
179 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000876, "dEQP-EGL.functional.render.mul",
180     "ti_context.gles3.rgb888_window");
181 
182 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000877, "dEQP-EGL.functional.render.mul",
183     "ti_context.gles3.rgb888_pixmap");
184 
185 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000878, "dEQP-EGL.functional.render.mul",
186     "ti_context.gles3.rgb888_pbuffer");
187 
188 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000879, "dEQP-EGL.functional.render.mult",
189     "i_context.gles3.rgba4444_window");
190 
191 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000880, "dEQP-EGL.functional.render.mult",
192     "i_context.gles3.rgba4444_pixmap");
193 
194 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000881, "dEQP-EGL.functional.render.mult",
195     "i_context.gles3.rgba4444_pbuffer");
196 
197 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000882, "dEQP-EGL.functional.render.mult",
198     "i_context.gles3.rgba5551_window");
199 
200 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000883, "dEQP-EGL.functional.render.mult",
201     "i_context.gles3.rgba5551_pixmap");
202 
203 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000884, "dEQP-EGL.functional.render.mult",
204     "i_context.gles3.rgba5551_pbuffer");
205 
206 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000885, "dEQP-EGL.functional.render.mult",
207     "i_context.gles3.rgba8888_window");
208 
209 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000886, "dEQP-EGL.functional.render.mult",
210     "i_context.gles3.rgba8888_pixmap");
211 
212 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000887, "dEQP-EGL.functional.render.mult",
213     "i_context.gles3.rgba8888_pbuffer");
214 
215 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000888, "dEQP-EGL.functional.render.multi_",
216     "context.gles3.other");
217 
218 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000889, "dEQP-EGL.functional.render.multi_",
219     "context.gles2_gles3.rgb565_window");
220 
221 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000890, "dEQP-EGL.functional.render.multi_",
222     "context.gles2_gles3.rgb565_pixmap");
223 
224 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000891, "dEQP-EGL.functional.render.multi_",
225     "context.gles2_gles3.rgb565_pbuffer");
226 
227 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000892, "dEQP-EGL.functional.render.multi_",
228     "context.gles2_gles3.rgb888_window");
229 
230 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000893, "dEQP-EGL.functional.render.multi_",
231     "context.gles2_gles3.rgb888_pixmap");
232 
233 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000894, "dEQP-EGL.functional.render.multi_",
234     "context.gles2_gles3.rgb888_pbuffer");
235 
236 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000895, "dEQP-EGL.functional.render.multi_c",
237     "ontext.gles2_gles3.rgba4444_window");
238 
239 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000896, "dEQP-EGL.functional.render.multi_c",
240     "ontext.gles2_gles3.rgba4444_pixmap");
241 
242 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000897, "dEQP-EGL.functional.render.multi_c",
243     "ontext.gles2_gles3.rgba4444_pbuffer");
244 
245 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000898, "dEQP-EGL.functional.render.multi_c",
246     "ontext.gles2_gles3.rgba5551_window");
247 
248 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000899, "dEQP-EGL.functional.render.multi_c",
249     "ontext.gles2_gles3.rgba5551_pixmap");
250 
251 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000900, "dEQP-EGL.functional.render.multi_c",
252     "ontext.gles2_gles3.rgba5551_pbuffer");
253 
254 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000901, "dEQP-EGL.functional.render.multi_c",
255     "ontext.gles2_gles3.rgba8888_window");
256 
257 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000902, "dEQP-EGL.functional.render.multi_c",
258     "ontext.gles2_gles3.rgba8888_pixmap");
259 
260 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000903, "dEQP-EGL.functional.render.multi_c",
261     "ontext.gles2_gles3.rgba8888_pbuffer");
262 
263 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000904, "dEQP-EGL.functional.render.multi_c",
264     "ontext.gles2_gles3.other");
265 
266 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000905, "dEQP-EGL.functional.render.multi_th",
267     "read.gles2.rgb565_window");
268 
269 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000906, "dEQP-EGL.functional.render.multi_th",
270     "read.gles2.rgb565_pixmap");
271 
272 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000907, "dEQP-EGL.functional.render.mul",
273     "ti_thread.gles2.rgb565_pbuffer");
274 
275 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000908, "dEQP-EGL.functional.render.multi_thr",
276     "ead.gles2.rgb888_window");
277 
278 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000909, "dEQP-EGL.functional.render.multi_thr",
279     "ead.gles2.rgb888_pixmap");
280 
281 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000910, "dEQP-EGL.functional.render.mul",
282     "ti_thread.gles2.rgb888_pbuffer");
283 
284 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000911, "dEQP-EGL.functional.render.mul",
285     "ti_thread.gles2.rgba4444_window");
286 
287 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000912, "dEQP-EGL.functional.render.mul",
288     "ti_thread.gles2.rgba4444_pixmap");
289 
290 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000913, "dEQP-EGL.functional.render.mult",
291     "i_thread.gles2.rgba4444_pbuffer");
292 
293 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000914, "dEQP-EGL.functional.render.mul",
294     "ti_thread.gles2.rgba5551_window");
295 
296 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000915, "dEQP-EGL.functional.render.mul",
297     "ti_thread.gles2.rgba5551_pixmap");
298 
299 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000916, "dEQP-EGL.functional.render.mult",
300     "i_thread.gles2.rgba5551_pbuffer");
301 
302 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000917, "dEQP-EGL.functional.render.mul",
303     "ti_thread.gles2.rgba8888_window");
304 
305 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000918, "dEQP-EGL.functional.render.mul",
306     "ti_thread.gles2.rgba8888_pixmap");
307 
308 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000919, "dEQP-EGL.functional.render.mult",
309     "i_thread.gles2.rgba8888_pbuffer");
310 
311 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000920, "dEQP-EGL.functional.render.multi_thre",
312     "ad.gles2.other");
313 
314 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000921, "dEQP-EGL.functional.render.multi_thre",
315     "ad.gles3.rgb565_window");
316 
317 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000922, "dEQP-EGL.functional.render.multi_thre",
318     "ad.gles3.rgb565_pixmap");
319 
320 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000923, "dEQP-EGL.functional.render.mul",
321     "ti_thread.gles3.rgb565_pbuffer");
322 
323 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000924, "dEQP-EGL.functional.render.multi_thre",
324     "ad.gles3.rgb888_window");
325 
326 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000925, "dEQP-EGL.functional.render.multi_thre",
327     "ad.gles3.rgb888_pixmap");
328 
329 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000926, "dEQP-EGL.functional.render.mul",
330     "ti_thread.gles3.rgb888_pbuffer");
331 
332 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000927, "dEQP-EGL.functional.render.mul",
333     "ti_thread.gles3.rgba4444_window");
334 
335 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000928, "dEQP-EGL.functional.render.mul",
336     "ti_thread.gles3.rgba4444_pixmap");
337 
338 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000929, "dEQP-EGL.functional.render.mult",
339     "i_thread.gles3.rgba4444_pbuffer");
340 
341 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000930, "dEQP-EGL.functional.render.mul",
342     "ti_thread.gles3.rgba5551_window");
343 
344 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000931, "dEQP-EGL.functional.render.mul",
345     "ti_thread.gles3.rgba5551_pixmap");
346 
347 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000932, "dEQP-EGL.functional.render.mult",
348     "i_thread.gles3.rgba5551_pbuffer");
349 
350 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000933, "dEQP-EGL.functional.render.mul",
351     "ti_thread.gles3.rgba8888_window");
352 
353 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000934, "dEQP-EGL.functional.render.mul",
354     "ti_thread.gles3.rgba8888_pixmap");
355 
356 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000935, "dEQP-EGL.functional.render.mult",
357     "i_thread.gles3.rgba8888_pbuffer");
358 
359 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000936, "dEQP-EGL.functional.render.multi_thre",
360     "ad.gles3.other");
361 
362 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000937, "dEQP-EGL.functional.render.multi",
363     "_thread.gles2_gles3.rgb565_window");
364 
365 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000938, "dEQP-EGL.functional.render.multi",
366     "_thread.gles2_gles3.rgb565_pixmap");
367 
368 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000939, "dEQP-EGL.functional.render.multi_",
369     "thread.gles2_gles3.rgb565_pbuffer");
370 
371 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000940, "dEQP-EGL.functional.render.multi",
372     "_thread.gles2_gles3.rgb888_window");
373 
374 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000941, "dEQP-EGL.functional.render.multi",
375     "_thread.gles2_gles3.rgb888_pixmap");
376 
377 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000942, "dEQP-EGL.functional.render.multi_",
378     "thread.gles2_gles3.rgb888_pbuffer");
379 
380 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000943, "dEQP-EGL.functional.render.multi_",
381     "thread.gles2_gles3.rgba4444_window");
382 
383 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000944, "dEQP-EGL.functional.render.multi_",
384     "thread.gles2_gles3.rgba4444_pixmap");
385 
386 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000945, "dEQP-EGL.functional.render.multi_t",
387     "hread.gles2_gles3.rgba4444_pbuffer");
388 
389 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000946, "dEQP-EGL.functional.render.multi_",
390     "thread.gles2_gles3.rgba5551_window");
391 
392 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000947, "dEQP-EGL.functional.render.multi_",
393     "thread.gles2_gles3.rgba5551_pixmap");
394 
395 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000948, "dEQP-EGL.functional.render.multi_t",
396     "hread.gles2_gles3.rgba5551_pbuffer");
397 
398 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000949, "dEQP-EGL.functional.render.multi_",
399     "thread.gles2_gles3.rgba8888_window");
400 
401 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000950, "dEQP-EGL.functional.render.multi_",
402     "thread.gles2_gles3.rgba8888_pixmap");
403 
404 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000951, "dEQP-EGL.functional.render.multi_t",
405     "hread.gles2_gles3.rgba8888_pbuffer");
406 
407 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000952, "dEQP-EGL.functional.render.multi_thre",
408     "ad.gles2_gles3.other");
409