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