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, TC001742, "dEQP-EGL.functional.sharing.gles2.multi",
27f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.8");
28f6603c60Sopenharmony_ci
29f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001743, "dEQP-EGL.functional.sharing.gles2.multi",
30f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.9");
31f6603c60Sopenharmony_ci
32f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001744, "dEQP-EGL.functional.sharing.gles2.multi",
33f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.10");
34f6603c60Sopenharmony_ci
35f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001745, "dEQP-EGL.functional.sharing.gles2.multi",
36f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.11");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001746, "dEQP-EGL.functional.sharing.gles2.multi",
39f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.12");
40f6603c60Sopenharmony_ci
41f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001747, "dEQP-EGL.functional.sharing.gles2.multi",
42f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.13");
43f6603c60Sopenharmony_ci
44f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001748, "dEQP-EGL.functional.sharing.gles2.multi",
45f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.14");
46f6603c60Sopenharmony_ci
47f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001749, "dEQP-EGL.functional.sharing.gles2.multi",
48f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.15");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001750, "dEQP-EGL.functional.sharing.gles2.multi",
51f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.16");
52f6603c60Sopenharmony_ci
53f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001751, "dEQP-EGL.functional.sharing.gles2.multi",
54f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.17");
55f6603c60Sopenharmony_ci
56f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001752, "dEQP-EGL.functional.sharing.gles2.multi",
57f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.18");
58f6603c60Sopenharmony_ci
59f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001753, "dEQP-EGL.functional.sharing.gles2.multi",
60f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.19");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001754, "dEQP-EGL.functional.sharing.gles2.multi",
63f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.0");
64f6603c60Sopenharmony_ci
65f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001755, "dEQP-EGL.functional.sharing.gles2.multi",
66f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.1");
67f6603c60Sopenharmony_ci
68f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001756, "dEQP-EGL.functional.sharing.gles2.multi",
69f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.2");
70f6603c60Sopenharmony_ci
71f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001757, "dEQP-EGL.functional.sharing.gles2.multi",
72f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.3");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001758, "dEQP-EGL.functional.sharing.gles2.multi",
75f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.4");
76f6603c60Sopenharmony_ci
77f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001759, "dEQP-EGL.functional.sharing.gles2.multi",
78f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.5");
79f6603c60Sopenharmony_ci
80f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001760, "dEQP-EGL.functional.sharing.gles2.multi",
81f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.6");
82f6603c60Sopenharmony_ci
83f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001761, "dEQP-EGL.functional.sharing.gles2.multi",
84f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.7");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001762, "dEQP-EGL.functional.sharing.gles2.multi",
87f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.8");
88f6603c60Sopenharmony_ci
89f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001763, "dEQP-EGL.functional.sharing.gles2.multi",
90f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.compile.9");
91f6603c60Sopenharmony_ci
92f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001764, "dEQP-EGL.functional.sharing.gles2.multit",
93f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.10");
94f6603c60Sopenharmony_ci
95f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001765, "dEQP-EGL.functional.sharing.gles2.multit",
96f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.11");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001766, "dEQP-EGL.functional.sharing.gles2.multit",
99f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.12");
100f6603c60Sopenharmony_ci
101f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001767, "dEQP-EGL.functional.sharing.gles2.multit",
102f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.13");
103f6603c60Sopenharmony_ci
104f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001768, "dEQP-EGL.functional.sharing.gles2.multit",
105f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.14");
106f6603c60Sopenharmony_ci
107f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001769, "dEQP-EGL.functional.sharing.gles2.multit",
108f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.15");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001770, "dEQP-EGL.functional.sharing.gles2.multit",
111f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.16");
112f6603c60Sopenharmony_ci
113f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001771, "dEQP-EGL.functional.sharing.gles2.multit",
114f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.17");
115f6603c60Sopenharmony_ci
116f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001772, "dEQP-EGL.functional.sharing.gles2.multit",
117f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.18");
118f6603c60Sopenharmony_ci
119f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001773, "dEQP-EGL.functional.sharing.gles2.multit",
120f6603c60Sopenharmony_ci    "hread.random_egl_sync.shaders.compile.19");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001774, "dEQP-EGL.functional.sharing.gles2.multithre",
123f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.0");
124f6603c60Sopenharmony_ci
125f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001775, "dEQP-EGL.functional.sharing.gles2.multithre",
126f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.1");
127f6603c60Sopenharmony_ci
128f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001776, "dEQP-EGL.functional.sharing.gles2.multithre",
129f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.2");
130f6603c60Sopenharmony_ci
131f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001777, "dEQP-EGL.functional.sharing.gles2.multithre",
132f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.3");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001778, "dEQP-EGL.functional.sharing.gles2.multithre",
135f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.4");
136f6603c60Sopenharmony_ci
137f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001779, "dEQP-EGL.functional.sharing.gles2.multithre",
138f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.5");
139f6603c60Sopenharmony_ci
140f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001780, "dEQP-EGL.functional.sharing.gles2.multithre",
141f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.6");
142f6603c60Sopenharmony_ci
143f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001781, "dEQP-EGL.functional.sharing.gles2.multithre",
144f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.7");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001782, "dEQP-EGL.functional.sharing.gles2.multithre",
147f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.8");
148f6603c60Sopenharmony_ci
149f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001783, "dEQP-EGL.functional.sharing.gles2.multithre",
150f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.create_destroy.9");
151f6603c60Sopenharmony_ci
152f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001784, "dEQP-EGL.functional.sharing.gles2.multithrea",
153f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.10");
154f6603c60Sopenharmony_ci
155f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001785, "dEQP-EGL.functional.sharing.gles2.multithrea",
156f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.11");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001786, "dEQP-EGL.functional.sharing.gles2.multithrea",
159f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.12");
160f6603c60Sopenharmony_ci
161f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001787, "dEQP-EGL.functional.sharing.gles2.multithrea",
162f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.13");
163f6603c60Sopenharmony_ci
164f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001788, "dEQP-EGL.functional.sharing.gles2.multithrea",
165f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.14");
166f6603c60Sopenharmony_ci
167f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001789, "dEQP-EGL.functional.sharing.gles2.multithrea",
168f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.15");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001790, "dEQP-EGL.functional.sharing.gles2.multithrea",
171f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.16");
172f6603c60Sopenharmony_ci
173f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001791, "dEQP-EGL.functional.sharing.gles2.multithrea",
174f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.17");
175f6603c60Sopenharmony_ci
176f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001792, "dEQP-EGL.functional.sharing.gles2.multithrea",
177f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.18");
178f6603c60Sopenharmony_ci
179f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001793, "dEQP-EGL.functional.sharing.gles2.multithrea",
180f6603c60Sopenharmony_ci    "d.random_egl_sync.programs.create_destroy.19");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001794, "dEQP-EGL.functional.sharing.gles2.multithre",
183f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.0");
184f6603c60Sopenharmony_ci
185f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001795, "dEQP-EGL.functional.sharing.gles2.multithre",
186f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.1");
187f6603c60Sopenharmony_ci
188f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001796, "dEQP-EGL.functional.sharing.gles2.multithre",
189f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.2");
190f6603c60Sopenharmony_ci
191f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001797, "dEQP-EGL.functional.sharing.gles2.multithre",
192f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.3");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001798, "dEQP-EGL.functional.sharing.gles2.multithre",
195f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.4");
196f6603c60Sopenharmony_ci
197f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001799, "dEQP-EGL.functional.sharing.gles2.multithre",
198f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.5");
199f6603c60Sopenharmony_ci
200f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001800, "dEQP-EGL.functional.sharing.gles2.multithre",
201f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.6");
202f6603c60Sopenharmony_ci
203f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001801, "dEQP-EGL.functional.sharing.gles2.multithre",
204f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.7");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001802, "dEQP-EGL.functional.sharing.gles2.multithre",
207f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.8");
208f6603c60Sopenharmony_ci
209f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001803, "dEQP-EGL.functional.sharing.gles2.multithre",
210f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.9");
211f6603c60Sopenharmony_ci
212f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001804, "dEQP-EGL.functional.sharing.gles2.multithre",
213f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.10");
214f6603c60Sopenharmony_ci
215f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001805, "dEQP-EGL.functional.sharing.gles2.multithre",
216f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.11");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001806, "dEQP-EGL.functional.sharing.gles2.multithre",
219f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.12");
220f6603c60Sopenharmony_ci
221f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001807, "dEQP-EGL.functional.sharing.gles2.multithre",
222f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.13");
223f6603c60Sopenharmony_ci
224f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001808, "dEQP-EGL.functional.sharing.gles2.multithre",
225f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.14");
226f6603c60Sopenharmony_ci
227f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001809, "dEQP-EGL.functional.sharing.gles2.multithre",
228f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.15");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001810, "dEQP-EGL.functional.sharing.gles2.multithre",
231f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.16");
232f6603c60Sopenharmony_ci
233f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001811, "dEQP-EGL.functional.sharing.gles2.multithre",
234f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.17");
235f6603c60Sopenharmony_ci
236f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001812, "dEQP-EGL.functional.sharing.gles2.multithre",
237f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.18");
238f6603c60Sopenharmony_ci
239f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001813, "dEQP-EGL.functional.sharing.gles2.multithre",
240f6603c60Sopenharmony_ci    "ad.random_egl_sync.programs.attach_detach.19");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001814, "dEQP-EGL.functional.sharing.gles2.mult",
243f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.0");
244f6603c60Sopenharmony_ci
245f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001815, "dEQP-EGL.functional.sharing.gles2.mult",
246f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.1");
247f6603c60Sopenharmony_ci
248f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001816, "dEQP-EGL.functional.sharing.gles2.mult",
249f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.2");
250f6603c60Sopenharmony_ci
251f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001817, "dEQP-EGL.functional.sharing.gles2.mult",
252f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.3");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001818, "dEQP-EGL.functional.sharing.gles2.mult",
255f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.4");
256f6603c60Sopenharmony_ci
257f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001819, "dEQP-EGL.functional.sharing.gles2.mult",
258f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.5");
259f6603c60Sopenharmony_ci
260f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001820, "dEQP-EGL.functional.sharing.gles2.mult",
261f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.6");
262f6603c60Sopenharmony_ci
263f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001821, "dEQP-EGL.functional.sharing.gles2.mult",
264f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.7");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001822, "dEQP-EGL.functional.sharing.gles2.mult",
267f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.8");
268f6603c60Sopenharmony_ci
269f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001823, "dEQP-EGL.functional.sharing.gles2.mult",
270f6603c60Sopenharmony_ci    "ithread.random_egl_sync.programs.link.9");
271f6603c60Sopenharmony_ci
272f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001824, "dEQP-EGL.functional.sharing.gles2.multi",
273f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.10");
274f6603c60Sopenharmony_ci
275f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001825, "dEQP-EGL.functional.sharing.gles2.multi",
276f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.11");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001826, "dEQP-EGL.functional.sharing.gles2.multi",
279f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.12");
280f6603c60Sopenharmony_ci
281f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001827, "dEQP-EGL.functional.sharing.gles2.multi",
282f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.13");
283f6603c60Sopenharmony_ci
284f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001828, "dEQP-EGL.functional.sharing.gles2.multi",
285f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.14");
286f6603c60Sopenharmony_ci
287f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001829, "dEQP-EGL.functional.sharing.gles2.multi",
288f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.15");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001830, "dEQP-EGL.functional.sharing.gles2.multi",
291f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.16");
292f6603c60Sopenharmony_ci
293f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001831, "dEQP-EGL.functional.sharing.gles2.multi",
294f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.17");
295f6603c60Sopenharmony_ci
296f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001832, "dEQP-EGL.functional.sharing.gles2.multi",
297f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.18");
298f6603c60Sopenharmony_ci
299f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001833, "dEQP-EGL.functional.sharing.gles2.multi",
300f6603c60Sopenharmony_ci    "thread.random_egl_sync.programs.link.19");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001834, "dEQP-EGL.functional.sharing.gles2.multithr",
303f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.0");
304f6603c60Sopenharmony_ci
305f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001835, "dEQP-EGL.functional.sharing.gles2.multithr",
306f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.1");
307f6603c60Sopenharmony_ci
308f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001836, "dEQP-EGL.functional.sharing.gles2.multithr",
309f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.2");
310f6603c60Sopenharmony_ci
311f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001837, "dEQP-EGL.functional.sharing.gles2.multithr",
312f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.3");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001838, "dEQP-EGL.functional.sharing.gles2.multithr",
315f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.4");
316f6603c60Sopenharmony_ci
317f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001839, "dEQP-EGL.functional.sharing.gles2.multithr",
318f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.5");
319f6603c60Sopenharmony_ci
320f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001840, "dEQP-EGL.functional.sharing.gles2.multithr",
321f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.6");
322f6603c60Sopenharmony_ci
323f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001841, "dEQP-EGL.functional.sharing.gles2.multithr",
324f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.7");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001842, "dEQP-EGL.functional.sharing.gles2.multithr",
327f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.8");
328f6603c60Sopenharmony_ci
329f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001843, "dEQP-EGL.functional.sharing.gles2.multithr",
330f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.create_destroy.9");
331f6603c60Sopenharmony_ci
332f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001844, "dEQP-EGL.functional.sharing.gles2.multithre",
333f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.10");
334f6603c60Sopenharmony_ci
335f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001845, "dEQP-EGL.functional.sharing.gles2.multithre",
336f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.11");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001846, "dEQP-EGL.functional.sharing.gles2.multithre",
339f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.12");
340f6603c60Sopenharmony_ci
341f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001847, "dEQP-EGL.functional.sharing.gles2.multithre",
342f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.13");
343f6603c60Sopenharmony_ci
344f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001848, "dEQP-EGL.functional.sharing.gles2.multithre",
345f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.14");
346f6603c60Sopenharmony_ci
347f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001849, "dEQP-EGL.functional.sharing.gles2.multithre",
348f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.15");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001850, "dEQP-EGL.functional.sharing.gles2.multithre",
351f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.16");
352f6603c60Sopenharmony_ci
353f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001851, "dEQP-EGL.functional.sharing.gles2.multithre",
354f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.17");
355f6603c60Sopenharmony_ci
356f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001852, "dEQP-EGL.functional.sharing.gles2.multithre",
357f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.18");
358f6603c60Sopenharmony_ci
359f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001853, "dEQP-EGL.functional.sharing.gles2.multithre",
360f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.create_destroy.19");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001854, "dEQP-EGL.functional.sharing.gles2.multit",
363f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.0");
364f6603c60Sopenharmony_ci
365f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001855, "dEQP-EGL.functional.sharing.gles2.multit",
366f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.1");
367f6603c60Sopenharmony_ci
368f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001856, "dEQP-EGL.functional.sharing.gles2.multit",
369f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.2");
370f6603c60Sopenharmony_ci
371f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001857, "dEQP-EGL.functional.sharing.gles2.multit",
372f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.3");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001858, "dEQP-EGL.functional.sharing.gles2.multit",
375f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.4");
376f6603c60Sopenharmony_ci
377f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001859, "dEQP-EGL.functional.sharing.gles2.multit",
378f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.5");
379f6603c60Sopenharmony_ci
380f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001860, "dEQP-EGL.functional.sharing.gles2.multit",
381f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.6");
382f6603c60Sopenharmony_ci
383f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001861, "dEQP-EGL.functional.sharing.gles2.multit",
384f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.7");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001862, "dEQP-EGL.functional.sharing.gles2.multit",
387f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.8");
388f6603c60Sopenharmony_ci
389f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001863, "dEQP-EGL.functional.sharing.gles2.multit",
390f6603c60Sopenharmony_ci    "hread.random_egl_sync.images.teximage2d.9");
391f6603c60Sopenharmony_ci
392f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001864, "dEQP-EGL.functional.sharing.gles2.multith",
393f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.10");
394f6603c60Sopenharmony_ci
395f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001865, "dEQP-EGL.functional.sharing.gles2.multith",
396f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.11");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001866, "dEQP-EGL.functional.sharing.gles2.multith",
399f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.12");
400f6603c60Sopenharmony_ci
401f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001867, "dEQP-EGL.functional.sharing.gles2.multith",
402f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.13");
403f6603c60Sopenharmony_ci
404f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001868, "dEQP-EGL.functional.sharing.gles2.multith",
405f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.14");
406f6603c60Sopenharmony_ci
407f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001869, "dEQP-EGL.functional.sharing.gles2.multith",
408f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.15");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001870, "dEQP-EGL.functional.sharing.gles2.multith",
411f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.16");
412f6603c60Sopenharmony_ci
413f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001871, "dEQP-EGL.functional.sharing.gles2.multith",
414f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.17");
415f6603c60Sopenharmony_ci
416f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001872, "dEQP-EGL.functional.sharing.gles2.multith",
417f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.18");
418f6603c60Sopenharmony_ci
419f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001873, "dEQP-EGL.functional.sharing.gles2.multith",
420f6603c60Sopenharmony_ci    "read.random_egl_sync.images.teximage2d.19");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001874, "dEQP-EGL.functional.sharing.gles2.multithr",
423f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.0");
424f6603c60Sopenharmony_ci
425f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001875, "dEQP-EGL.functional.sharing.gles2.multithr",
426f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.1");
427f6603c60Sopenharmony_ci
428f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001876, "dEQP-EGL.functional.sharing.gles2.multithr",
429f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.2");
430f6603c60Sopenharmony_ci
431f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001877, "dEQP-EGL.functional.sharing.gles2.multithr",
432f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.3");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001878, "dEQP-EGL.functional.sharing.gles2.multithr",
435f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.4");
436f6603c60Sopenharmony_ci
437f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001879, "dEQP-EGL.functional.sharing.gles2.multithr",
438f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.5");
439f6603c60Sopenharmony_ci
440f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001880, "dEQP-EGL.functional.sharing.gles2.multithr",
441f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.6");
442f6603c60Sopenharmony_ci
443f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001881, "dEQP-EGL.functional.sharing.gles2.multithr",
444f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.7");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001882, "dEQP-EGL.functional.sharing.gles2.multithr",
447f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.8");
448f6603c60Sopenharmony_ci
449f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001883, "dEQP-EGL.functional.sharing.gles2.multithr",
450f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.9");
451f6603c60Sopenharmony_ci
452f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001884, "dEQP-EGL.functional.sharing.gles2.multithr",
453f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.10");
454f6603c60Sopenharmony_ci
455f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001885, "dEQP-EGL.functional.sharing.gles2.multithr",
456f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.11");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001886, "dEQP-EGL.functional.sharing.gles2.multithr",
459f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.12");
460f6603c60Sopenharmony_ci
461f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001887, "dEQP-EGL.functional.sharing.gles2.multithr",
462f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.13");
463f6603c60Sopenharmony_ci
464f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001888, "dEQP-EGL.functional.sharing.gles2.multithr",
465f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.14");
466f6603c60Sopenharmony_ci
467f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001889, "dEQP-EGL.functional.sharing.gles2.multithr",
468f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.15");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001890, "dEQP-EGL.functional.sharing.gles2.multithr",
471f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.16");
472f6603c60Sopenharmony_ci
473f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001891, "dEQP-EGL.functional.sharing.gles2.multithr",
474f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.17");
475f6603c60Sopenharmony_ci
476f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001892, "dEQP-EGL.functional.sharing.gles2.multithr",
477f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.18");
478f6603c60Sopenharmony_ci
479f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001893, "dEQP-EGL.functional.sharing.gles2.multithr",
480f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.texsubimage2d.19");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001894, "dEQP-EGL.functional.sharing.gles2.multithr",
483f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.0");
484f6603c60Sopenharmony_ci
485f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001895, "dEQP-EGL.functional.sharing.gles2.multithr",
486f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.1");
487f6603c60Sopenharmony_ci
488f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001896, "dEQP-EGL.functional.sharing.gles2.multithr",
489f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.2");
490f6603c60Sopenharmony_ci
491f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001897, "dEQP-EGL.functional.sharing.gles2.multithr",
492f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.3");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001898, "dEQP-EGL.functional.sharing.gles2.multithr",
495f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.4");
496f6603c60Sopenharmony_ci
497f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001899, "dEQP-EGL.functional.sharing.gles2.multithr",
498f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.5");
499f6603c60Sopenharmony_ci
500f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001900, "dEQP-EGL.functional.sharing.gles2.multithr",
501f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.6");
502f6603c60Sopenharmony_ci
503f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001901, "dEQP-EGL.functional.sharing.gles2.multithr",
504f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.7");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001902, "dEQP-EGL.functional.sharing.gles2.multithr",
507f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.8");
508f6603c60Sopenharmony_ci
509f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001903, "dEQP-EGL.functional.sharing.gles2.multithr",
510f6603c60Sopenharmony_ci    "ead.random_egl_sync.images.copyteximage2d.9");
511f6603c60Sopenharmony_ci
512f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001904, "dEQP-EGL.functional.sharing.gles2.multithre",
513f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.10");
514f6603c60Sopenharmony_ci
515f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001905, "dEQP-EGL.functional.sharing.gles2.multithre",
516f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.11");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001906, "dEQP-EGL.functional.sharing.gles2.multithre",
519f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.12");
520f6603c60Sopenharmony_ci
521f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001907, "dEQP-EGL.functional.sharing.gles2.multithre",
522f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.13");
523f6603c60Sopenharmony_ci
524f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001908, "dEQP-EGL.functional.sharing.gles2.multithre",
525f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.14");
526f6603c60Sopenharmony_ci
527f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001909, "dEQP-EGL.functional.sharing.gles2.multithre",
528f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.15");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001910, "dEQP-EGL.functional.sharing.gles2.multithre",
531f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.16");
532f6603c60Sopenharmony_ci
533f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001911, "dEQP-EGL.functional.sharing.gles2.multithre",
534f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.17");
535f6603c60Sopenharmony_ci
536f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001912, "dEQP-EGL.functional.sharing.gles2.multithre",
537f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.18");
538f6603c60Sopenharmony_ci
539f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001913, "dEQP-EGL.functional.sharing.gles2.multithre",
540f6603c60Sopenharmony_ci    "ad.random_egl_sync.images.copyteximage2d.19");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001914, "dEQP-EGL.functional.sharing.gles2.multithrea",
543f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.0");
544f6603c60Sopenharmony_ci
545f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001915, "dEQP-EGL.functional.sharing.gles2.multithrea",
546f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.1");
547f6603c60Sopenharmony_ci
548f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001916, "dEQP-EGL.functional.sharing.gles2.multithrea",
549f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.2");
550f6603c60Sopenharmony_ci
551f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001917, "dEQP-EGL.functional.sharing.gles2.multithrea",
552f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.3");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001918, "dEQP-EGL.functional.sharing.gles2.multithrea",
555f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.4");
556f6603c60Sopenharmony_ci
557f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001919, "dEQP-EGL.functional.sharing.gles2.multithrea",
558f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.5");
559f6603c60Sopenharmony_ci
560f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001920, "dEQP-EGL.functional.sharing.gles2.multithrea",
561f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.6");
562f6603c60Sopenharmony_ci
563f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001921, "dEQP-EGL.functional.sharing.gles2.multithrea",
564f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.7");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001922, "dEQP-EGL.functional.sharing.gles2.multithrea",
567f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.8");
568f6603c60Sopenharmony_ci
569f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001923, "dEQP-EGL.functional.sharing.gles2.multithrea",
570f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.9");
571f6603c60Sopenharmony_ci
572f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001924, "dEQP-EGL.functional.sharing.gles2.multithrea",
573f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.10");
574f6603c60Sopenharmony_ci
575f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001925, "dEQP-EGL.functional.sharing.gles2.multithrea",
576f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.11");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001926, "dEQP-EGL.functional.sharing.gles2.multithrea",
579f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.12");
580f6603c60Sopenharmony_ci
581f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001927, "dEQP-EGL.functional.sharing.gles2.multithrea",
582f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.13");
583f6603c60Sopenharmony_ci
584f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001928, "dEQP-EGL.functional.sharing.gles2.multithrea",
585f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.14");
586f6603c60Sopenharmony_ci
587f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001929, "dEQP-EGL.functional.sharing.gles2.multithrea",
588f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.15");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001930, "dEQP-EGL.functional.sharing.gles2.multithrea",
591f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.16");
592f6603c60Sopenharmony_ci
593f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001931, "dEQP-EGL.functional.sharing.gles2.multithrea",
594f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.17");
595f6603c60Sopenharmony_ci
596f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001932, "dEQP-EGL.functional.sharing.gles2.multithrea",
597f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.18");
598f6603c60Sopenharmony_ci
599f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001933, "dEQP-EGL.functional.sharing.gles2.multithrea",
600f6603c60Sopenharmony_ci    "d.random_egl_sync.images.copytexsubimage2d.19");
601f6603c60Sopenharmony_ci
602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001934, "dEQP-EGL.functional.sharing.gles2.multithre",
603f6603c60Sopenharmony_ci    "ad.simple_egl_server_sync.buffers.gen_delete");
604f6603c60Sopenharmony_ci
605f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001935, "dEQP-EGL.functional.sharing.gles2.multithre",
606f6603c60Sopenharmony_ci    "ad.simple_egl_server_sync.buffers.bufferdata");
607f6603c60Sopenharmony_ci
608f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001936, "dEQP-EGL.functional.sharing.gles2.multithread",
609f6603c60Sopenharmony_ci    ".simple_egl_server_sync.buffers.buffersubdata");
610f6603c60Sopenharmony_ci
611f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001937, "dEQP-EGL.functional.sharing.gles2.multithread.s",
612f6603c60Sopenharmony_ci    "imple_egl_server_sync.buffers.bufferdata_render");
613f6603c60Sopenharmony_ci
614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001938, "dEQP-EGL.functional.sharing.gles2.multithread.si",
615f6603c60Sopenharmony_ci    "mple_egl_server_sync.buffers.buffersubdata_render");
616f6603c60Sopenharmony_ci
617f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001939, "dEQP-EGL.functional.sharing.gles2.multithrea",
618f6603c60Sopenharmony_ci    "d.simple_egl_server_sync.textures.gen_delete");
619f6603c60Sopenharmony_ci
620f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001940, "dEQP-EGL.functional.sharing.gles2.multithrea",
621f6603c60Sopenharmony_ci    "d.simple_egl_server_sync.textures.teximage2d");
622f6603c60Sopenharmony_ci
623f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001941, "dEQP-EGL.functional.sharing.gles2.multithread.simpl",
624f6603c60Sopenharmony_ci    "e_egl_server_sync.textures.teximage2d_texsubimage2d");
625f6603c60Sopenharmony_ci
626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001942, "dEQP-EGL.functional.sharing.gles2.multithread.simple_",
627f6603c60Sopenharmony_ci    "egl_server_sync.textures.teximage2d_copytexsubimage2d");
628f6603c60Sopenharmony_ci
629f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001943, "dEQP-EGL.functional.sharing.gles2.multithread.s",
630f6603c60Sopenharmony_ci    "imple_egl_server_sync.textures.teximage2d_render");
631f6603c60Sopenharmony_ci
632f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001944, "dEQP-EGL.functional.sharing.gles2.multithread.simple_e",
633f6603c60Sopenharmony_ci    "gl_server_sync.textures.teximage2d_texsubimage2d_render");
634f6603c60Sopenharmony_ci
635f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001945, "dEQP-EGL.functional.sharing.gles2.multithread.simple_egl",
636f6603c60Sopenharmony_ci    "_server_sync.textures.teximage2d_copytexsubimage2d_render");
637f6603c60Sopenharmony_ci
638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001946, "dEQP-EGL.functional.sharing.gles2.multithread.",
639f6603c60Sopenharmony_ci    "simple_egl_server_sync.textures.copyteximage2d");
640f6603c60Sopenharmony_ci
641f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001947, "dEQP-EGL.functional.sharing.gles2.multithread.simple_",
642f6603c60Sopenharmony_ci    "egl_server_sync.textures.copyteximage2d_texsubimage2d");
643f6603c60Sopenharmony_ci
644f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001948, "dEQP-EGL.functional.sharing.gles2.multithread.simple_eg",
645f6603c60Sopenharmony_ci    "l_server_sync.textures.copyteximage2d_copytexsubimage2d");
646f6603c60Sopenharmony_ci
647f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001949, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
648f6603c60Sopenharmony_ci    "ple_egl_server_sync.textures.copyteximage2d_render");
649f6603c60Sopenharmony_ci
650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001950, "dEQP-EGL.functional.sharing.gles2.multithread.simple_egl",
651f6603c60Sopenharmony_ci    "_server_sync.textures.copyteximage2d_texsubimage2d_render");
652f6603c60Sopenharmony_ci
653f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001951, "dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_s",
654f6603c60Sopenharmony_ci    "erver_sync.textures.copyteximage2d_copytexsubimage2d_render");
655f6603c60Sopenharmony_ci
656f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001952, "dEQP-EGL.functional.sharing.gles2.multithread.s",
657f6603c60Sopenharmony_ci    "imple_egl_server_sync.shaders.vtx_create_destroy");
658f6603c60Sopenharmony_ci
659f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001953, "dEQP-EGL.functional.sharing.gles2.multithread.",
660f6603c60Sopenharmony_ci    "simple_egl_server_sync.shaders.vtx_shadersource");
661f6603c60Sopenharmony_ci
662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001954, "dEQP-EGL.functional.sharing.gles2.multithrea",
663f6603c60Sopenharmony_ci    "d.simple_egl_server_sync.shaders.vtx_compile");
664f6603c60Sopenharmony_ci
665f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001955, "dEQP-EGL.functional.sharing.gles2.multithread.si",
666f6603c60Sopenharmony_ci    "mple_egl_server_sync.shaders.frag_create_destroy");
667f6603c60Sopenharmony_ci
668f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001956, "dEQP-EGL.functional.sharing.gles2.multithread.s",
669f6603c60Sopenharmony_ci    "imple_egl_server_sync.shaders.frag_shadersource");
670f6603c60Sopenharmony_ci
671f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001957, "dEQP-EGL.functional.sharing.gles2.multithrea",
672f6603c60Sopenharmony_ci    "d.simple_egl_server_sync.shaders.frag_compile");
673f6603c60Sopenharmony_ci
674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001958, "dEQP-EGL.functional.sharing.gles2.multithread.",
675f6603c60Sopenharmony_ci    "simple_egl_server_sync.programs.create_destroy");
676f6603c60Sopenharmony_ci
677f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001959, "dEQP-EGL.functional.sharing.gles2.multithr",
678f6603c60Sopenharmony_ci    "ead.simple_egl_server_sync.programs.attach");
679f6603c60Sopenharmony_ci
680f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001960, "dEQP-EGL.functional.sharing.gles2.multith",
681f6603c60Sopenharmony_ci    "read.simple_egl_server_sync.programs.link");
682f6603c60Sopenharmony_ci
683f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001961, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
684f6603c60Sopenharmony_ci    "_egl_server_sync.images.texture_source.create_destroy");
685f6603c60Sopenharmony_ci
686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001962, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
687f6603c60Sopenharmony_ci    "_egl_server_sync.images.texture_source.create_texture");
688f6603c60Sopenharmony_ci
689f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001963, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
690f6603c60Sopenharmony_ci    "_egl_server_sync.images.texture_source.texsubimage2d");
691f6603c60Sopenharmony_ci
692f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001964, "dEQP-EGL.functional.sharing.gles2.multithread.simple_e",
693f6603c60Sopenharmony_ci    "gl_server_sync.images.texture_source.copytexsubimage2d");
694f6603c60Sopenharmony_ci
695f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001965, "dEQP-EGL.functional.sharing.gles2.multithread.simp",
696f6603c60Sopenharmony_ci    "le_egl_server_sync.images.texture_source.teximage2d");
697f6603c60Sopenharmony_ci
698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001966, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
699f6603c60Sopenharmony_ci    "_egl_server_sync.images.texture_source.copyteximage2d");
700f6603c60Sopenharmony_ci
701f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001967, "dEQP-EGL.functional.sharing.gles2.multithread.simple_egl",
702f6603c60Sopenharmony_ci    "_server_sync.images.texture_source.create_texture_render");
703f6603c60Sopenharmony_ci
704f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001968, "dEQP-EGL.functional.sharing.gles2.multithread.simple_eg",
705f6603c60Sopenharmony_ci    "l_server_sync.images.texture_source.texsubimage2d_render");
706f6603c60Sopenharmony_ci
707f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001969, "dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_",
708f6603c60Sopenharmony_ci    "server_sync.images.texture_source.copytexsubimage2d_render");
709f6603c60Sopenharmony_ci
710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001970, "dEQP-EGL.functional.sharing.gles2.multithread.simple_e",
711f6603c60Sopenharmony_ci    "gl_server_sync.images.texture_source.teximage2d_render");
712f6603c60Sopenharmony_ci
713f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001971, "dEQP-EGL.functional.sharing.gles2.multithread.simple_egl",
714f6603c60Sopenharmony_ci    "_server_sync.images.texture_source.copyteximage2d_render");
715f6603c60Sopenharmony_ci
716f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001972, "dEQP-EGL.functional.sharing.gles2.multithread",
717f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.0");
718f6603c60Sopenharmony_ci
719f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001973, "dEQP-EGL.functional.sharing.gles2.multithread",
720f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.1");
721f6603c60Sopenharmony_ci
722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001974, "dEQP-EGL.functional.sharing.gles2.multithread",
723f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.2");
724f6603c60Sopenharmony_ci
725f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001975, "dEQP-EGL.functional.sharing.gles2.multithread",
726f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.3");
727f6603c60Sopenharmony_ci
728f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001976, "dEQP-EGL.functional.sharing.gles2.multithread",
729f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.4");
730f6603c60Sopenharmony_ci
731f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001977, "dEQP-EGL.functional.sharing.gles2.multithread",
732f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.5");
733f6603c60Sopenharmony_ci
734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001978, "dEQP-EGL.functional.sharing.gles2.multithread",
735f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.6");
736f6603c60Sopenharmony_ci
737f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001979, "dEQP-EGL.functional.sharing.gles2.multithread",
738f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.7");
739f6603c60Sopenharmony_ci
740f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001980, "dEQP-EGL.functional.sharing.gles2.multithread",
741f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.8");
742f6603c60Sopenharmony_ci
743f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001981, "dEQP-EGL.functional.sharing.gles2.multithread",
744f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.9");
745f6603c60Sopenharmony_ci
746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001982, "dEQP-EGL.functional.sharing.gles2.multithread",
747f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.10");
748f6603c60Sopenharmony_ci
749f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001983, "dEQP-EGL.functional.sharing.gles2.multithread",
750f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.11");
751f6603c60Sopenharmony_ci
752f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001984, "dEQP-EGL.functional.sharing.gles2.multithread",
753f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.12");
754f6603c60Sopenharmony_ci
755f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001985, "dEQP-EGL.functional.sharing.gles2.multithread",
756f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.13");
757f6603c60Sopenharmony_ci
758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001986, "dEQP-EGL.functional.sharing.gles2.multithread",
759f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.14");
760f6603c60Sopenharmony_ci
761f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001987, "dEQP-EGL.functional.sharing.gles2.multithread",
762f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.15");
763f6603c60Sopenharmony_ci
764f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001988, "dEQP-EGL.functional.sharing.gles2.multithread",
765f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.16");
766f6603c60Sopenharmony_ci
767f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001989, "dEQP-EGL.functional.sharing.gles2.multithread",
768f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.17");
769f6603c60Sopenharmony_ci
770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001990, "dEQP-EGL.functional.sharing.gles2.multithread",
771f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.18");
772f6603c60Sopenharmony_ci
773f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001991, "dEQP-EGL.functional.sharing.gles2.multithread",
774f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.gen_delete.19");
775f6603c60Sopenharmony_ci
776f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001992, "dEQP-EGL.functional.sharing.gles2.multithread",
777f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.0");
778f6603c60Sopenharmony_ci
779f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001993, "dEQP-EGL.functional.sharing.gles2.multithread",
780f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.1");
781f6603c60Sopenharmony_ci
782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001994, "dEQP-EGL.functional.sharing.gles2.multithread",
783f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.2");
784f6603c60Sopenharmony_ci
785f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001995, "dEQP-EGL.functional.sharing.gles2.multithread",
786f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.3");
787f6603c60Sopenharmony_ci
788f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001996, "dEQP-EGL.functional.sharing.gles2.multithread",
789f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.4");
790f6603c60Sopenharmony_ci
791f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001997, "dEQP-EGL.functional.sharing.gles2.multithread",
792f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.5");
793f6603c60Sopenharmony_ci
794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001998, "dEQP-EGL.functional.sharing.gles2.multithread",
795f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.6");
796f6603c60Sopenharmony_ci
797f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001999, "dEQP-EGL.functional.sharing.gles2.multithread",
798f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.7");
799f6603c60Sopenharmony_ci
800f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002000, "dEQP-EGL.functional.sharing.gles2.multithread",
801f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.8");
802f6603c60Sopenharmony_ci
803f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002001, "dEQP-EGL.functional.sharing.gles2.multithread",
804f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.9");
805f6603c60Sopenharmony_ci
806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002002, "dEQP-EGL.functional.sharing.gles2.multithread",
807f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.10");
808f6603c60Sopenharmony_ci
809f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002003, "dEQP-EGL.functional.sharing.gles2.multithread",
810f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.11");
811f6603c60Sopenharmony_ci
812f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002004, "dEQP-EGL.functional.sharing.gles2.multithread",
813f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.12");
814f6603c60Sopenharmony_ci
815f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002005, "dEQP-EGL.functional.sharing.gles2.multithread",
816f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.13");
817f6603c60Sopenharmony_ci
818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002006, "dEQP-EGL.functional.sharing.gles2.multithread",
819f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.14");
820f6603c60Sopenharmony_ci
821f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002007, "dEQP-EGL.functional.sharing.gles2.multithread",
822f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.15");
823f6603c60Sopenharmony_ci
824f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002008, "dEQP-EGL.functional.sharing.gles2.multithread",
825f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.16");
826f6603c60Sopenharmony_ci
827f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002009, "dEQP-EGL.functional.sharing.gles2.multithread",
828f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.17");
829f6603c60Sopenharmony_ci
830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002010, "dEQP-EGL.functional.sharing.gles2.multithread",
831f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.18");
832f6603c60Sopenharmony_ci
833f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002011, "dEQP-EGL.functional.sharing.gles2.multithread",
834f6603c60Sopenharmony_ci    ".random_egl_server_sync.textures.teximage2d.19");
835f6603c60Sopenharmony_ci
836f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002012, "dEQP-EGL.functional.sharing.gles2.multithread.",
837f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.0");
838f6603c60Sopenharmony_ci
839f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002013, "dEQP-EGL.functional.sharing.gles2.multithread.",
840f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.1");
841f6603c60Sopenharmony_ci
842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002014, "dEQP-EGL.functional.sharing.gles2.multithread.",
843f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.2");
844f6603c60Sopenharmony_ci
845f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002015, "dEQP-EGL.functional.sharing.gles2.multithread.",
846f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.3");
847f6603c60Sopenharmony_ci
848f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002016, "dEQP-EGL.functional.sharing.gles2.multithread.",
849f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.4");
850f6603c60Sopenharmony_ci
851f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002017, "dEQP-EGL.functional.sharing.gles2.multithread.",
852f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.5");
853f6603c60Sopenharmony_ci
854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002018, "dEQP-EGL.functional.sharing.gles2.multithread.",
855f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.6");
856f6603c60Sopenharmony_ci
857f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002019, "dEQP-EGL.functional.sharing.gles2.multithread.",
858f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.7");
859f6603c60Sopenharmony_ci
860f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002020, "dEQP-EGL.functional.sharing.gles2.multithread.",
861f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.8");
862f6603c60Sopenharmony_ci
863f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002021, "dEQP-EGL.functional.sharing.gles2.multithread.",
864f6603c60Sopenharmony_ci    "random_egl_server_sync.textures.texsubimage2d.9");
865f6603c60Sopenharmony_ci
866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002022, "dEQP-EGL.functional.sharing.gles2.multithread.r",
867f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.10");
868f6603c60Sopenharmony_ci
869f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002023, "dEQP-EGL.functional.sharing.gles2.multithread.r",
870f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.11");
871f6603c60Sopenharmony_ci
872f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002024, "dEQP-EGL.functional.sharing.gles2.multithread.r",
873f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.12");
874f6603c60Sopenharmony_ci
875f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002025, "dEQP-EGL.functional.sharing.gles2.multithread.r",
876f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.13");
877f6603c60Sopenharmony_ci
878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002026, "dEQP-EGL.functional.sharing.gles2.multithread.r",
879f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.14");
880f6603c60Sopenharmony_ci
881f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002027, "dEQP-EGL.functional.sharing.gles2.multithread.r",
882f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.15");
883f6603c60Sopenharmony_ci
884f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002028, "dEQP-EGL.functional.sharing.gles2.multithread.r",
885f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.16");
886f6603c60Sopenharmony_ci
887f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002029, "dEQP-EGL.functional.sharing.gles2.multithread.r",
888f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.17");
889f6603c60Sopenharmony_ci
890f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002030, "dEQP-EGL.functional.sharing.gles2.multithread.r",
891f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.18");
892f6603c60Sopenharmony_ci
893f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002031, "dEQP-EGL.functional.sharing.gles2.multithread.r",
894f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.texsubimage2d.19");
895f6603c60Sopenharmony_ci
896f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002032, "dEQP-EGL.functional.sharing.gles2.multithread.r",
897f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.0");
898f6603c60Sopenharmony_ci
899f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002033, "dEQP-EGL.functional.sharing.gles2.multithread.r",
900f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.1");
901f6603c60Sopenharmony_ci
902f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002034, "dEQP-EGL.functional.sharing.gles2.multithread.r",
903f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.2");
904f6603c60Sopenharmony_ci
905f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002035, "dEQP-EGL.functional.sharing.gles2.multithread.r",
906f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.3");
907f6603c60Sopenharmony_ci
908f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002036, "dEQP-EGL.functional.sharing.gles2.multithread.r",
909f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.4");
910f6603c60Sopenharmony_ci
911f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002037, "dEQP-EGL.functional.sharing.gles2.multithread.r",
912f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.5");
913f6603c60Sopenharmony_ci
914f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002038, "dEQP-EGL.functional.sharing.gles2.multithread.r",
915f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.6");
916f6603c60Sopenharmony_ci
917f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002039, "dEQP-EGL.functional.sharing.gles2.multithread.r",
918f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.7");
919f6603c60Sopenharmony_ci
920f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002040, "dEQP-EGL.functional.sharing.gles2.multithread.r",
921f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.8");
922f6603c60Sopenharmony_ci
923f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002041, "dEQP-EGL.functional.sharing.gles2.multithread.r",
924f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.9");
925f6603c60Sopenharmony_ci
926f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002042, "dEQP-EGL.functional.sharing.gles2.multithread.r",
927f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.10");
928f6603c60Sopenharmony_ci
929f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002043, "dEQP-EGL.functional.sharing.gles2.multithread.r",
930f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.11");
931f6603c60Sopenharmony_ci
932f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002044, "dEQP-EGL.functional.sharing.gles2.multithread.r",
933f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.12");
934f6603c60Sopenharmony_ci
935f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002045, "dEQP-EGL.functional.sharing.gles2.multithread.r",
936f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.13");
937f6603c60Sopenharmony_ci
938f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002046, "dEQP-EGL.functional.sharing.gles2.multithread.r",
939f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.14");
940f6603c60Sopenharmony_ci
941f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002047, "dEQP-EGL.functional.sharing.gles2.multithread.r",
942f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.15");
943f6603c60Sopenharmony_ci
944f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002048, "dEQP-EGL.functional.sharing.gles2.multithread.r",
945f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.16");
946f6603c60Sopenharmony_ci
947f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002049, "dEQP-EGL.functional.sharing.gles2.multithread.r",
948f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.17");
949f6603c60Sopenharmony_ci
950f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002050, "dEQP-EGL.functional.sharing.gles2.multithread.r",
951f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.18");
952f6603c60Sopenharmony_ci
953f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002051, "dEQP-EGL.functional.sharing.gles2.multithread.r",
954f6603c60Sopenharmony_ci    "andom_egl_server_sync.textures.copyteximage2d.19");
955f6603c60Sopenharmony_ci
956f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002052, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
957f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.0");
958f6603c60Sopenharmony_ci
959f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002053, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
960f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.1");
961f6603c60Sopenharmony_ci
962f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002054, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
963f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.2");
964f6603c60Sopenharmony_ci
965f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002055, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
966f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.3");
967f6603c60Sopenharmony_ci
968f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002056, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
969f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.4");
970f6603c60Sopenharmony_ci
971f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002057, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
972f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.5");
973f6603c60Sopenharmony_ci
974f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002058, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
975f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.6");
976f6603c60Sopenharmony_ci
977f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002059, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
978f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.7");
979f6603c60Sopenharmony_ci
980f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002060, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
981f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.8");
982f6603c60Sopenharmony_ci
983f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002061, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
984f6603c60Sopenharmony_ci    "ndom_egl_server_sync.textures.copytexsubimage2d.9");
985f6603c60Sopenharmony_ci
986f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002062, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
987f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.10");
988f6603c60Sopenharmony_ci
989f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002063, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
990f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.11");
991f6603c60Sopenharmony_ci
992f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002064, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
993f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.12");
994f6603c60Sopenharmony_ci
995f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002065, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
996f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.13");
997f6603c60Sopenharmony_ci
998f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002066, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
999f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.14");
1000f6603c60Sopenharmony_ci
1001f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002067, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
1002f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.15");
1003f6603c60Sopenharmony_ci
1004f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002068, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
1005f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.16");
1006f6603c60Sopenharmony_ci
1007f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002069, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
1008f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.17");
1009f6603c60Sopenharmony_ci
1010f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002070, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
1011f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.18");
1012f6603c60Sopenharmony_ci
1013f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002071, "dEQP-EGL.functional.sharing.gles2.multithread.ran",
1014f6603c60Sopenharmony_ci    "dom_egl_server_sync.textures.copytexsubimage2d.19");
1015f6603c60Sopenharmony_ci
1016f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002072, "dEQP-EGL.functional.sharing.gles2.multithrea",
1017f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.0");
1018f6603c60Sopenharmony_ci
1019f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002073, "dEQP-EGL.functional.sharing.gles2.multithrea",
1020f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.1");
1021f6603c60Sopenharmony_ci
1022f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002074, "dEQP-EGL.functional.sharing.gles2.multithrea",
1023f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.2");
1024f6603c60Sopenharmony_ci
1025f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002075, "dEQP-EGL.functional.sharing.gles2.multithrea",
1026f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.3");
1027f6603c60Sopenharmony_ci
1028f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002076, "dEQP-EGL.functional.sharing.gles2.multithrea",
1029f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.4");
1030f6603c60Sopenharmony_ci
1031f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002077, "dEQP-EGL.functional.sharing.gles2.multithrea",
1032f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.5");
1033f6603c60Sopenharmony_ci
1034f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002078, "dEQP-EGL.functional.sharing.gles2.multithrea",
1035f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.6");
1036f6603c60Sopenharmony_ci
1037f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002079, "dEQP-EGL.functional.sharing.gles2.multithrea",
1038f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.7");
1039f6603c60Sopenharmony_ci
1040f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002080, "dEQP-EGL.functional.sharing.gles2.multithrea",
1041f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.8");
1042f6603c60Sopenharmony_ci
1043f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002081, "dEQP-EGL.functional.sharing.gles2.multithrea",
1044f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.gen_delete.9");
1045f6603c60Sopenharmony_ci
1046f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002082, "dEQP-EGL.functional.sharing.gles2.multithread",
1047f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.10");
1048f6603c60Sopenharmony_ci
1049f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002083, "dEQP-EGL.functional.sharing.gles2.multithread",
1050f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.11");
1051f6603c60Sopenharmony_ci
1052f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002084, "dEQP-EGL.functional.sharing.gles2.multithread",
1053f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.12");
1054f6603c60Sopenharmony_ci
1055f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002085, "dEQP-EGL.functional.sharing.gles2.multithread",
1056f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.13");
1057f6603c60Sopenharmony_ci
1058f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002086, "dEQP-EGL.functional.sharing.gles2.multithread",
1059f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.14");
1060f6603c60Sopenharmony_ci
1061f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002087, "dEQP-EGL.functional.sharing.gles2.multithread",
1062f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.15");
1063f6603c60Sopenharmony_ci
1064f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002088, "dEQP-EGL.functional.sharing.gles2.multithread",
1065f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.16");
1066f6603c60Sopenharmony_ci
1067f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002089, "dEQP-EGL.functional.sharing.gles2.multithread",
1068f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.17");
1069f6603c60Sopenharmony_ci
1070f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002090, "dEQP-EGL.functional.sharing.gles2.multithread",
1071f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.18");
1072f6603c60Sopenharmony_ci
1073f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002091, "dEQP-EGL.functional.sharing.gles2.multithread",
1074f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.gen_delete.19");
1075f6603c60Sopenharmony_ci
1076f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002092, "dEQP-EGL.functional.sharing.gles2.multithrea",
1077f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.0");
1078f6603c60Sopenharmony_ci
1079f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002093, "dEQP-EGL.functional.sharing.gles2.multithrea",
1080f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.1");
1081f6603c60Sopenharmony_ci
1082f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002094, "dEQP-EGL.functional.sharing.gles2.multithrea",
1083f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.2");
1084f6603c60Sopenharmony_ci
1085f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002095, "dEQP-EGL.functional.sharing.gles2.multithrea",
1086f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.3");
1087f6603c60Sopenharmony_ci
1088f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002096, "dEQP-EGL.functional.sharing.gles2.multithrea",
1089f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.4");
1090f6603c60Sopenharmony_ci
1091f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002097, "dEQP-EGL.functional.sharing.gles2.multithrea",
1092f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.5");
1093f6603c60Sopenharmony_ci
1094f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002098, "dEQP-EGL.functional.sharing.gles2.multithrea",
1095f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.6");
1096f6603c60Sopenharmony_ci
1097f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002099, "dEQP-EGL.functional.sharing.gles2.multithrea",
1098f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.7");
1099f6603c60Sopenharmony_ci
1100f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002100, "dEQP-EGL.functional.sharing.gles2.multithrea",
1101f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.8");
1102f6603c60Sopenharmony_ci
1103f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002101, "dEQP-EGL.functional.sharing.gles2.multithrea",
1104f6603c60Sopenharmony_ci    "d.random_egl_server_sync.buffers.bufferdata.9");
1105f6603c60Sopenharmony_ci
1106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002102, "dEQP-EGL.functional.sharing.gles2.multithread",
1107f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.10");
1108f6603c60Sopenharmony_ci
1109f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002103, "dEQP-EGL.functional.sharing.gles2.multithread",
1110f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.11");
1111f6603c60Sopenharmony_ci
1112f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002104, "dEQP-EGL.functional.sharing.gles2.multithread",
1113f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.12");
1114f6603c60Sopenharmony_ci
1115f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002105, "dEQP-EGL.functional.sharing.gles2.multithread",
1116f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.13");
1117f6603c60Sopenharmony_ci
1118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002106, "dEQP-EGL.functional.sharing.gles2.multithread",
1119f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.14");
1120f6603c60Sopenharmony_ci
1121f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002107, "dEQP-EGL.functional.sharing.gles2.multithread",
1122f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.15");
1123f6603c60Sopenharmony_ci
1124f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002108, "dEQP-EGL.functional.sharing.gles2.multithread",
1125f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.16");
1126f6603c60Sopenharmony_ci
1127f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002109, "dEQP-EGL.functional.sharing.gles2.multithread",
1128f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.17");
1129f6603c60Sopenharmony_ci
1130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002110, "dEQP-EGL.functional.sharing.gles2.multithread",
1131f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.18");
1132f6603c60Sopenharmony_ci
1133f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002111, "dEQP-EGL.functional.sharing.gles2.multithread",
1134f6603c60Sopenharmony_ci    ".random_egl_server_sync.buffers.bufferdata.19");
1135f6603c60Sopenharmony_ci
1136f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002112, "dEQP-EGL.functional.sharing.gles2.multithread.",
1137f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.0");
1138f6603c60Sopenharmony_ci
1139f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002113, "dEQP-EGL.functional.sharing.gles2.multithread.",
1140f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.1");
1141f6603c60Sopenharmony_ci
1142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002114, "dEQP-EGL.functional.sharing.gles2.multithread.",
1143f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.2");
1144f6603c60Sopenharmony_ci
1145f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002115, "dEQP-EGL.functional.sharing.gles2.multithread.",
1146f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.3");
1147f6603c60Sopenharmony_ci
1148f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002116, "dEQP-EGL.functional.sharing.gles2.multithread.",
1149f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.4");
1150f6603c60Sopenharmony_ci
1151f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002117, "dEQP-EGL.functional.sharing.gles2.multithread.",
1152f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.5");
1153f6603c60Sopenharmony_ci
1154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002118, "dEQP-EGL.functional.sharing.gles2.multithread.",
1155f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.6");
1156f6603c60Sopenharmony_ci
1157f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002119, "dEQP-EGL.functional.sharing.gles2.multithread.",
1158f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.7");
1159f6603c60Sopenharmony_ci
1160f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002120, "dEQP-EGL.functional.sharing.gles2.multithread.",
1161f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.8");
1162f6603c60Sopenharmony_ci
1163f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002121, "dEQP-EGL.functional.sharing.gles2.multithread.",
1164f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.9");
1165f6603c60Sopenharmony_ci
1166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002122, "dEQP-EGL.functional.sharing.gles2.multithread.",
1167f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.10");
1168f6603c60Sopenharmony_ci
1169f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002123, "dEQP-EGL.functional.sharing.gles2.multithread.",
1170f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.11");
1171f6603c60Sopenharmony_ci
1172f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002124, "dEQP-EGL.functional.sharing.gles2.multithread.",
1173f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.12");
1174f6603c60Sopenharmony_ci
1175f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002125, "dEQP-EGL.functional.sharing.gles2.multithread.",
1176f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.13");
1177f6603c60Sopenharmony_ci
1178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002126, "dEQP-EGL.functional.sharing.gles2.multithread.",
1179f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.14");
1180f6603c60Sopenharmony_ci
1181f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002127, "dEQP-EGL.functional.sharing.gles2.multithread.",
1182f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.15");
1183f6603c60Sopenharmony_ci
1184f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002128, "dEQP-EGL.functional.sharing.gles2.multithread.",
1185f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.16");
1186f6603c60Sopenharmony_ci
1187f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002129, "dEQP-EGL.functional.sharing.gles2.multithread.",
1188f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.17");
1189f6603c60Sopenharmony_ci
1190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002130, "dEQP-EGL.functional.sharing.gles2.multithread.",
1191f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.18");
1192f6603c60Sopenharmony_ci
1193f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002131, "dEQP-EGL.functional.sharing.gles2.multithread.",
1194f6603c60Sopenharmony_ci    "random_egl_server_sync.buffers.buffersubdata.19");
1195f6603c60Sopenharmony_ci
1196f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002132, "dEQP-EGL.functional.sharing.gles2.multithread.",
1197f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.0");
1198f6603c60Sopenharmony_ci
1199f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002133, "dEQP-EGL.functional.sharing.gles2.multithread.",
1200f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.1");
1201f6603c60Sopenharmony_ci
1202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002134, "dEQP-EGL.functional.sharing.gles2.multithread.",
1203f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.2");
1204f6603c60Sopenharmony_ci
1205f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002135, "dEQP-EGL.functional.sharing.gles2.multithread.",
1206f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.3");
1207f6603c60Sopenharmony_ci
1208f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002136, "dEQP-EGL.functional.sharing.gles2.multithread.",
1209f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.4");
1210f6603c60Sopenharmony_ci
1211f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002137, "dEQP-EGL.functional.sharing.gles2.multithread.",
1212f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.5");
1213f6603c60Sopenharmony_ci
1214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002138, "dEQP-EGL.functional.sharing.gles2.multithread.",
1215f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.6");
1216f6603c60Sopenharmony_ci
1217f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002139, "dEQP-EGL.functional.sharing.gles2.multithread.",
1218f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.7");
1219f6603c60Sopenharmony_ci
1220f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002140, "dEQP-EGL.functional.sharing.gles2.multithread.",
1221f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.8");
1222f6603c60Sopenharmony_ci
1223f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002141, "dEQP-EGL.functional.sharing.gles2.multithread.",
1224f6603c60Sopenharmony_ci    "random_egl_server_sync.shaders.create_destroy.9");
1225f6603c60Sopenharmony_ci
1226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002142, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1227f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.10");
1228f6603c60Sopenharmony_ci
1229f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002143, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1230f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.11");
1231f6603c60Sopenharmony_ci
1232f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002144, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1233f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.12");
1234f6603c60Sopenharmony_ci
1235f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002145, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1236f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.13");
1237f6603c60Sopenharmony_ci
1238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002146, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1239f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.14");
1240f6603c60Sopenharmony_ci
1241f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002147, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1242f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.15");
1243f6603c60Sopenharmony_ci
1244f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002148, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1245f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.16");
1246f6603c60Sopenharmony_ci
1247f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002149, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1248f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.17");
1249f6603c60Sopenharmony_ci
1250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002150, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1251f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.18");
1252f6603c60Sopenharmony_ci
1253f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002151, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1254f6603c60Sopenharmony_ci    "andom_egl_server_sync.shaders.create_destroy.19");
1255f6603c60Sopenharmony_ci
1256f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002152, "dEQP-EGL.functional.sharing.gles2.multithr",
1257f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.0");
1258f6603c60Sopenharmony_ci
1259f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002153, "dEQP-EGL.functional.sharing.gles2.multithr",
1260f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.1");
1261f6603c60Sopenharmony_ci
1262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002154, "dEQP-EGL.functional.sharing.gles2.multithr",
1263f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.2");
1264f6603c60Sopenharmony_ci
1265f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002155, "dEQP-EGL.functional.sharing.gles2.multithr",
1266f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.3");
1267f6603c60Sopenharmony_ci
1268f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002156, "dEQP-EGL.functional.sharing.gles2.multithr",
1269f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.4");
1270f6603c60Sopenharmony_ci
1271f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002157, "dEQP-EGL.functional.sharing.gles2.multithr",
1272f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.5");
1273f6603c60Sopenharmony_ci
1274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002158, "dEQP-EGL.functional.sharing.gles2.multithr",
1275f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.6");
1276f6603c60Sopenharmony_ci
1277f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002159, "dEQP-EGL.functional.sharing.gles2.multithr",
1278f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.7");
1279f6603c60Sopenharmony_ci
1280f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002160, "dEQP-EGL.functional.sharing.gles2.multithr",
1281f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.8");
1282f6603c60Sopenharmony_ci
1283f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002161, "dEQP-EGL.functional.sharing.gles2.multithr",
1284f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.shaders.source.9");
1285f6603c60Sopenharmony_ci
1286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002162, "dEQP-EGL.functional.sharing.gles2.multithre",
1287f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.10");
1288f6603c60Sopenharmony_ci
1289f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002163, "dEQP-EGL.functional.sharing.gles2.multithre",
1290f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.11");
1291f6603c60Sopenharmony_ci
1292f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002164, "dEQP-EGL.functional.sharing.gles2.multithre",
1293f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.12");
1294f6603c60Sopenharmony_ci
1295f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002165, "dEQP-EGL.functional.sharing.gles2.multithre",
1296f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.13");
1297f6603c60Sopenharmony_ci
1298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002166, "dEQP-EGL.functional.sharing.gles2.multithre",
1299f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.14");
1300f6603c60Sopenharmony_ci
1301f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002167, "dEQP-EGL.functional.sharing.gles2.multithre",
1302f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.15");
1303f6603c60Sopenharmony_ci
1304f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002168, "dEQP-EGL.functional.sharing.gles2.multithre",
1305f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.16");
1306f6603c60Sopenharmony_ci
1307f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002169, "dEQP-EGL.functional.sharing.gles2.multithre",
1308f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.17");
1309f6603c60Sopenharmony_ci
1310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002170, "dEQP-EGL.functional.sharing.gles2.multithre",
1311f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.18");
1312f6603c60Sopenharmony_ci
1313f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002171, "dEQP-EGL.functional.sharing.gles2.multithre",
1314f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.source.19");
1315f6603c60Sopenharmony_ci
1316f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002172, "dEQP-EGL.functional.sharing.gles2.multithre",
1317f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.0");
1318f6603c60Sopenharmony_ci
1319f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002173, "dEQP-EGL.functional.sharing.gles2.multithre",
1320f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.1");
1321f6603c60Sopenharmony_ci
1322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002174, "dEQP-EGL.functional.sharing.gles2.multithre",
1323f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.2");
1324f6603c60Sopenharmony_ci
1325f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002175, "dEQP-EGL.functional.sharing.gles2.multithre",
1326f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.3");
1327f6603c60Sopenharmony_ci
1328f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002176, "dEQP-EGL.functional.sharing.gles2.multithre",
1329f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.4");
1330f6603c60Sopenharmony_ci
1331f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002177, "dEQP-EGL.functional.sharing.gles2.multithre",
1332f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.5");
1333f6603c60Sopenharmony_ci
1334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002178, "dEQP-EGL.functional.sharing.gles2.multithre",
1335f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.6");
1336f6603c60Sopenharmony_ci
1337f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002179, "dEQP-EGL.functional.sharing.gles2.multithre",
1338f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.7");
1339f6603c60Sopenharmony_ci
1340f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002180, "dEQP-EGL.functional.sharing.gles2.multithre",
1341f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.8");
1342f6603c60Sopenharmony_ci
1343f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002181, "dEQP-EGL.functional.sharing.gles2.multithre",
1344f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.9");
1345f6603c60Sopenharmony_ci
1346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002182, "dEQP-EGL.functional.sharing.gles2.multithre",
1347f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.10");
1348f6603c60Sopenharmony_ci
1349f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002183, "dEQP-EGL.functional.sharing.gles2.multithre",
1350f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.11");
1351f6603c60Sopenharmony_ci
1352f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002184, "dEQP-EGL.functional.sharing.gles2.multithre",
1353f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.12");
1354f6603c60Sopenharmony_ci
1355f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002185, "dEQP-EGL.functional.sharing.gles2.multithre",
1356f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.13");
1357f6603c60Sopenharmony_ci
1358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002186, "dEQP-EGL.functional.sharing.gles2.multithre",
1359f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.14");
1360f6603c60Sopenharmony_ci
1361f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002187, "dEQP-EGL.functional.sharing.gles2.multithre",
1362f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.15");
1363f6603c60Sopenharmony_ci
1364f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002188, "dEQP-EGL.functional.sharing.gles2.multithre",
1365f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.16");
1366f6603c60Sopenharmony_ci
1367f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002189, "dEQP-EGL.functional.sharing.gles2.multithre",
1368f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.17");
1369f6603c60Sopenharmony_ci
1370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002190, "dEQP-EGL.functional.sharing.gles2.multithre",
1371f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.18");
1372f6603c60Sopenharmony_ci
1373f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002191, "dEQP-EGL.functional.sharing.gles2.multithre",
1374f6603c60Sopenharmony_ci    "ad.random_egl_server_sync.shaders.compile.19");
1375f6603c60Sopenharmony_ci
1376f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002192, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1377f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.0");
1378f6603c60Sopenharmony_ci
1379f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002193, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1380f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.1");
1381f6603c60Sopenharmony_ci
1382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002194, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1383f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.2");
1384f6603c60Sopenharmony_ci
1385f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002195, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1386f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.3");
1387f6603c60Sopenharmony_ci
1388f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002196, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1389f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.4");
1390f6603c60Sopenharmony_ci
1391f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002197, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1392f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.5");
1393f6603c60Sopenharmony_ci
1394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002198, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1395f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.6");
1396f6603c60Sopenharmony_ci
1397f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002199, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1398f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.7");
1399f6603c60Sopenharmony_ci
1400f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002200, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1401f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.8");
1402f6603c60Sopenharmony_ci
1403f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002201, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1404f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.9");
1405f6603c60Sopenharmony_ci
1406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002202, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1407f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.10");
1408f6603c60Sopenharmony_ci
1409f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002203, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1410f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.11");
1411f6603c60Sopenharmony_ci
1412f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002204, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1413f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.12");
1414f6603c60Sopenharmony_ci
1415f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002205, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1416f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.13");
1417f6603c60Sopenharmony_ci
1418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002206, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1419f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.14");
1420f6603c60Sopenharmony_ci
1421f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002207, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1422f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.15");
1423f6603c60Sopenharmony_ci
1424f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002208, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1425f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.16");
1426f6603c60Sopenharmony_ci
1427f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002209, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1428f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.17");
1429f6603c60Sopenharmony_ci
1430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002210, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1431f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.18");
1432f6603c60Sopenharmony_ci
1433f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002211, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1434f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.create_destroy.19");
1435f6603c60Sopenharmony_ci
1436f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002212, "dEQP-EGL.functional.sharing.gles2.multithread.",
1437f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.0");
1438f6603c60Sopenharmony_ci
1439f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002213, "dEQP-EGL.functional.sharing.gles2.multithread.",
1440f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.1");
1441f6603c60Sopenharmony_ci
1442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002214, "dEQP-EGL.functional.sharing.gles2.multithread.",
1443f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.2");
1444f6603c60Sopenharmony_ci
1445f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002215, "dEQP-EGL.functional.sharing.gles2.multithread.",
1446f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.3");
1447f6603c60Sopenharmony_ci
1448f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002216, "dEQP-EGL.functional.sharing.gles2.multithread.",
1449f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.4");
1450f6603c60Sopenharmony_ci
1451f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002217, "dEQP-EGL.functional.sharing.gles2.multithread.",
1452f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.5");
1453f6603c60Sopenharmony_ci
1454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002218, "dEQP-EGL.functional.sharing.gles2.multithread.",
1455f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.6");
1456f6603c60Sopenharmony_ci
1457f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002219, "dEQP-EGL.functional.sharing.gles2.multithread.",
1458f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.7");
1459f6603c60Sopenharmony_ci
1460f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002220, "dEQP-EGL.functional.sharing.gles2.multithread.",
1461f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.8");
1462f6603c60Sopenharmony_ci
1463f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002221, "dEQP-EGL.functional.sharing.gles2.multithread.",
1464f6603c60Sopenharmony_ci    "random_egl_server_sync.programs.attach_detach.9");
1465f6603c60Sopenharmony_ci
1466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002222, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1467f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.10");
1468f6603c60Sopenharmony_ci
1469f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002223, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1470f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.11");
1471f6603c60Sopenharmony_ci
1472f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002224, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1473f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.12");
1474f6603c60Sopenharmony_ci
1475f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002225, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1476f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.13");
1477f6603c60Sopenharmony_ci
1478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002226, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1479f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.14");
1480f6603c60Sopenharmony_ci
1481f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002227, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1482f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.15");
1483f6603c60Sopenharmony_ci
1484f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002228, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1485f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.16");
1486f6603c60Sopenharmony_ci
1487f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002229, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1488f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.17");
1489f6603c60Sopenharmony_ci
1490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002230, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1491f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.18");
1492f6603c60Sopenharmony_ci
1493f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002231, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1494f6603c60Sopenharmony_ci    "andom_egl_server_sync.programs.attach_detach.19");
1495f6603c60Sopenharmony_ci
1496f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002232, "dEQP-EGL.functional.sharing.gles2.multithr",
1497f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.0");
1498f6603c60Sopenharmony_ci
1499f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002233, "dEQP-EGL.functional.sharing.gles2.multithr",
1500f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.1");
1501f6603c60Sopenharmony_ci
1502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002234, "dEQP-EGL.functional.sharing.gles2.multithr",
1503f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.2");
1504f6603c60Sopenharmony_ci
1505f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002235, "dEQP-EGL.functional.sharing.gles2.multithr",
1506f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.3");
1507f6603c60Sopenharmony_ci
1508f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002236, "dEQP-EGL.functional.sharing.gles2.multithr",
1509f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.4");
1510f6603c60Sopenharmony_ci
1511f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002237, "dEQP-EGL.functional.sharing.gles2.multithr",
1512f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.5");
1513f6603c60Sopenharmony_ci
1514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002238, "dEQP-EGL.functional.sharing.gles2.multithr",
1515f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.6");
1516f6603c60Sopenharmony_ci
1517f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002239, "dEQP-EGL.functional.sharing.gles2.multithr",
1518f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.7");
1519f6603c60Sopenharmony_ci
1520f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002240, "dEQP-EGL.functional.sharing.gles2.multithr",
1521f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.8");
1522f6603c60Sopenharmony_ci
1523f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002241, "dEQP-EGL.functional.sharing.gles2.multithr",
1524f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.9");
1525f6603c60Sopenharmony_ci
1526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002242, "dEQP-EGL.functional.sharing.gles2.multithr",
1527f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.10");
1528f6603c60Sopenharmony_ci
1529f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002243, "dEQP-EGL.functional.sharing.gles2.multithr",
1530f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.11");
1531f6603c60Sopenharmony_ci
1532f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002244, "dEQP-EGL.functional.sharing.gles2.multithr",
1533f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.12");
1534f6603c60Sopenharmony_ci
1535f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002245, "dEQP-EGL.functional.sharing.gles2.multithr",
1536f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.13");
1537f6603c60Sopenharmony_ci
1538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002246, "dEQP-EGL.functional.sharing.gles2.multithr",
1539f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.14");
1540f6603c60Sopenharmony_ci
1541f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002247, "dEQP-EGL.functional.sharing.gles2.multithr",
1542f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.15");
1543f6603c60Sopenharmony_ci
1544f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002248, "dEQP-EGL.functional.sharing.gles2.multithr",
1545f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.16");
1546f6603c60Sopenharmony_ci
1547f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002249, "dEQP-EGL.functional.sharing.gles2.multithr",
1548f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.17");
1549f6603c60Sopenharmony_ci
1550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002250, "dEQP-EGL.functional.sharing.gles2.multithr",
1551f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.18");
1552f6603c60Sopenharmony_ci
1553f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002251, "dEQP-EGL.functional.sharing.gles2.multithr",
1554f6603c60Sopenharmony_ci    "ead.random_egl_server_sync.programs.link.19");
1555f6603c60Sopenharmony_ci
1556f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002252, "dEQP-EGL.functional.sharing.gles2.multithread.",
1557f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.0");
1558f6603c60Sopenharmony_ci
1559f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002253, "dEQP-EGL.functional.sharing.gles2.multithread.",
1560f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.1");
1561f6603c60Sopenharmony_ci
1562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002254, "dEQP-EGL.functional.sharing.gles2.multithread.",
1563f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.2");
1564f6603c60Sopenharmony_ci
1565f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002255, "dEQP-EGL.functional.sharing.gles2.multithread.",
1566f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.3");
1567f6603c60Sopenharmony_ci
1568f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002256, "dEQP-EGL.functional.sharing.gles2.multithread.",
1569f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.4");
1570f6603c60Sopenharmony_ci
1571f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002257, "dEQP-EGL.functional.sharing.gles2.multithread.",
1572f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.5");
1573f6603c60Sopenharmony_ci
1574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002258, "dEQP-EGL.functional.sharing.gles2.multithread.",
1575f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.6");
1576f6603c60Sopenharmony_ci
1577f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002259, "dEQP-EGL.functional.sharing.gles2.multithread.",
1578f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.7");
1579f6603c60Sopenharmony_ci
1580f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002260, "dEQP-EGL.functional.sharing.gles2.multithread.",
1581f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.8");
1582f6603c60Sopenharmony_ci
1583f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002261, "dEQP-EGL.functional.sharing.gles2.multithread.",
1584f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.9");
1585f6603c60Sopenharmony_ci
1586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002262, "dEQP-EGL.functional.sharing.gles2.multithread.",
1587f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.10");
1588f6603c60Sopenharmony_ci
1589f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002263, "dEQP-EGL.functional.sharing.gles2.multithread.",
1590f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.11");
1591f6603c60Sopenharmony_ci
1592f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002264, "dEQP-EGL.functional.sharing.gles2.multithread.",
1593f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.12");
1594f6603c60Sopenharmony_ci
1595f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002265, "dEQP-EGL.functional.sharing.gles2.multithread.",
1596f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.13");
1597f6603c60Sopenharmony_ci
1598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002266, "dEQP-EGL.functional.sharing.gles2.multithread.",
1599f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.14");
1600f6603c60Sopenharmony_ci
1601f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002267, "dEQP-EGL.functional.sharing.gles2.multithread.",
1602f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.15");
1603f6603c60Sopenharmony_ci
1604f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002268, "dEQP-EGL.functional.sharing.gles2.multithread.",
1605f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.16");
1606f6603c60Sopenharmony_ci
1607f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002269, "dEQP-EGL.functional.sharing.gles2.multithread.",
1608f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.17");
1609f6603c60Sopenharmony_ci
1610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002270, "dEQP-EGL.functional.sharing.gles2.multithread.",
1611f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.18");
1612f6603c60Sopenharmony_ci
1613f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002271, "dEQP-EGL.functional.sharing.gles2.multithread.",
1614f6603c60Sopenharmony_ci    "random_egl_server_sync.images.create_destroy.19");
1615f6603c60Sopenharmony_ci
1616f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002272, "dEQP-EGL.functional.sharing.gles2.multithrea",
1617f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.0");
1618f6603c60Sopenharmony_ci
1619f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002273, "dEQP-EGL.functional.sharing.gles2.multithrea",
1620f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.1");
1621f6603c60Sopenharmony_ci
1622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002274, "dEQP-EGL.functional.sharing.gles2.multithrea",
1623f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.2");
1624f6603c60Sopenharmony_ci
1625f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002275, "dEQP-EGL.functional.sharing.gles2.multithrea",
1626f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.3");
1627f6603c60Sopenharmony_ci
1628f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002276, "dEQP-EGL.functional.sharing.gles2.multithrea",
1629f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.4");
1630f6603c60Sopenharmony_ci
1631f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002277, "dEQP-EGL.functional.sharing.gles2.multithrea",
1632f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.5");
1633f6603c60Sopenharmony_ci
1634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002278, "dEQP-EGL.functional.sharing.gles2.multithrea",
1635f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.6");
1636f6603c60Sopenharmony_ci
1637f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002279, "dEQP-EGL.functional.sharing.gles2.multithrea",
1638f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.7");
1639f6603c60Sopenharmony_ci
1640f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002280, "dEQP-EGL.functional.sharing.gles2.multithrea",
1641f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.8");
1642f6603c60Sopenharmony_ci
1643f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002281, "dEQP-EGL.functional.sharing.gles2.multithrea",
1644f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.9");
1645f6603c60Sopenharmony_ci
1646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002282, "dEQP-EGL.functional.sharing.gles2.multithrea",
1647f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.10");
1648f6603c60Sopenharmony_ci
1649f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002283, "dEQP-EGL.functional.sharing.gles2.multithrea",
1650f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.11");
1651f6603c60Sopenharmony_ci
1652f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002284, "dEQP-EGL.functional.sharing.gles2.multithrea",
1653f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.12");
1654f6603c60Sopenharmony_ci
1655f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002285, "dEQP-EGL.functional.sharing.gles2.multithrea",
1656f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.13");
1657f6603c60Sopenharmony_ci
1658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002286, "dEQP-EGL.functional.sharing.gles2.multithrea",
1659f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.14");
1660f6603c60Sopenharmony_ci
1661f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002287, "dEQP-EGL.functional.sharing.gles2.multithrea",
1662f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.15");
1663f6603c60Sopenharmony_ci
1664f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002288, "dEQP-EGL.functional.sharing.gles2.multithrea",
1665f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.16");
1666f6603c60Sopenharmony_ci
1667f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002289, "dEQP-EGL.functional.sharing.gles2.multithrea",
1668f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.17");
1669f6603c60Sopenharmony_ci
1670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002290, "dEQP-EGL.functional.sharing.gles2.multithrea",
1671f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.18");
1672f6603c60Sopenharmony_ci
1673f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002291, "dEQP-EGL.functional.sharing.gles2.multithrea",
1674f6603c60Sopenharmony_ci    "d.random_egl_server_sync.images.teximage2d.19");
1675f6603c60Sopenharmony_ci
1676f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002292, "dEQP-EGL.functional.sharing.gles2.multithread",
1677f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.0");
1678f6603c60Sopenharmony_ci
1679f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002293, "dEQP-EGL.functional.sharing.gles2.multithread",
1680f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.1");
1681f6603c60Sopenharmony_ci
1682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002294, "dEQP-EGL.functional.sharing.gles2.multithread",
1683f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.2");
1684f6603c60Sopenharmony_ci
1685f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002295, "dEQP-EGL.functional.sharing.gles2.multithread",
1686f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.3");
1687f6603c60Sopenharmony_ci
1688f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002296, "dEQP-EGL.functional.sharing.gles2.multithread",
1689f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.4");
1690f6603c60Sopenharmony_ci
1691f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002297, "dEQP-EGL.functional.sharing.gles2.multithread",
1692f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.5");
1693f6603c60Sopenharmony_ci
1694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002298, "dEQP-EGL.functional.sharing.gles2.multithread",
1695f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.6");
1696f6603c60Sopenharmony_ci
1697f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002299, "dEQP-EGL.functional.sharing.gles2.multithread",
1698f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.7");
1699f6603c60Sopenharmony_ci
1700f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002300, "dEQP-EGL.functional.sharing.gles2.multithread",
1701f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.8");
1702f6603c60Sopenharmony_ci
1703f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002301, "dEQP-EGL.functional.sharing.gles2.multithread",
1704f6603c60Sopenharmony_ci    ".random_egl_server_sync.images.texsubimage2d.9");
1705f6603c60Sopenharmony_ci
1706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002302, "dEQP-EGL.functional.sharing.gles2.multithread.",
1707f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.10");
1708f6603c60Sopenharmony_ci
1709f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002303, "dEQP-EGL.functional.sharing.gles2.multithread.",
1710f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.11");
1711f6603c60Sopenharmony_ci
1712f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002304, "dEQP-EGL.functional.sharing.gles2.multithread.",
1713f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.12");
1714f6603c60Sopenharmony_ci
1715f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002305, "dEQP-EGL.functional.sharing.gles2.multithread.",
1716f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.13");
1717f6603c60Sopenharmony_ci
1718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002306, "dEQP-EGL.functional.sharing.gles2.multithread.",
1719f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.14");
1720f6603c60Sopenharmony_ci
1721f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002307, "dEQP-EGL.functional.sharing.gles2.multithread.",
1722f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.15");
1723f6603c60Sopenharmony_ci
1724f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002308, "dEQP-EGL.functional.sharing.gles2.multithread.",
1725f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.16");
1726f6603c60Sopenharmony_ci
1727f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002309, "dEQP-EGL.functional.sharing.gles2.multithread.",
1728f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.17");
1729f6603c60Sopenharmony_ci
1730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002310, "dEQP-EGL.functional.sharing.gles2.multithread.",
1731f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.18");
1732f6603c60Sopenharmony_ci
1733f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002311, "dEQP-EGL.functional.sharing.gles2.multithread.",
1734f6603c60Sopenharmony_ci    "random_egl_server_sync.images.texsubimage2d.19");
1735f6603c60Sopenharmony_ci
1736f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002312, "dEQP-EGL.functional.sharing.gles2.multithread.",
1737f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.0");
1738f6603c60Sopenharmony_ci
1739f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002313, "dEQP-EGL.functional.sharing.gles2.multithread.",
1740f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.1");
1741f6603c60Sopenharmony_ci
1742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002314, "dEQP-EGL.functional.sharing.gles2.multithread.",
1743f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.2");
1744f6603c60Sopenharmony_ci
1745f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002315, "dEQP-EGL.functional.sharing.gles2.multithread.",
1746f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.3");
1747f6603c60Sopenharmony_ci
1748f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002316, "dEQP-EGL.functional.sharing.gles2.multithread.",
1749f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.4");
1750f6603c60Sopenharmony_ci
1751f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002317, "dEQP-EGL.functional.sharing.gles2.multithread.",
1752f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.5");
1753f6603c60Sopenharmony_ci
1754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002318, "dEQP-EGL.functional.sharing.gles2.multithread.",
1755f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.6");
1756f6603c60Sopenharmony_ci
1757f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002319, "dEQP-EGL.functional.sharing.gles2.multithread.",
1758f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.7");
1759f6603c60Sopenharmony_ci
1760f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002320, "dEQP-EGL.functional.sharing.gles2.multithread.",
1761f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.8");
1762f6603c60Sopenharmony_ci
1763f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002321, "dEQP-EGL.functional.sharing.gles2.multithread.",
1764f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.9");
1765f6603c60Sopenharmony_ci
1766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002322, "dEQP-EGL.functional.sharing.gles2.multithread.",
1767f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.10");
1768f6603c60Sopenharmony_ci
1769f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002323, "dEQP-EGL.functional.sharing.gles2.multithread.",
1770f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.11");
1771f6603c60Sopenharmony_ci
1772f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002324, "dEQP-EGL.functional.sharing.gles2.multithread.",
1773f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.12");
1774f6603c60Sopenharmony_ci
1775f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002325, "dEQP-EGL.functional.sharing.gles2.multithread.",
1776f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.13");
1777f6603c60Sopenharmony_ci
1778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002326, "dEQP-EGL.functional.sharing.gles2.multithread.",
1779f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.14");
1780f6603c60Sopenharmony_ci
1781f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002327, "dEQP-EGL.functional.sharing.gles2.multithread.",
1782f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.15");
1783f6603c60Sopenharmony_ci
1784f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002328, "dEQP-EGL.functional.sharing.gles2.multithread.",
1785f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.16");
1786f6603c60Sopenharmony_ci
1787f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002329, "dEQP-EGL.functional.sharing.gles2.multithread.",
1788f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.17");
1789f6603c60Sopenharmony_ci
1790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002330, "dEQP-EGL.functional.sharing.gles2.multithread.",
1791f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.18");
1792f6603c60Sopenharmony_ci
1793f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002331, "dEQP-EGL.functional.sharing.gles2.multithread.",
1794f6603c60Sopenharmony_ci    "random_egl_server_sync.images.copyteximage2d.19");
1795f6603c60Sopenharmony_ci
1796f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002332, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1797f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.0");
1798f6603c60Sopenharmony_ci
1799f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002333, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1800f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.1");
1801f6603c60Sopenharmony_ci
1802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002334, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1803f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.2");
1804f6603c60Sopenharmony_ci
1805f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002335, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1806f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.3");
1807f6603c60Sopenharmony_ci
1808f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002336, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1809f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.4");
1810f6603c60Sopenharmony_ci
1811f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002337, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1812f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.5");
1813f6603c60Sopenharmony_ci
1814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002338, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1815f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.6");
1816f6603c60Sopenharmony_ci
1817f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002339, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1818f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.7");
1819f6603c60Sopenharmony_ci
1820f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002340, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1821f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.8");
1822f6603c60Sopenharmony_ci
1823f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002341, "dEQP-EGL.functional.sharing.gles2.multithread.r",
1824f6603c60Sopenharmony_ci    "andom_egl_server_sync.images.copytexsubimage2d.9");
1825f6603c60Sopenharmony_ci
1826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002342, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1827f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.10");
1828f6603c60Sopenharmony_ci
1829f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002343, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1830f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.11");
1831f6603c60Sopenharmony_ci
1832f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002344, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1833f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.12");
1834f6603c60Sopenharmony_ci
1835f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002345, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1836f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.13");
1837f6603c60Sopenharmony_ci
1838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002346, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1839f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.14");
1840f6603c60Sopenharmony_ci
1841f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002347, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1842f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.15");
1843f6603c60Sopenharmony_ci
1844f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002348, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1845f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.16");
1846f6603c60Sopenharmony_ci
1847f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002349, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1848f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.17");
1849f6603c60Sopenharmony_ci
1850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002350, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1851f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.18");
1852f6603c60Sopenharmony_ci
1853f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC002351, "dEQP-EGL.functional.sharing.gles2.multithread.ra",
1854f6603c60Sopenharmony_ci    "ndom_egl_server_sync.images.copytexsubimage2d.19");
1855