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, TC001080, "dEQP-EGL.functional.sharing.gles2.con",
27f6603c60Sopenharmony_ci    "text.create_destroy");
28f6603c60Sopenharmony_ci
29f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001081, "dEQP-EGL.functional.sharing.gle",
30f6603c60Sopenharmony_ci    "s2.context.create_destroy_mixed");
31f6603c60Sopenharmony_ci
32f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001082, "dEQP-EGL.functional.sharing.gles2.buff",
33f6603c60Sopenharmony_ci    "er.create_delete");
34f6603c60Sopenharmony_ci
35f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001083, "dEQP-EGL.functional.sharing.gl",
36f6603c60Sopenharmony_ci    "es2.buffer.create_delete_mixed");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001084, "dEQP-EGL.functional.sharing.gles2.buff",
39f6603c60Sopenharmony_ci    "er.render");
40f6603c60Sopenharmony_ci
41f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001085, "dEQP-EGL.functional.sharing.gles2.text",
42f6603c60Sopenharmony_ci    "ure.create_delete");
43f6603c60Sopenharmony_ci
44f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001086, "dEQP-EGL.functional.sharing.gl",
45f6603c60Sopenharmony_ci    "es2.texture.create_delete_mixed");
46f6603c60Sopenharmony_ci
47f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001087, "dEQP-EGL.functional.sharing.gles2.text",
48f6603c60Sopenharmony_ci    "ure.render");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001088, "dEQP-EGL.functional.sharing.gl",
51f6603c60Sopenharmony_ci    "es2.texture.render_sample_mixed");
52f6603c60Sopenharmony_ci
53f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001089, "dEQP-EGL.functional.sharing.gles2.progr",
54f6603c60Sopenharmony_ci    "am.create_delete");
55f6603c60Sopenharmony_ci
56f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001090, "dEQP-EGL.functional.sharing.gl",
57f6603c60Sopenharmony_ci    "es2.program.create_delete_mixed");
58f6603c60Sopenharmony_ci
59f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001091, "dEQP-EGL.functional.sharing.gles2.prog",
60f6603c60Sopenharmony_ci    "ram.render");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001092, "dEQP-EGL.functional.sharing.gles2.shade",
63f6603c60Sopenharmony_ci    "r.create_delete_vert");
64f6603c60Sopenharmony_ci
65f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001093, "dEQP-EGL.functional.sharing.gles",
66f6603c60Sopenharmony_ci    "2.shader.create_delete_mixed_vert");
67f6603c60Sopenharmony_ci
68f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001094, "dEQP-EGL.functional.sharing.gles2.shad",
69f6603c60Sopenharmony_ci    "er.render_vert");
70f6603c60Sopenharmony_ci
71f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001095, "dEQP-EGL.functional.sharing.gles2.shad",
72f6603c60Sopenharmony_ci    "er.create_delete_frag");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001096, "dEQP-EGL.functional.sharing.gles",
75f6603c60Sopenharmony_ci    "2.shader.create_delete_mixed_frag");
76f6603c60Sopenharmony_ci
77f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001097, "dEQP-EGL.functional.sharing.gles2.sha",
78f6603c60Sopenharmony_ci    "der.render_frag");
79f6603c60Sopenharmony_ci
80f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001098, "dEQP-EGL.functional.sharing.gles2.m",
81f6603c60Sopenharmony_ci    "ultithread.simple.buffers.gen_delete");
82f6603c60Sopenharmony_ci
83f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001099, "dEQP-EGL.functional.sharing.gles2.m",
84f6603c60Sopenharmony_ci    "ultithread.simple.buffers.bufferdata");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001100, "dEQP-EGL.functional.sharing.gles2.mul",
87f6603c60Sopenharmony_ci    "tithread.simple.buffers.buffersubdata");
88f6603c60Sopenharmony_ci
89f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001101, "dEQP-EGL.functional.sharing.gles2.multi",
90f6603c60Sopenharmony_ci    "thread.simple.buffers.bufferdata_render");
91f6603c60Sopenharmony_ci
92f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001102, "dEQP-EGL.functional.sharing.gles2.multit",
93f6603c60Sopenharmony_ci    "hread.simple.buffers.buffersubdata_render");
94f6603c60Sopenharmony_ci
95f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001103, "dEQP-EGL.functional.sharing.gles2.mu",
96f6603c60Sopenharmony_ci    "ltithread.simple.textures.gen_delete");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001104, "dEQP-EGL.functional.sharing.gles2.mu",
99f6603c60Sopenharmony_ci    "ltithread.simple.textures.teximage2d");
100f6603c60Sopenharmony_ci
101f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001105, "dEQP-EGL.functional.sharing.gles2.multithre",
102f6603c60Sopenharmony_ci    "ad.simple.textures.teximage2d_texsubimage2d");
103f6603c60Sopenharmony_ci
104f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001106, "dEQP-EGL.functional.sharing.gles2.multithread",
105f6603c60Sopenharmony_ci    ".simple.textures.teximage2d_copytexsubimage2d");
106f6603c60Sopenharmony_ci
107f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001107, "dEQP-EGL.functional.sharing.gles2.multi",
108f6603c60Sopenharmony_ci    "thread.simple.textures.teximage2d_render");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001108, "dEQP-EGL.functional.sharing.gles2.multithread.",
111f6603c60Sopenharmony_ci    "simple.textures.teximage2d_texsubimage2d_render");
112f6603c60Sopenharmony_ci
113f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001109, "dEQP-EGL.functional.sharing.gles2.multithread.si",
114f6603c60Sopenharmony_ci    "mple.textures.teximage2d_copytexsubimage2d_render");
115f6603c60Sopenharmony_ci
116f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001110, "dEQP-EGL.functional.sharing.gles2.mult",
117f6603c60Sopenharmony_ci    "ithread.simple.textures.copyteximage2d");
118f6603c60Sopenharmony_ci
119f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001111, "dEQP-EGL.functional.sharing.gles2.multithread",
120f6603c60Sopenharmony_ci    ".simple.textures.copyteximage2d_texsubimage2d");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001112, "dEQP-EGL.functional.sharing.gles2.multithread.s",
123f6603c60Sopenharmony_ci    "imple.textures.copyteximage2d_copytexsubimage2d");
124f6603c60Sopenharmony_ci
125f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001113, "dEQP-EGL.functional.sharing.gles2.multith",
126f6603c60Sopenharmony_ci    "read.simple.textures.copyteximage2d_render");
127f6603c60Sopenharmony_ci
128f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001114, "dEQP-EGL.functional.sharing.gles2.multithread.si",
129f6603c60Sopenharmony_ci    "mple.textures.copyteximage2d_texsubimage2d_render");
130f6603c60Sopenharmony_ci
131f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001115, "dEQP-EGL.functional.sharing.gles2.multithread.simp",
132f6603c60Sopenharmony_ci    "le.textures.copyteximage2d_copytexsubimage2d_render");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001116, "dEQP-EGL.functional.sharing.gles2.multi",
135f6603c60Sopenharmony_ci    "thread.simple.shaders.vtx_create_destroy");
136f6603c60Sopenharmony_ci
137f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001117, "dEQP-EGL.functional.sharing.gles2.mult",
138f6603c60Sopenharmony_ci    "ithread.simple.shaders.vtx_shadersource");
139f6603c60Sopenharmony_ci
140f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001118, "dEQP-EGL.functional.sharing.gles2.mu",
141f6603c60Sopenharmony_ci    "ltithread.simple.shaders.vtx_compile");
142f6603c60Sopenharmony_ci
143f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001119, "dEQP-EGL.functional.sharing.gles2.multit",
144f6603c60Sopenharmony_ci    "hread.simple.shaders.frag_create_destroy");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001120, "dEQP-EGL.functional.sharing.gles2.multi",
147f6603c60Sopenharmony_ci    "thread.simple.shaders.frag_shadersource");
148f6603c60Sopenharmony_ci
149f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001121, "dEQP-EGL.functional.sharing.gles2.mu",
150f6603c60Sopenharmony_ci    "ltithread.simple.shaders.frag_compile");
151f6603c60Sopenharmony_ci
152f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001122, "dEQP-EGL.functional.sharing.gles2.mult",
153f6603c60Sopenharmony_ci    "ithread.simple.programs.create_destroy");
154f6603c60Sopenharmony_ci
155f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001123, "dEQP-EGL.functional.sharing.gles2.",
156f6603c60Sopenharmony_ci    "multithread.simple.programs.attach");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001124, "dEQP-EGL.functional.sharing.gles2",
159f6603c60Sopenharmony_ci    ".multithread.simple.programs.link");
160f6603c60Sopenharmony_ci
161f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001125, "dEQP-EGL.functional.sharing.gles2.multithrea",
162f6603c60Sopenharmony_ci    "d.simple.images.texture_source.create_destroy");
163f6603c60Sopenharmony_ci
164f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001126, "dEQP-EGL.functional.sharing.gles2.multithrea",
165f6603c60Sopenharmony_ci    "d.simple.images.texture_source.create_texture");
166f6603c60Sopenharmony_ci
167f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001127, "dEQP-EGL.functional.sharing.gles2.multithrea",
168f6603c60Sopenharmony_ci    "d.simple.images.texture_source.texsubimage2d");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001128, "dEQP-EGL.functional.sharing.gles2.multithread.",
171f6603c60Sopenharmony_ci    "simple.images.texture_source.copytexsubimage2d");
172f6603c60Sopenharmony_ci
173f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001129, "dEQP-EGL.functional.sharing.gles2.multithr",
174f6603c60Sopenharmony_ci    "ead.simple.images.texture_source.teximage2d");
175f6603c60Sopenharmony_ci
176f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001130, "dEQP-EGL.functional.sharing.gles2.multithrea",
177f6603c60Sopenharmony_ci    "d.simple.images.texture_source.copyteximage2d");
178f6603c60Sopenharmony_ci
179f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001131, "dEQP-EGL.functional.sharing.gles2.multithread.si",
180f6603c60Sopenharmony_ci    "mple.images.texture_source.create_texture_render");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001132, "dEQP-EGL.functional.sharing.gles2.multithread.s",
183f6603c60Sopenharmony_ci    "imple.images.texture_source.texsubimage2d_render");
184f6603c60Sopenharmony_ci
185f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001133, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
186f6603c60Sopenharmony_ci    "ple.images.texture_source.copytexsubimage2d_render");
187f6603c60Sopenharmony_ci
188f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001134, "dEQP-EGL.functional.sharing.gles2.multithread.",
189f6603c60Sopenharmony_ci    "simple.images.texture_source.teximage2d_render");
190f6603c60Sopenharmony_ci
191f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001135, "dEQP-EGL.functional.sharing.gles2.multithread.si",
192f6603c60Sopenharmony_ci    "mple.images.texture_source.copyteximage2d_render");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001136, "dEQP-EGL.functional.sharing.gles2.mul",
195f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.0");
196f6603c60Sopenharmony_ci
197f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001137, "dEQP-EGL.functional.sharing.gles2.mul",
198f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.1");
199f6603c60Sopenharmony_ci
200f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001138, "dEQP-EGL.functional.sharing.gles2.mul",
201f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.2");
202f6603c60Sopenharmony_ci
203f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001139, "dEQP-EGL.functional.sharing.gles2.mul",
204f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.3");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001140, "dEQP-EGL.functional.sharing.gles2.mul",
207f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.4");
208f6603c60Sopenharmony_ci
209f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001141, "dEQP-EGL.functional.sharing.gles2.mul",
210f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.5");
211f6603c60Sopenharmony_ci
212f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001142, "dEQP-EGL.functional.sharing.gles2.mul",
213f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.6");
214f6603c60Sopenharmony_ci
215f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001143, "dEQP-EGL.functional.sharing.gles2.mul",
216f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.7");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001144, "dEQP-EGL.functional.sharing.gles2.mul",
219f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.8");
220f6603c60Sopenharmony_ci
221f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001145, "dEQP-EGL.functional.sharing.gles2.mul",
222f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.9");
223f6603c60Sopenharmony_ci
224f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001146, "dEQP-EGL.functional.sharing.gles2.mul",
225f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.10");
226f6603c60Sopenharmony_ci
227f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001147, "dEQP-EGL.functional.sharing.gles2.mul",
228f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.11");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001148, "dEQP-EGL.functional.sharing.gles2.mul",
231f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.12");
232f6603c60Sopenharmony_ci
233f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001149, "dEQP-EGL.functional.sharing.gles2.mul",
234f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.13");
235f6603c60Sopenharmony_ci
236f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001150, "dEQP-EGL.functional.sharing.gles2.mul",
237f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.14");
238f6603c60Sopenharmony_ci
239f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001151, "dEQP-EGL.functional.sharing.gles2.mul",
240f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.15");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001152, "dEQP-EGL.functional.sharing.gles2.mul",
243f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.16");
244f6603c60Sopenharmony_ci
245f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001153, "dEQP-EGL.functional.sharing.gles2.mul",
246f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.17");
247f6603c60Sopenharmony_ci
248f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001154, "dEQP-EGL.functional.sharing.gles2.mul",
249f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.18");
250f6603c60Sopenharmony_ci
251f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001155, "dEQP-EGL.functional.sharing.gles2.mul",
252f6603c60Sopenharmony_ci    "tithread.random.textures.gen_delete.19");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001156, "dEQP-EGL.functional.sharing.gles2.mul",
255f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.0");
256f6603c60Sopenharmony_ci
257f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001157, "dEQP-EGL.functional.sharing.gles2.mul",
258f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.1");
259f6603c60Sopenharmony_ci
260f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001158, "dEQP-EGL.functional.sharing.gles2.mul",
261f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.2");
262f6603c60Sopenharmony_ci
263f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001159, "dEQP-EGL.functional.sharing.gles2.mul",
264f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.3");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001160, "dEQP-EGL.functional.sharing.gles2.mul",
267f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.4");
268f6603c60Sopenharmony_ci
269f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001161, "dEQP-EGL.functional.sharing.gles2.mul",
270f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.5");
271f6603c60Sopenharmony_ci
272f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001162, "dEQP-EGL.functional.sharing.gles2.mul",
273f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.6");
274f6603c60Sopenharmony_ci
275f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001163, "dEQP-EGL.functional.sharing.gles2.mul",
276f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.7");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001164, "dEQP-EGL.functional.sharing.gles2.mul",
279f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.8");
280f6603c60Sopenharmony_ci
281f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001165, "dEQP-EGL.functional.sharing.gles2.mul",
282f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.9");
283f6603c60Sopenharmony_ci
284f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001166, "dEQP-EGL.functional.sharing.gles2.mul",
285f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.10");
286f6603c60Sopenharmony_ci
287f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001167, "dEQP-EGL.functional.sharing.gles2.mul",
288f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.11");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001168, "dEQP-EGL.functional.sharing.gles2.mul",
291f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.12");
292f6603c60Sopenharmony_ci
293f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001169, "dEQP-EGL.functional.sharing.gles2.mul",
294f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.13");
295f6603c60Sopenharmony_ci
296f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001170, "dEQP-EGL.functional.sharing.gles2.mul",
297f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.14");
298f6603c60Sopenharmony_ci
299f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001171, "dEQP-EGL.functional.sharing.gles2.mul",
300f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.15");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001172, "dEQP-EGL.functional.sharing.gles2.mul",
303f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.16");
304f6603c60Sopenharmony_ci
305f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001173, "dEQP-EGL.functional.sharing.gles2.mul",
306f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.17");
307f6603c60Sopenharmony_ci
308f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001174, "dEQP-EGL.functional.sharing.gles2.mul",
309f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.18");
310f6603c60Sopenharmony_ci
311f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001175, "dEQP-EGL.functional.sharing.gles2.mul",
312f6603c60Sopenharmony_ci    "tithread.random.textures.teximage2d.19");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001176, "dEQP-EGL.functional.sharing.gles2.mult",
315f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.0");
316f6603c60Sopenharmony_ci
317f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001177, "dEQP-EGL.functional.sharing.gles2.mult",
318f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.1");
319f6603c60Sopenharmony_ci
320f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001178, "dEQP-EGL.functional.sharing.gles2.mult",
321f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.2");
322f6603c60Sopenharmony_ci
323f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001179, "dEQP-EGL.functional.sharing.gles2.mult",
324f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.3");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001180, "dEQP-EGL.functional.sharing.gles2.mult",
327f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.4");
328f6603c60Sopenharmony_ci
329f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001181, "dEQP-EGL.functional.sharing.gles2.mult",
330f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.5");
331f6603c60Sopenharmony_ci
332f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001182, "dEQP-EGL.functional.sharing.gles2.mult",
333f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.6");
334f6603c60Sopenharmony_ci
335f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001183, "dEQP-EGL.functional.sharing.gles2.mult",
336f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.7");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001184, "dEQP-EGL.functional.sharing.gles2.mult",
339f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.8");
340f6603c60Sopenharmony_ci
341f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001185, "dEQP-EGL.functional.sharing.gles2.mult",
342f6603c60Sopenharmony_ci    "ithread.random.textures.texsubimage2d.9");
343f6603c60Sopenharmony_ci
344f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001186, "dEQP-EGL.functional.sharing.gles2.multi",
345f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.10");
346f6603c60Sopenharmony_ci
347f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001187, "dEQP-EGL.functional.sharing.gles2.multi",
348f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.11");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001188, "dEQP-EGL.functional.sharing.gles2.multi",
351f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.12");
352f6603c60Sopenharmony_ci
353f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001189, "dEQP-EGL.functional.sharing.gles2.multi",
354f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.13");
355f6603c60Sopenharmony_ci
356f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001190, "dEQP-EGL.functional.sharing.gles2.multi",
357f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.14");
358f6603c60Sopenharmony_ci
359f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001191, "dEQP-EGL.functional.sharing.gles2.multi",
360f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.15");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001192, "dEQP-EGL.functional.sharing.gles2.multi",
363f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.16");
364f6603c60Sopenharmony_ci
365f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001193, "dEQP-EGL.functional.sharing.gles2.multi",
366f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.17");
367f6603c60Sopenharmony_ci
368f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001194, "dEQP-EGL.functional.sharing.gles2.multi",
369f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.18");
370f6603c60Sopenharmony_ci
371f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001195, "dEQP-EGL.functional.sharing.gles2.multi",
372f6603c60Sopenharmony_ci    "thread.random.textures.texsubimage2d.19");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001196, "dEQP-EGL.functional.sharing.gles2.multi",
375f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.0");
376f6603c60Sopenharmony_ci
377f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001197, "dEQP-EGL.functional.sharing.gles2.multi",
378f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.1");
379f6603c60Sopenharmony_ci
380f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001198, "dEQP-EGL.functional.sharing.gles2.multi",
381f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.2");
382f6603c60Sopenharmony_ci
383f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001199, "dEQP-EGL.functional.sharing.gles2.multi",
384f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.3");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001200, "dEQP-EGL.functional.sharing.gles2.multi",
387f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.4");
388f6603c60Sopenharmony_ci
389f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001201, "dEQP-EGL.functional.sharing.gles2.multi",
390f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.5");
391f6603c60Sopenharmony_ci
392f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001202, "dEQP-EGL.functional.sharing.gles2.multi",
393f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.6");
394f6603c60Sopenharmony_ci
395f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001203, "dEQP-EGL.functional.sharing.gles2.multi",
396f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.7");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001204, "dEQP-EGL.functional.sharing.gles2.multi",
399f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.8");
400f6603c60Sopenharmony_ci
401f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001205, "dEQP-EGL.functional.sharing.gles2.multi",
402f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.9");
403f6603c60Sopenharmony_ci
404f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001206, "dEQP-EGL.functional.sharing.gles2.multi",
405f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.10");
406f6603c60Sopenharmony_ci
407f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001207, "dEQP-EGL.functional.sharing.gles2.multi",
408f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.11");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001208, "dEQP-EGL.functional.sharing.gles2.multi",
411f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.12");
412f6603c60Sopenharmony_ci
413f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001209, "dEQP-EGL.functional.sharing.gles2.multi",
414f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.13");
415f6603c60Sopenharmony_ci
416f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001210, "dEQP-EGL.functional.sharing.gles2.multi",
417f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.14");
418f6603c60Sopenharmony_ci
419f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001211, "dEQP-EGL.functional.sharing.gles2.multi",
420f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.15");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001212, "dEQP-EGL.functional.sharing.gles2.multi",
423f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.16");
424f6603c60Sopenharmony_ci
425f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001213, "dEQP-EGL.functional.sharing.gles2.multi",
426f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.17");
427f6603c60Sopenharmony_ci
428f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001214, "dEQP-EGL.functional.sharing.gles2.multi",
429f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.18");
430f6603c60Sopenharmony_ci
431f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001215, "dEQP-EGL.functional.sharing.gles2.multi",
432f6603c60Sopenharmony_ci    "thread.random.textures.copyteximage2d.19");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001216, "dEQP-EGL.functional.sharing.gles2.multit",
435f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.0");
436f6603c60Sopenharmony_ci
437f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001217, "dEQP-EGL.functional.sharing.gles2.multit",
438f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.1");
439f6603c60Sopenharmony_ci
440f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001218, "dEQP-EGL.functional.sharing.gles2.multit",
441f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.2");
442f6603c60Sopenharmony_ci
443f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001219, "dEQP-EGL.functional.sharing.gles2.multit",
444f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.3");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001220, "dEQP-EGL.functional.sharing.gles2.multit",
447f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.4");
448f6603c60Sopenharmony_ci
449f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001221, "dEQP-EGL.functional.sharing.gles2.multit",
450f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.5");
451f6603c60Sopenharmony_ci
452f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001222, "dEQP-EGL.functional.sharing.gles2.multit",
453f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.6");
454f6603c60Sopenharmony_ci
455f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001223, "dEQP-EGL.functional.sharing.gles2.multit",
456f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.7");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001224, "dEQP-EGL.functional.sharing.gles2.multit",
459f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.8");
460f6603c60Sopenharmony_ci
461f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001225, "dEQP-EGL.functional.sharing.gles2.multit",
462f6603c60Sopenharmony_ci    "hread.random.textures.copytexsubimage2d.9");
463f6603c60Sopenharmony_ci
464f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001226, "dEQP-EGL.functional.sharing.gles2.multith",
465f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.10");
466f6603c60Sopenharmony_ci
467f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001227, "dEQP-EGL.functional.sharing.gles2.multith",
468f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.11");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001228, "dEQP-EGL.functional.sharing.gles2.multith",
471f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.12");
472f6603c60Sopenharmony_ci
473f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001229, "dEQP-EGL.functional.sharing.gles2.multith",
474f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.13");
475f6603c60Sopenharmony_ci
476f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001230, "dEQP-EGL.functional.sharing.gles2.multith",
477f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.14");
478f6603c60Sopenharmony_ci
479f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001231, "dEQP-EGL.functional.sharing.gles2.multith",
480f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.15");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001232, "dEQP-EGL.functional.sharing.gles2.multith",
483f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.16");
484f6603c60Sopenharmony_ci
485f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001233, "dEQP-EGL.functional.sharing.gles2.multith",
486f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.17");
487f6603c60Sopenharmony_ci
488f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001234, "dEQP-EGL.functional.sharing.gles2.multith",
489f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.18");
490f6603c60Sopenharmony_ci
491f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001235, "dEQP-EGL.functional.sharing.gles2.multith",
492f6603c60Sopenharmony_ci    "read.random.textures.copytexsubimage2d.19");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001236, "dEQP-EGL.functional.sharing.gles2.mu",
495f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.0");
496f6603c60Sopenharmony_ci
497f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001237, "dEQP-EGL.functional.sharing.gles2.mu",
498f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.1");
499f6603c60Sopenharmony_ci
500f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001238, "dEQP-EGL.functional.sharing.gles2.mu",
501f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.2");
502f6603c60Sopenharmony_ci
503f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001239, "dEQP-EGL.functional.sharing.gles2.mu",
504f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.3");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001240, "dEQP-EGL.functional.sharing.gles2.mu",
507f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.4");
508f6603c60Sopenharmony_ci
509f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001241, "dEQP-EGL.functional.sharing.gles2.mu",
510f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.5");
511f6603c60Sopenharmony_ci
512f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001242, "dEQP-EGL.functional.sharing.gles2.mu",
513f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.6");
514f6603c60Sopenharmony_ci
515f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001243, "dEQP-EGL.functional.sharing.gles2.mu",
516f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.7");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001244, "dEQP-EGL.functional.sharing.gles2.mu",
519f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.8");
520f6603c60Sopenharmony_ci
521f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001245, "dEQP-EGL.functional.sharing.gles2.mu",
522f6603c60Sopenharmony_ci    "ltithread.random.buffers.gen_delete.9");
523f6603c60Sopenharmony_ci
524f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001246, "dEQP-EGL.functional.sharing.gles2.mul",
525f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.10");
526f6603c60Sopenharmony_ci
527f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001247, "dEQP-EGL.functional.sharing.gles2.mul",
528f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.11");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001248, "dEQP-EGL.functional.sharing.gles2.mul",
531f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.12");
532f6603c60Sopenharmony_ci
533f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001249, "dEQP-EGL.functional.sharing.gles2.mul",
534f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.13");
535f6603c60Sopenharmony_ci
536f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001250, "dEQP-EGL.functional.sharing.gles2.mul",
537f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.14");
538f6603c60Sopenharmony_ci
539f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001251, "dEQP-EGL.functional.sharing.gles2.mul",
540f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.15");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001252, "dEQP-EGL.functional.sharing.gles2.mul",
543f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.16");
544f6603c60Sopenharmony_ci
545f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001253, "dEQP-EGL.functional.sharing.gles2.mul",
546f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.17");
547f6603c60Sopenharmony_ci
548f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001254, "dEQP-EGL.functional.sharing.gles2.mul",
549f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.18");
550f6603c60Sopenharmony_ci
551f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001255, "dEQP-EGL.functional.sharing.gles2.mul",
552f6603c60Sopenharmony_ci    "tithread.random.buffers.gen_delete.19");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001256, "dEQP-EGL.functional.sharing.gles2.mu",
555f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.0");
556f6603c60Sopenharmony_ci
557f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001257, "dEQP-EGL.functional.sharing.gles2.mu",
558f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.1");
559f6603c60Sopenharmony_ci
560f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001258, "dEQP-EGL.functional.sharing.gles2.mu",
561f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.2");
562f6603c60Sopenharmony_ci
563f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001259, "dEQP-EGL.functional.sharing.gles2.mu",
564f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.3");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001260, "dEQP-EGL.functional.sharing.gles2.mu",
567f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.4");
568f6603c60Sopenharmony_ci
569f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001261, "dEQP-EGL.functional.sharing.gles2.mu",
570f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.5");
571f6603c60Sopenharmony_ci
572f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001262, "dEQP-EGL.functional.sharing.gles2.mu",
573f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.6");
574f6603c60Sopenharmony_ci
575f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001263, "dEQP-EGL.functional.sharing.gles2.mu",
576f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.7");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001264, "dEQP-EGL.functional.sharing.gles2.mu",
579f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.8");
580f6603c60Sopenharmony_ci
581f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001265, "dEQP-EGL.functional.sharing.gles2.mu",
582f6603c60Sopenharmony_ci    "ltithread.random.buffers.bufferdata.9");
583f6603c60Sopenharmony_ci
584f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001266, "dEQP-EGL.functional.sharing.gles2.mul",
585f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.10");
586f6603c60Sopenharmony_ci
587f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001267, "dEQP-EGL.functional.sharing.gles2.mul",
588f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.11");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001268, "dEQP-EGL.functional.sharing.gles2.mul",
591f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.12");
592f6603c60Sopenharmony_ci
593f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001269, "dEQP-EGL.functional.sharing.gles2.mul",
594f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.13");
595f6603c60Sopenharmony_ci
596f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001270, "dEQP-EGL.functional.sharing.gles2.mul",
597f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.14");
598f6603c60Sopenharmony_ci
599f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001271, "dEQP-EGL.functional.sharing.gles2.mul",
600f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.15");
601f6603c60Sopenharmony_ci
602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001272, "dEQP-EGL.functional.sharing.gles2.mul",
603f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.16");
604f6603c60Sopenharmony_ci
605f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001273, "dEQP-EGL.functional.sharing.gles2.mul",
606f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.17");
607f6603c60Sopenharmony_ci
608f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001274, "dEQP-EGL.functional.sharing.gles2.mul",
609f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.18");
610f6603c60Sopenharmony_ci
611f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001275, "dEQP-EGL.functional.sharing.gles2.mul",
612f6603c60Sopenharmony_ci    "tithread.random.buffers.bufferdata.19");
613f6603c60Sopenharmony_ci
614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001276, "dEQP-EGL.functional.sharing.gles2.mult",
615f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.0");
616f6603c60Sopenharmony_ci
617f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001277, "dEQP-EGL.functional.sharing.gles2.mult",
618f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.1");
619f6603c60Sopenharmony_ci
620f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001278, "dEQP-EGL.functional.sharing.gles2.mult",
621f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.2");
622f6603c60Sopenharmony_ci
623f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001279, "dEQP-EGL.functional.sharing.gles2.mult",
624f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.3");
625f6603c60Sopenharmony_ci
626f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001280, "dEQP-EGL.functional.sharing.gles2.mult",
627f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.4");
628f6603c60Sopenharmony_ci
629f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001281, "dEQP-EGL.functional.sharing.gles2.mult",
630f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.5");
631f6603c60Sopenharmony_ci
632f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001282, "dEQP-EGL.functional.sharing.gles2.mult",
633f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.6");
634f6603c60Sopenharmony_ci
635f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001283, "dEQP-EGL.functional.sharing.gles2.mult",
636f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.7");
637f6603c60Sopenharmony_ci
638f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001284, "dEQP-EGL.functional.sharing.gles2.mult",
639f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.8");
640f6603c60Sopenharmony_ci
641f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001285, "dEQP-EGL.functional.sharing.gles2.mult",
642f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.9");
643f6603c60Sopenharmony_ci
644f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001286, "dEQP-EGL.functional.sharing.gles2.mult",
645f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.10");
646f6603c60Sopenharmony_ci
647f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001287, "dEQP-EGL.functional.sharing.gles2.mult",
648f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.11");
649f6603c60Sopenharmony_ci
650f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001288, "dEQP-EGL.functional.sharing.gles2.mult",
651f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.12");
652f6603c60Sopenharmony_ci
653f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001289, "dEQP-EGL.functional.sharing.gles2.mult",
654f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.13");
655f6603c60Sopenharmony_ci
656f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001290, "dEQP-EGL.functional.sharing.gles2.mult",
657f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.14");
658f6603c60Sopenharmony_ci
659f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001291, "dEQP-EGL.functional.sharing.gles2.mult",
660f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.15");
661f6603c60Sopenharmony_ci
662f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001292, "dEQP-EGL.functional.sharing.gles2.mult",
663f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.16");
664f6603c60Sopenharmony_ci
665f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001293, "dEQP-EGL.functional.sharing.gles2.mult",
666f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.17");
667f6603c60Sopenharmony_ci
668f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001294, "dEQP-EGL.functional.sharing.gles2.mult",
669f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.18");
670f6603c60Sopenharmony_ci
671f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001295, "dEQP-EGL.functional.sharing.gles2.mult",
672f6603c60Sopenharmony_ci    "ithread.random.buffers.buffersubdata.19");
673f6603c60Sopenharmony_ci
674f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001296, "dEQP-EGL.functional.sharing.gles2.mult",
675f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.0");
676f6603c60Sopenharmony_ci
677f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001297, "dEQP-EGL.functional.sharing.gles2.mult",
678f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.1");
679f6603c60Sopenharmony_ci
680f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001298, "dEQP-EGL.functional.sharing.gles2.mult",
681f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.2");
682f6603c60Sopenharmony_ci
683f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001299, "dEQP-EGL.functional.sharing.gles2.mult",
684f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.3");
685f6603c60Sopenharmony_ci
686f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001300, "dEQP-EGL.functional.sharing.gles2.mult",
687f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.4");
688f6603c60Sopenharmony_ci
689f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001301, "dEQP-EGL.functional.sharing.gles2.mult",
690f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.5");
691f6603c60Sopenharmony_ci
692f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001302, "dEQP-EGL.functional.sharing.gles2.mult",
693f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.6");
694f6603c60Sopenharmony_ci
695f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001303, "dEQP-EGL.functional.sharing.gles2.mult",
696f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.7");
697f6603c60Sopenharmony_ci
698f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001304, "dEQP-EGL.functional.sharing.gles2.mult",
699f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.8");
700f6603c60Sopenharmony_ci
701f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001305, "dEQP-EGL.functional.sharing.gles2.mult",
702f6603c60Sopenharmony_ci    "ithread.random.shaders.create_destroy.9");
703f6603c60Sopenharmony_ci
704f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001306, "dEQP-EGL.functional.sharing.gles2.multi",
705f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.10");
706f6603c60Sopenharmony_ci
707f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001307, "dEQP-EGL.functional.sharing.gles2.multi",
708f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.11");
709f6603c60Sopenharmony_ci
710f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001308, "dEQP-EGL.functional.sharing.gles2.multi",
711f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.12");
712f6603c60Sopenharmony_ci
713f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001309, "dEQP-EGL.functional.sharing.gles2.multi",
714f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.13");
715f6603c60Sopenharmony_ci
716f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001310, "dEQP-EGL.functional.sharing.gles2.multi",
717f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.14");
718f6603c60Sopenharmony_ci
719f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001311, "dEQP-EGL.functional.sharing.gles2.multi",
720f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.15");
721f6603c60Sopenharmony_ci
722f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001312, "dEQP-EGL.functional.sharing.gles2.multi",
723f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.16");
724f6603c60Sopenharmony_ci
725f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001313, "dEQP-EGL.functional.sharing.gles2.multi",
726f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.17");
727f6603c60Sopenharmony_ci
728f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001314, "dEQP-EGL.functional.sharing.gles2.multi",
729f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.18");
730f6603c60Sopenharmony_ci
731f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001315, "dEQP-EGL.functional.sharing.gles2.multi",
732f6603c60Sopenharmony_ci    "thread.random.shaders.create_destroy.19");
733f6603c60Sopenharmony_ci
734f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001316, "dEQP-EGL.functional.sharing.gles2.",
735f6603c60Sopenharmony_ci    "multithread.random.shaders.source.0");
736f6603c60Sopenharmony_ci
737f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001317, "dEQP-EGL.functional.sharing.gles2.",
738f6603c60Sopenharmony_ci    "multithread.random.shaders.source.1");
739f6603c60Sopenharmony_ci
740f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001318, "dEQP-EGL.functional.sharing.gles2.",
741f6603c60Sopenharmony_ci    "multithread.random.shaders.source.2");
742f6603c60Sopenharmony_ci
743f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001319, "dEQP-EGL.functional.sharing.gles2.",
744f6603c60Sopenharmony_ci    "multithread.random.shaders.source.3");
745f6603c60Sopenharmony_ci
746f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001320, "dEQP-EGL.functional.sharing.gles2.",
747f6603c60Sopenharmony_ci    "multithread.random.shaders.source.4");
748f6603c60Sopenharmony_ci
749f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001321, "dEQP-EGL.functional.sharing.gles2.",
750f6603c60Sopenharmony_ci    "multithread.random.shaders.source.5");
751f6603c60Sopenharmony_ci
752f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001322, "dEQP-EGL.functional.sharing.gles2.",
753f6603c60Sopenharmony_ci    "multithread.random.shaders.source.6");
754f6603c60Sopenharmony_ci
755f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001323, "dEQP-EGL.functional.sharing.gles2.",
756f6603c60Sopenharmony_ci    "multithread.random.shaders.source.7");
757f6603c60Sopenharmony_ci
758f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001324, "dEQP-EGL.functional.sharing.gles2.",
759f6603c60Sopenharmony_ci    "multithread.random.shaders.source.8");
760f6603c60Sopenharmony_ci
761f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001325, "dEQP-EGL.functional.sharing.gles2.",
762f6603c60Sopenharmony_ci    "multithread.random.shaders.source.9");
763f6603c60Sopenharmony_ci
764f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001326, "dEQP-EGL.functional.sharing.gles2.m",
765f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.10");
766f6603c60Sopenharmony_ci
767f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001327, "dEQP-EGL.functional.sharing.gles2.m",
768f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.11");
769f6603c60Sopenharmony_ci
770f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001328, "dEQP-EGL.functional.sharing.gles2.m",
771f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.12");
772f6603c60Sopenharmony_ci
773f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001329, "dEQP-EGL.functional.sharing.gles2.m",
774f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.13");
775f6603c60Sopenharmony_ci
776f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001330, "dEQP-EGL.functional.sharing.gles2.m",
777f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.14");
778f6603c60Sopenharmony_ci
779f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001331, "dEQP-EGL.functional.sharing.gles2.m",
780f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.15");
781f6603c60Sopenharmony_ci
782f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001332, "dEQP-EGL.functional.sharing.gles2.m",
783f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.16");
784f6603c60Sopenharmony_ci
785f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001333, "dEQP-EGL.functional.sharing.gles2.m",
786f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.17");
787f6603c60Sopenharmony_ci
788f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001334, "dEQP-EGL.functional.sharing.gles2.m",
789f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.18");
790f6603c60Sopenharmony_ci
791f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001335, "dEQP-EGL.functional.sharing.gles2.m",
792f6603c60Sopenharmony_ci    "ultithread.random.shaders.source.19");
793f6603c60Sopenharmony_ci
794f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001336, "dEQP-EGL.functional.sharing.gles2.m",
795f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.0");
796f6603c60Sopenharmony_ci
797f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001337, "dEQP-EGL.functional.sharing.gles2.m",
798f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.1");
799f6603c60Sopenharmony_ci
800f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001338, "dEQP-EGL.functional.sharing.gles2.m",
801f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.2");
802f6603c60Sopenharmony_ci
803f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001339, "dEQP-EGL.functional.sharing.gles2.m",
804f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.3");
805f6603c60Sopenharmony_ci
806f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001340, "dEQP-EGL.functional.sharing.gles2.m",
807f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.4");
808f6603c60Sopenharmony_ci
809f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001341, "dEQP-EGL.functional.sharing.gles2.m",
810f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.5");
811f6603c60Sopenharmony_ci
812f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001342, "dEQP-EGL.functional.sharing.gles2.m",
813f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.6");
814f6603c60Sopenharmony_ci
815f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001343, "dEQP-EGL.functional.sharing.gles2.m",
816f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.7");
817f6603c60Sopenharmony_ci
818f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001344, "dEQP-EGL.functional.sharing.gles2.m",
819f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.8");
820f6603c60Sopenharmony_ci
821f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001345, "dEQP-EGL.functional.sharing.gles2.m",
822f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.9");
823f6603c60Sopenharmony_ci
824f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001346, "dEQP-EGL.functional.sharing.gles2.m",
825f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.10");
826f6603c60Sopenharmony_ci
827f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001347, "dEQP-EGL.functional.sharing.gles2.m",
828f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.11");
829f6603c60Sopenharmony_ci
830f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001348, "dEQP-EGL.functional.sharing.gles2.m",
831f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.12");
832f6603c60Sopenharmony_ci
833f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001349, "dEQP-EGL.functional.sharing.gles2.m",
834f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.13");
835f6603c60Sopenharmony_ci
836f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001350, "dEQP-EGL.functional.sharing.gles2.m",
837f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.14");
838f6603c60Sopenharmony_ci
839f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001351, "dEQP-EGL.functional.sharing.gles2.m",
840f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.15");
841f6603c60Sopenharmony_ci
842f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001352, "dEQP-EGL.functional.sharing.gles2.m",
843f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.16");
844f6603c60Sopenharmony_ci
845f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001353, "dEQP-EGL.functional.sharing.gles2.m",
846f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.17");
847f6603c60Sopenharmony_ci
848f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001354, "dEQP-EGL.functional.sharing.gles2.m",
849f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.18");
850f6603c60Sopenharmony_ci
851f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001355, "dEQP-EGL.functional.sharing.gles2.m",
852f6603c60Sopenharmony_ci    "ultithread.random.shaders.compile.19");
853f6603c60Sopenharmony_ci
854f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001356, "dEQP-EGL.functional.sharing.gles2.multi",
855f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.0");
856f6603c60Sopenharmony_ci
857f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001357, "dEQP-EGL.functional.sharing.gles2.multi",
858f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.1");
859f6603c60Sopenharmony_ci
860f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001358, "dEQP-EGL.functional.sharing.gles2.multi",
861f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.2");
862f6603c60Sopenharmony_ci
863f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001359, "dEQP-EGL.functional.sharing.gles2.multi",
864f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.3");
865f6603c60Sopenharmony_ci
866f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001360, "dEQP-EGL.functional.sharing.gles2.multi",
867f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.4");
868f6603c60Sopenharmony_ci
869f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001361, "dEQP-EGL.functional.sharing.gles2.multi",
870f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.5");
871f6603c60Sopenharmony_ci
872f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001362, "dEQP-EGL.functional.sharing.gles2.multi",
873f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.6");
874f6603c60Sopenharmony_ci
875f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001363, "dEQP-EGL.functional.sharing.gles2.multi",
876f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.7");
877f6603c60Sopenharmony_ci
878f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001364, "dEQP-EGL.functional.sharing.gles2.multi",
879f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.8");
880f6603c60Sopenharmony_ci
881f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001365, "dEQP-EGL.functional.sharing.gles2.multi",
882f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.9");
883f6603c60Sopenharmony_ci
884f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001366, "dEQP-EGL.functional.sharing.gles2.multi",
885f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.10");
886f6603c60Sopenharmony_ci
887f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001367, "dEQP-EGL.functional.sharing.gles2.multi",
888f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.11");
889f6603c60Sopenharmony_ci
890f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001368, "dEQP-EGL.functional.sharing.gles2.multi",
891f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.12");
892f6603c60Sopenharmony_ci
893f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001369, "dEQP-EGL.functional.sharing.gles2.multi",
894f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.13");
895f6603c60Sopenharmony_ci
896f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001370, "dEQP-EGL.functional.sharing.gles2.multi",
897f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.14");
898f6603c60Sopenharmony_ci
899f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001371, "dEQP-EGL.functional.sharing.gles2.multi",
900f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.15");
901f6603c60Sopenharmony_ci
902f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001372, "dEQP-EGL.functional.sharing.gles2.multi",
903f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.16");
904f6603c60Sopenharmony_ci
905f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001373, "dEQP-EGL.functional.sharing.gles2.multi",
906f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.17");
907f6603c60Sopenharmony_ci
908f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001374, "dEQP-EGL.functional.sharing.gles2.multi",
909f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.18");
910f6603c60Sopenharmony_ci
911f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001375, "dEQP-EGL.functional.sharing.gles2.multi",
912f6603c60Sopenharmony_ci    "thread.random.programs.create_destroy.19");
913f6603c60Sopenharmony_ci
914f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001376, "dEQP-EGL.functional.sharing.gles2.mult",
915f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.0");
916f6603c60Sopenharmony_ci
917f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001377, "dEQP-EGL.functional.sharing.gles2.mult",
918f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.1");
919f6603c60Sopenharmony_ci
920f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001378, "dEQP-EGL.functional.sharing.gles2.mult",
921f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.2");
922f6603c60Sopenharmony_ci
923f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001379, "dEQP-EGL.functional.sharing.gles2.mult",
924f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.3");
925f6603c60Sopenharmony_ci
926f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001380, "dEQP-EGL.functional.sharing.gles2.mult",
927f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.4");
928f6603c60Sopenharmony_ci
929f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001381, "dEQP-EGL.functional.sharing.gles2.mult",
930f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.5");
931f6603c60Sopenharmony_ci
932f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001382, "dEQP-EGL.functional.sharing.gles2.mult",
933f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.6");
934f6603c60Sopenharmony_ci
935f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001383, "dEQP-EGL.functional.sharing.gles2.mult",
936f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.7");
937f6603c60Sopenharmony_ci
938f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001384, "dEQP-EGL.functional.sharing.gles2.mult",
939f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.8");
940f6603c60Sopenharmony_ci
941f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001385, "dEQP-EGL.functional.sharing.gles2.mult",
942f6603c60Sopenharmony_ci    "ithread.random.programs.attach_detach.9");
943f6603c60Sopenharmony_ci
944f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001386, "dEQP-EGL.functional.sharing.gles2.multi",
945f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.10");
946f6603c60Sopenharmony_ci
947f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001387, "dEQP-EGL.functional.sharing.gles2.multi",
948f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.11");
949f6603c60Sopenharmony_ci
950f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001388, "dEQP-EGL.functional.sharing.gles2.multi",
951f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.12");
952f6603c60Sopenharmony_ci
953f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001389, "dEQP-EGL.functional.sharing.gles2.multi",
954f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.13");
955f6603c60Sopenharmony_ci
956f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001390, "dEQP-EGL.functional.sharing.gles2.multi",
957f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.14");
958f6603c60Sopenharmony_ci
959f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001391, "dEQP-EGL.functional.sharing.gles2.multi",
960f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.15");
961f6603c60Sopenharmony_ci
962f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001392, "dEQP-EGL.functional.sharing.gles2.multi",
963f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.16");
964f6603c60Sopenharmony_ci
965f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001393, "dEQP-EGL.functional.sharing.gles2.multi",
966f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.17");
967f6603c60Sopenharmony_ci
968f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001394, "dEQP-EGL.functional.sharing.gles2.multi",
969f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.18");
970f6603c60Sopenharmony_ci
971f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001395, "dEQP-EGL.functional.sharing.gles2.multi",
972f6603c60Sopenharmony_ci    "thread.random.programs.attach_detach.19");
973f6603c60Sopenharmony_ci
974f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001396, "dEQP-EGL.functional.sharing.gles2.",
975f6603c60Sopenharmony_ci    "multithread.random.programs.link.0");
976f6603c60Sopenharmony_ci
977f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001397, "dEQP-EGL.functional.sharing.gles2.",
978f6603c60Sopenharmony_ci    "multithread.random.programs.link.1");
979f6603c60Sopenharmony_ci
980f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001398, "dEQP-EGL.functional.sharing.gles2.",
981f6603c60Sopenharmony_ci    "multithread.random.programs.link.2");
982f6603c60Sopenharmony_ci
983f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001399, "dEQP-EGL.functional.sharing.gles2.",
984f6603c60Sopenharmony_ci    "multithread.random.programs.link.3");
985f6603c60Sopenharmony_ci
986f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001400, "dEQP-EGL.functional.sharing.gles2.",
987f6603c60Sopenharmony_ci    "multithread.random.programs.link.4");
988f6603c60Sopenharmony_ci
989f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001401, "dEQP-EGL.functional.sharing.gles2.",
990f6603c60Sopenharmony_ci    "multithread.random.programs.link.5");
991f6603c60Sopenharmony_ci
992f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001402, "dEQP-EGL.functional.sharing.gles2.",
993f6603c60Sopenharmony_ci    "multithread.random.programs.link.6");
994f6603c60Sopenharmony_ci
995f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001403, "dEQP-EGL.functional.sharing.gles2.",
996f6603c60Sopenharmony_ci    "multithread.random.programs.link.7");
997f6603c60Sopenharmony_ci
998f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001404, "dEQP-EGL.functional.sharing.gles2.",
999f6603c60Sopenharmony_ci    "multithread.random.programs.link.8");
1000f6603c60Sopenharmony_ci
1001f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001405, "dEQP-EGL.functional.sharing.gles2.",
1002f6603c60Sopenharmony_ci    "multithread.random.programs.link.9");
1003f6603c60Sopenharmony_ci
1004f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001406, "dEQP-EGL.functional.sharing.gles2.",
1005f6603c60Sopenharmony_ci    "multithread.random.programs.link.10");
1006f6603c60Sopenharmony_ci
1007f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001407, "dEQP-EGL.functional.sharing.gles2.",
1008f6603c60Sopenharmony_ci    "multithread.random.programs.link.11");
1009f6603c60Sopenharmony_ci
1010f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001408, "dEQP-EGL.functional.sharing.gles2.",
1011f6603c60Sopenharmony_ci    "multithread.random.programs.link.12");
1012f6603c60Sopenharmony_ci
1013f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001409, "dEQP-EGL.functional.sharing.gles2.",
1014f6603c60Sopenharmony_ci    "multithread.random.programs.link.13");
1015f6603c60Sopenharmony_ci
1016f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001410, "dEQP-EGL.functional.sharing.gles2.",
1017f6603c60Sopenharmony_ci    "multithread.random.programs.link.14");
1018f6603c60Sopenharmony_ci
1019f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001411, "dEQP-EGL.functional.sharing.gles2.",
1020f6603c60Sopenharmony_ci    "multithread.random.programs.link.15");
1021f6603c60Sopenharmony_ci
1022f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001412, "dEQP-EGL.functional.sharing.gles2.",
1023f6603c60Sopenharmony_ci    "multithread.random.programs.link.16");
1024f6603c60Sopenharmony_ci
1025f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001413, "dEQP-EGL.functional.sharing.gles2.",
1026f6603c60Sopenharmony_ci    "multithread.random.programs.link.17");
1027f6603c60Sopenharmony_ci
1028f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001414, "dEQP-EGL.functional.sharing.gles2.",
1029f6603c60Sopenharmony_ci    "multithread.random.programs.link.18");
1030f6603c60Sopenharmony_ci
1031f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001415, "dEQP-EGL.functional.sharing.gles2.",
1032f6603c60Sopenharmony_ci    "multithread.random.programs.link.19");
1033f6603c60Sopenharmony_ci
1034f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001416, "dEQP-EGL.functional.sharing.gles2.mult",
1035f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.0");
1036f6603c60Sopenharmony_ci
1037f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001417, "dEQP-EGL.functional.sharing.gles2.mult",
1038f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.1");
1039f6603c60Sopenharmony_ci
1040f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001418, "dEQP-EGL.functional.sharing.gles2.mult",
1041f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.2");
1042f6603c60Sopenharmony_ci
1043f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001419, "dEQP-EGL.functional.sharing.gles2.mult",
1044f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.3");
1045f6603c60Sopenharmony_ci
1046f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001420, "dEQP-EGL.functional.sharing.gles2.mult",
1047f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.4");
1048f6603c60Sopenharmony_ci
1049f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001421, "dEQP-EGL.functional.sharing.gles2.mult",
1050f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.5");
1051f6603c60Sopenharmony_ci
1052f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001422, "dEQP-EGL.functional.sharing.gles2.mult",
1053f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.6");
1054f6603c60Sopenharmony_ci
1055f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001423, "dEQP-EGL.functional.sharing.gles2.mult",
1056f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.7");
1057f6603c60Sopenharmony_ci
1058f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001424, "dEQP-EGL.functional.sharing.gles2.mult",
1059f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.8");
1060f6603c60Sopenharmony_ci
1061f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001425, "dEQP-EGL.functional.sharing.gles2.mult",
1062f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.9");
1063f6603c60Sopenharmony_ci
1064f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001426, "dEQP-EGL.functional.sharing.gles2.mult",
1065f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.10");
1066f6603c60Sopenharmony_ci
1067f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001427, "dEQP-EGL.functional.sharing.gles2.mult",
1068f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.11");
1069f6603c60Sopenharmony_ci
1070f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001428, "dEQP-EGL.functional.sharing.gles2.mult",
1071f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.12");
1072f6603c60Sopenharmony_ci
1073f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001429, "dEQP-EGL.functional.sharing.gles2.mult",
1074f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.13");
1075f6603c60Sopenharmony_ci
1076f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001430, "dEQP-EGL.functional.sharing.gles2.mult",
1077f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.14");
1078f6603c60Sopenharmony_ci
1079f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001431, "dEQP-EGL.functional.sharing.gles2.mult",
1080f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.15");
1081f6603c60Sopenharmony_ci
1082f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001432, "dEQP-EGL.functional.sharing.gles2.mult",
1083f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.16");
1084f6603c60Sopenharmony_ci
1085f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001433, "dEQP-EGL.functional.sharing.gles2.mult",
1086f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.17");
1087f6603c60Sopenharmony_ci
1088f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001434, "dEQP-EGL.functional.sharing.gles2.mult",
1089f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.18");
1090f6603c60Sopenharmony_ci
1091f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001435, "dEQP-EGL.functional.sharing.gles2.mult",
1092f6603c60Sopenharmony_ci    "ithread.random.images.create_destroy.19");
1093f6603c60Sopenharmony_ci
1094f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001436, "dEQP-EGL.functional.sharing.gles2.mu",
1095f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.0");
1096f6603c60Sopenharmony_ci
1097f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001437, "dEQP-EGL.functional.sharing.gles2.mu",
1098f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.1");
1099f6603c60Sopenharmony_ci
1100f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001438, "dEQP-EGL.functional.sharing.gles2.mu",
1101f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.2");
1102f6603c60Sopenharmony_ci
1103f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001439, "dEQP-EGL.functional.sharing.gles2.mu",
1104f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.3");
1105f6603c60Sopenharmony_ci
1106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001440, "dEQP-EGL.functional.sharing.gles2.mu",
1107f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.4");
1108f6603c60Sopenharmony_ci
1109f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001441, "dEQP-EGL.functional.sharing.gles2.mu",
1110f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.5");
1111f6603c60Sopenharmony_ci
1112f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001442, "dEQP-EGL.functional.sharing.gles2.mu",
1113f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.6");
1114f6603c60Sopenharmony_ci
1115f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001443, "dEQP-EGL.functional.sharing.gles2.mu",
1116f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.7");
1117f6603c60Sopenharmony_ci
1118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001444, "dEQP-EGL.functional.sharing.gles2.mu",
1119f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.8");
1120f6603c60Sopenharmony_ci
1121f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001445, "dEQP-EGL.functional.sharing.gles2.mu",
1122f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.9");
1123f6603c60Sopenharmony_ci
1124f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001446, "dEQP-EGL.functional.sharing.gles2.mu",
1125f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.10");
1126f6603c60Sopenharmony_ci
1127f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001447, "dEQP-EGL.functional.sharing.gles2.mu",
1128f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.11");
1129f6603c60Sopenharmony_ci
1130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001448, "dEQP-EGL.functional.sharing.gles2.mu",
1131f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.12");
1132f6603c60Sopenharmony_ci
1133f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001449, "dEQP-EGL.functional.sharing.gles2.mu",
1134f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.13");
1135f6603c60Sopenharmony_ci
1136f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001450, "dEQP-EGL.functional.sharing.gles2.mu",
1137f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.14");
1138f6603c60Sopenharmony_ci
1139f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001451, "dEQP-EGL.functional.sharing.gles2.mu",
1140f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.15");
1141f6603c60Sopenharmony_ci
1142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001452, "dEQP-EGL.functional.sharing.gles2.mu",
1143f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.16");
1144f6603c60Sopenharmony_ci
1145f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001453, "dEQP-EGL.functional.sharing.gles2.mu",
1146f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.17");
1147f6603c60Sopenharmony_ci
1148f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001454, "dEQP-EGL.functional.sharing.gles2.mu",
1149f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.18");
1150f6603c60Sopenharmony_ci
1151f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001455, "dEQP-EGL.functional.sharing.gles2.mu",
1152f6603c60Sopenharmony_ci    "ltithread.random.images.teximage2d.19");
1153f6603c60Sopenharmony_ci
1154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001456, "dEQP-EGL.functional.sharing.gles2.mul",
1155f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.0");
1156f6603c60Sopenharmony_ci
1157f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001457, "dEQP-EGL.functional.sharing.gles2.mul",
1158f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.1");
1159f6603c60Sopenharmony_ci
1160f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001458, "dEQP-EGL.functional.sharing.gles2.mul",
1161f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.2");
1162f6603c60Sopenharmony_ci
1163f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001459, "dEQP-EGL.functional.sharing.gles2.mul",
1164f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.3");
1165f6603c60Sopenharmony_ci
1166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001460, "dEQP-EGL.functional.sharing.gles2.mul",
1167f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.4");
1168f6603c60Sopenharmony_ci
1169f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001461, "dEQP-EGL.functional.sharing.gles2.mul",
1170f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.5");
1171f6603c60Sopenharmony_ci
1172f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001462, "dEQP-EGL.functional.sharing.gles2.mul",
1173f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.6");
1174f6603c60Sopenharmony_ci
1175f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001463, "dEQP-EGL.functional.sharing.gles2.mul",
1176f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.7");
1177f6603c60Sopenharmony_ci
1178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001464, "dEQP-EGL.functional.sharing.gles2.mul",
1179f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.8");
1180f6603c60Sopenharmony_ci
1181f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001465, "dEQP-EGL.functional.sharing.gles2.mul",
1182f6603c60Sopenharmony_ci    "tithread.random.images.texsubimage2d.9");
1183f6603c60Sopenharmony_ci
1184f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001466, "dEQP-EGL.functional.sharing.gles2.mult",
1185f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.10");
1186f6603c60Sopenharmony_ci
1187f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001467, "dEQP-EGL.functional.sharing.gles2.mult",
1188f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.11");
1189f6603c60Sopenharmony_ci
1190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001468, "dEQP-EGL.functional.sharing.gles2.mult",
1191f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.12");
1192f6603c60Sopenharmony_ci
1193f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001469, "dEQP-EGL.functional.sharing.gles2.mult",
1194f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.13");
1195f6603c60Sopenharmony_ci
1196f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001470, "dEQP-EGL.functional.sharing.gles2.mult",
1197f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.14");
1198f6603c60Sopenharmony_ci
1199f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001471, "dEQP-EGL.functional.sharing.gles2.mult",
1200f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.15");
1201f6603c60Sopenharmony_ci
1202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001472, "dEQP-EGL.functional.sharing.gles2.mult",
1203f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.16");
1204f6603c60Sopenharmony_ci
1205f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001473, "dEQP-EGL.functional.sharing.gles2.mult",
1206f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.17");
1207f6603c60Sopenharmony_ci
1208f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001474, "dEQP-EGL.functional.sharing.gles2.mult",
1209f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.18");
1210f6603c60Sopenharmony_ci
1211f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001475, "dEQP-EGL.functional.sharing.gles2.mult",
1212f6603c60Sopenharmony_ci    "ithread.random.images.texsubimage2d.19");
1213f6603c60Sopenharmony_ci
1214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001476, "dEQP-EGL.functional.sharing.gles2.mult",
1215f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.0");
1216f6603c60Sopenharmony_ci
1217f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001477, "dEQP-EGL.functional.sharing.gles2.mult",
1218f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.1");
1219f6603c60Sopenharmony_ci
1220f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001478, "dEQP-EGL.functional.sharing.gles2.mult",
1221f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.2");
1222f6603c60Sopenharmony_ci
1223f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001479, "dEQP-EGL.functional.sharing.gles2.mult",
1224f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.3");
1225f6603c60Sopenharmony_ci
1226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001480, "dEQP-EGL.functional.sharing.gles2.mult",
1227f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.4");
1228f6603c60Sopenharmony_ci
1229f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001481, "dEQP-EGL.functional.sharing.gles2.mult",
1230f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.5");
1231f6603c60Sopenharmony_ci
1232f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001482, "dEQP-EGL.functional.sharing.gles2.mult",
1233f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.6");
1234f6603c60Sopenharmony_ci
1235f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001483, "dEQP-EGL.functional.sharing.gles2.mult",
1236f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.7");
1237f6603c60Sopenharmony_ci
1238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001484, "dEQP-EGL.functional.sharing.gles2.mult",
1239f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.8");
1240f6603c60Sopenharmony_ci
1241f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001485, "dEQP-EGL.functional.sharing.gles2.mult",
1242f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.9");
1243f6603c60Sopenharmony_ci
1244f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001486, "dEQP-EGL.functional.sharing.gles2.mult",
1245f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.10");
1246f6603c60Sopenharmony_ci
1247f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001487, "dEQP-EGL.functional.sharing.gles2.mult",
1248f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.11");
1249f6603c60Sopenharmony_ci
1250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001488, "dEQP-EGL.functional.sharing.gles2.mult",
1251f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.12");
1252f6603c60Sopenharmony_ci
1253f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001489, "dEQP-EGL.functional.sharing.gles2.mult",
1254f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.13");
1255f6603c60Sopenharmony_ci
1256f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001490, "dEQP-EGL.functional.sharing.gles2.mult",
1257f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.14");
1258f6603c60Sopenharmony_ci
1259f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001491, "dEQP-EGL.functional.sharing.gles2.mult",
1260f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.15");
1261f6603c60Sopenharmony_ci
1262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001492, "dEQP-EGL.functional.sharing.gles2.mult",
1263f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.16");
1264f6603c60Sopenharmony_ci
1265f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001493, "dEQP-EGL.functional.sharing.gles2.mult",
1266f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.17");
1267f6603c60Sopenharmony_ci
1268f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001494, "dEQP-EGL.functional.sharing.gles2.mult",
1269f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.18");
1270f6603c60Sopenharmony_ci
1271f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001495, "dEQP-EGL.functional.sharing.gles2.mult",
1272f6603c60Sopenharmony_ci    "ithread.random.images.copyteximage2d.19");
1273f6603c60Sopenharmony_ci
1274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001496, "dEQP-EGL.functional.sharing.gles2.multi",
1275f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.0");
1276f6603c60Sopenharmony_ci
1277f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001497, "dEQP-EGL.functional.sharing.gles2.multi",
1278f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.1");
1279f6603c60Sopenharmony_ci
1280f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001498, "dEQP-EGL.functional.sharing.gles2.multi",
1281f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.2");
1282f6603c60Sopenharmony_ci
1283f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001499, "dEQP-EGL.functional.sharing.gles2.multi",
1284f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.3");
1285f6603c60Sopenharmony_ci
1286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001500, "dEQP-EGL.functional.sharing.gles2.multi",
1287f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.4");
1288f6603c60Sopenharmony_ci
1289f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001501, "dEQP-EGL.functional.sharing.gles2.multi",
1290f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.5");
1291f6603c60Sopenharmony_ci
1292f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001502, "dEQP-EGL.functional.sharing.gles2.multi",
1293f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.6");
1294f6603c60Sopenharmony_ci
1295f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001503, "dEQP-EGL.functional.sharing.gles2.multi",
1296f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.7");
1297f6603c60Sopenharmony_ci
1298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001504, "dEQP-EGL.functional.sharing.gles2.multi",
1299f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.8");
1300f6603c60Sopenharmony_ci
1301f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001505, "dEQP-EGL.functional.sharing.gles2.multi",
1302f6603c60Sopenharmony_ci    "thread.random.images.copytexsubimage2d.9");
1303f6603c60Sopenharmony_ci
1304f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001506, "dEQP-EGL.functional.sharing.gles2.multit",
1305f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.10");
1306f6603c60Sopenharmony_ci
1307f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001507, "dEQP-EGL.functional.sharing.gles2.multit",
1308f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.11");
1309f6603c60Sopenharmony_ci
1310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001508, "dEQP-EGL.functional.sharing.gles2.multit",
1311f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.12");
1312f6603c60Sopenharmony_ci
1313f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001509, "dEQP-EGL.functional.sharing.gles2.multit",
1314f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.13");
1315f6603c60Sopenharmony_ci
1316f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001510, "dEQP-EGL.functional.sharing.gles2.multit",
1317f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.14");
1318f6603c60Sopenharmony_ci
1319f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001511, "dEQP-EGL.functional.sharing.gles2.multit",
1320f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.15");
1321f6603c60Sopenharmony_ci
1322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001512, "dEQP-EGL.functional.sharing.gles2.multit",
1323f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.16");
1324f6603c60Sopenharmony_ci
1325f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001513, "dEQP-EGL.functional.sharing.gles2.multit",
1326f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.17");
1327f6603c60Sopenharmony_ci
1328f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001514, "dEQP-EGL.functional.sharing.gles2.multit",
1329f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.18");
1330f6603c60Sopenharmony_ci
1331f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001515, "dEQP-EGL.functional.sharing.gles2.multit",
1332f6603c60Sopenharmony_ci    "hread.random.images.copytexsubimage2d.19");
1333f6603c60Sopenharmony_ci
1334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001516, "dEQP-EGL.functional.sharing.gles2.multit",
1335f6603c60Sopenharmony_ci    "hread.simple_egl_sync.buffers.gen_delete");
1336f6603c60Sopenharmony_ci
1337f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001517, "dEQP-EGL.functional.sharing.gles2.multit",
1338f6603c60Sopenharmony_ci    "hread.simple_egl_sync.buffers.bufferdata");
1339f6603c60Sopenharmony_ci
1340f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001518, "dEQP-EGL.functional.sharing.gles2.multith",
1341f6603c60Sopenharmony_ci    "read.simple_egl_sync.buffers.buffersubdata");
1342f6603c60Sopenharmony_ci
1343f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001519, "dEQP-EGL.functional.sharing.gles2.multithre",
1344f6603c60Sopenharmony_ci    "ad.simple_egl_sync.buffers.bufferdata_render");
1345f6603c60Sopenharmony_ci
1346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001520, "dEQP-EGL.functional.sharing.gles2.multithread",
1347f6603c60Sopenharmony_ci    ".simple_egl_sync.buffers.buffersubdata_render");
1348f6603c60Sopenharmony_ci
1349f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001521, "dEQP-EGL.functional.sharing.gles2.multit",
1350f6603c60Sopenharmony_ci    "hread.simple_egl_sync.textures.gen_delete");
1351f6603c60Sopenharmony_ci
1352f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001522, "dEQP-EGL.functional.sharing.gles2.multit",
1353f6603c60Sopenharmony_ci    "hread.simple_egl_sync.textures.teximage2d");
1354f6603c60Sopenharmony_ci
1355f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001523, "dEQP-EGL.functional.sharing.gles2.multithread.s",
1356f6603c60Sopenharmony_ci    "imple_egl_sync.textures.teximage2d_texsubimage2d");
1357f6603c60Sopenharmony_ci
1358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001524, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
1359f6603c60Sopenharmony_ci    "ple_egl_sync.textures.teximage2d_copytexsubimage2d");
1360f6603c60Sopenharmony_ci
1361f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001525, "dEQP-EGL.functional.sharing.gles2.multithrea",
1362f6603c60Sopenharmony_ci    "d.simple_egl_sync.textures.teximage2d_render");
1363f6603c60Sopenharmony_ci
1364f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001526, "dEQP-EGL.functional.sharing.gles2.multithread.simpl",
1365f6603c60Sopenharmony_ci    "e_egl_sync.textures.teximage2d_texsubimage2d_render");
1366f6603c60Sopenharmony_ci
1367f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001527, "dEQP-EGL.functional.sharing.gles2.multithread.simple_",
1368f6603c60Sopenharmony_ci    "egl_sync.textures.teximage2d_copytexsubimage2d_render");
1369f6603c60Sopenharmony_ci
1370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001528, "dEQP-EGL.functional.sharing.gles2.multithr",
1371f6603c60Sopenharmony_ci    "ead.simple_egl_sync.textures.copyteximage2d");
1372f6603c60Sopenharmony_ci
1373f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001529, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
1374f6603c60Sopenharmony_ci    "ple_egl_sync.textures.copyteximage2d_texsubimage2d");
1375f6603c60Sopenharmony_ci
1376f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001530, "dEQP-EGL.functional.sharing.gles2.multithread.simpl",
1377f6603c60Sopenharmony_ci    "e_egl_sync.textures.copyteximage2d_copytexsubimage2d");
1378f6603c60Sopenharmony_ci
1379f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001531, "dEQP-EGL.functional.sharing.gles2.multithread.",
1380f6603c60Sopenharmony_ci    "simple_egl_sync.textures.copyteximage2d_render");
1381f6603c60Sopenharmony_ci
1382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001532, "dEQP-EGL.functional.sharing.gles2.multithread.simple_",
1383f6603c60Sopenharmony_ci    "egl_sync.textures.copyteximage2d_texsubimage2d_render");
1384f6603c60Sopenharmony_ci
1385f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001533, "dEQP-EGL.functional.sharing.gles2.multithread.simple_eg",
1386f6603c60Sopenharmony_ci    "l_sync.textures.copyteximage2d_copytexsubimage2d_render");
1387f6603c60Sopenharmony_ci
1388f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001534, "dEQP-EGL.functional.sharing.gles2.multithrea",
1389f6603c60Sopenharmony_ci    "d.simple_egl_sync.shaders.vtx_create_destroy");
1390f6603c60Sopenharmony_ci
1391f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001535, "dEQP-EGL.functional.sharing.gles2.multithre",
1392f6603c60Sopenharmony_ci    "ad.simple_egl_sync.shaders.vtx_shadersource");
1393f6603c60Sopenharmony_ci
1394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001536, "dEQP-EGL.functional.sharing.gles2.multit",
1395f6603c60Sopenharmony_ci    "hread.simple_egl_sync.shaders.vtx_compile");
1396f6603c60Sopenharmony_ci
1397f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001537, "dEQP-EGL.functional.sharing.gles2.multithrea",
1398f6603c60Sopenharmony_ci    "d.simple_egl_sync.shaders.frag_create_destroy");
1399f6603c60Sopenharmony_ci
1400f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001538, "dEQP-EGL.functional.sharing.gles2.multithre",
1401f6603c60Sopenharmony_ci    "ad.simple_egl_sync.shaders.frag_shadersource");
1402f6603c60Sopenharmony_ci
1403f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001539, "dEQP-EGL.functional.sharing.gles2.multith",
1404f6603c60Sopenharmony_ci    "read.simple_egl_sync.shaders.frag_compile");
1405f6603c60Sopenharmony_ci
1406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001540, "dEQP-EGL.functional.sharing.gles2.multithr",
1407f6603c60Sopenharmony_ci    "ead.simple_egl_sync.programs.create_destroy");
1408f6603c60Sopenharmony_ci
1409f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001541, "dEQP-EGL.functional.sharing.gles2.mult",
1410f6603c60Sopenharmony_ci    "ithread.simple_egl_sync.programs.attach");
1411f6603c60Sopenharmony_ci
1412f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001542, "dEQP-EGL.functional.sharing.gles2.mul",
1413f6603c60Sopenharmony_ci    "tithread.simple_egl_sync.programs.link");
1414f6603c60Sopenharmony_ci
1415f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001543, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
1416f6603c60Sopenharmony_ci    "ple_egl_sync.images.texture_source.create_destroy");
1417f6603c60Sopenharmony_ci
1418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001544, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
1419f6603c60Sopenharmony_ci    "ple_egl_sync.images.texture_source.create_texture");
1420f6603c60Sopenharmony_ci
1421f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001545, "dEQP-EGL.functional.sharing.gles2.multithread.si",
1422f6603c60Sopenharmony_ci    "mple_egl_sync.images.texture_source.texsubimage2d");
1423f6603c60Sopenharmony_ci
1424f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001546, "dEQP-EGL.functional.sharing.gles2.multithread.simp",
1425f6603c60Sopenharmony_ci    "le_egl_sync.images.texture_source.copytexsubimage2d");
1426f6603c60Sopenharmony_ci
1427f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001547, "dEQP-EGL.functional.sharing.gles2.multithread.s",
1428f6603c60Sopenharmony_ci    "imple_egl_sync.images.texture_source.teximage2d");
1429f6603c60Sopenharmony_ci
1430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001548, "dEQP-EGL.functional.sharing.gles2.multithread.sim",
1431f6603c60Sopenharmony_ci    "ple_egl_sync.images.texture_source.copyteximage2d");
1432f6603c60Sopenharmony_ci
1433f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001549, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
1434f6603c60Sopenharmony_ci    "_egl_sync.images.texture_source.create_texture_render");
1435f6603c60Sopenharmony_ci
1436f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001550, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
1437f6603c60Sopenharmony_ci    "_egl_sync.images.texture_source.texsubimage2d_render");
1438f6603c60Sopenharmony_ci
1439f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001551, "dEQP-EGL.functional.sharing.gles2.multithread.simple_e",
1440f6603c60Sopenharmony_ci    "gl_sync.images.texture_source.copytexsubimage2d_render");
1441f6603c60Sopenharmony_ci
1442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001552, "dEQP-EGL.functional.sharing.gles2.multithread.simp",
1443f6603c60Sopenharmony_ci    "le_egl_sync.images.texture_source.teximage2d_render");
1444f6603c60Sopenharmony_ci
1445f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001553, "dEQP-EGL.functional.sharing.gles2.multithread.simple",
1446f6603c60Sopenharmony_ci    "_egl_sync.images.texture_source.copyteximage2d_render");
1447f6603c60Sopenharmony_ci
1448f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001554, "dEQP-EGL.functional.sharing.gles2.multith",
1449f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.0");
1450f6603c60Sopenharmony_ci
1451f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001555, "dEQP-EGL.functional.sharing.gles2.multith",
1452f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.1");
1453f6603c60Sopenharmony_ci
1454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001556, "dEQP-EGL.functional.sharing.gles2.multith",
1455f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.2");
1456f6603c60Sopenharmony_ci
1457f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001557, "dEQP-EGL.functional.sharing.gles2.multith",
1458f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.3");
1459f6603c60Sopenharmony_ci
1460f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001558, "dEQP-EGL.functional.sharing.gles2.multith",
1461f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.4");
1462f6603c60Sopenharmony_ci
1463f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001559, "dEQP-EGL.functional.sharing.gles2.multith",
1464f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.5");
1465f6603c60Sopenharmony_ci
1466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001560, "dEQP-EGL.functional.sharing.gles2.multith",
1467f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.6");
1468f6603c60Sopenharmony_ci
1469f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001561, "dEQP-EGL.functional.sharing.gles2.multith",
1470f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.7");
1471f6603c60Sopenharmony_ci
1472f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001562, "dEQP-EGL.functional.sharing.gles2.multith",
1473f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.8");
1474f6603c60Sopenharmony_ci
1475f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001563, "dEQP-EGL.functional.sharing.gles2.multith",
1476f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.gen_delete.9");
1477f6603c60Sopenharmony_ci
1478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001564, "dEQP-EGL.functional.sharing.gles2.multithr",
1479f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.10");
1480f6603c60Sopenharmony_ci
1481f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001565, "dEQP-EGL.functional.sharing.gles2.multithr",
1482f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.11");
1483f6603c60Sopenharmony_ci
1484f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001566, "dEQP-EGL.functional.sharing.gles2.multithr",
1485f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.12");
1486f6603c60Sopenharmony_ci
1487f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001567, "dEQP-EGL.functional.sharing.gles2.multithr",
1488f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.13");
1489f6603c60Sopenharmony_ci
1490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001568, "dEQP-EGL.functional.sharing.gles2.multithr",
1491f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.14");
1492f6603c60Sopenharmony_ci
1493f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001569, "dEQP-EGL.functional.sharing.gles2.multithr",
1494f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.15");
1495f6603c60Sopenharmony_ci
1496f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001570, "dEQP-EGL.functional.sharing.gles2.multithr",
1497f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.16");
1498f6603c60Sopenharmony_ci
1499f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001571, "dEQP-EGL.functional.sharing.gles2.multithr",
1500f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.17");
1501f6603c60Sopenharmony_ci
1502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001572, "dEQP-EGL.functional.sharing.gles2.multithr",
1503f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.18");
1504f6603c60Sopenharmony_ci
1505f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001573, "dEQP-EGL.functional.sharing.gles2.multithr",
1506f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.gen_delete.19");
1507f6603c60Sopenharmony_ci
1508f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001574, "dEQP-EGL.functional.sharing.gles2.multith",
1509f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.0");
1510f6603c60Sopenharmony_ci
1511f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001575, "dEQP-EGL.functional.sharing.gles2.multith",
1512f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.1");
1513f6603c60Sopenharmony_ci
1514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001576, "dEQP-EGL.functional.sharing.gles2.multith",
1515f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.2");
1516f6603c60Sopenharmony_ci
1517f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001577, "dEQP-EGL.functional.sharing.gles2.multith",
1518f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.3");
1519f6603c60Sopenharmony_ci
1520f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001578, "dEQP-EGL.functional.sharing.gles2.multith",
1521f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.4");
1522f6603c60Sopenharmony_ci
1523f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001579, "dEQP-EGL.functional.sharing.gles2.multith",
1524f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.5");
1525f6603c60Sopenharmony_ci
1526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001580, "dEQP-EGL.functional.sharing.gles2.multith",
1527f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.6");
1528f6603c60Sopenharmony_ci
1529f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001581, "dEQP-EGL.functional.sharing.gles2.multith",
1530f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.7");
1531f6603c60Sopenharmony_ci
1532f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001582, "dEQP-EGL.functional.sharing.gles2.multith",
1533f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.8");
1534f6603c60Sopenharmony_ci
1535f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001583, "dEQP-EGL.functional.sharing.gles2.multith",
1536f6603c60Sopenharmony_ci    "read.random_egl_sync.textures.teximage2d.9");
1537f6603c60Sopenharmony_ci
1538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001584, "dEQP-EGL.functional.sharing.gles2.multithr",
1539f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.10");
1540f6603c60Sopenharmony_ci
1541f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001585, "dEQP-EGL.functional.sharing.gles2.multithr",
1542f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.11");
1543f6603c60Sopenharmony_ci
1544f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001586, "dEQP-EGL.functional.sharing.gles2.multithr",
1545f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.12");
1546f6603c60Sopenharmony_ci
1547f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001587, "dEQP-EGL.functional.sharing.gles2.multithr",
1548f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.13");
1549f6603c60Sopenharmony_ci
1550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001588, "dEQP-EGL.functional.sharing.gles2.multithr",
1551f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.14");
1552f6603c60Sopenharmony_ci
1553f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001589, "dEQP-EGL.functional.sharing.gles2.multithr",
1554f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.15");
1555f6603c60Sopenharmony_ci
1556f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001590, "dEQP-EGL.functional.sharing.gles2.multithr",
1557f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.16");
1558f6603c60Sopenharmony_ci
1559f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001591, "dEQP-EGL.functional.sharing.gles2.multithr",
1560f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.17");
1561f6603c60Sopenharmony_ci
1562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001592, "dEQP-EGL.functional.sharing.gles2.multithr",
1563f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.18");
1564f6603c60Sopenharmony_ci
1565f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001593, "dEQP-EGL.functional.sharing.gles2.multithr",
1566f6603c60Sopenharmony_ci    "ead.random_egl_sync.textures.teximage2d.19");
1567f6603c60Sopenharmony_ci
1568f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001594, "dEQP-EGL.functional.sharing.gles2.multithre",
1569f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.0");
1570f6603c60Sopenharmony_ci
1571f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001595, "dEQP-EGL.functional.sharing.gles2.multithre",
1572f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.1");
1573f6603c60Sopenharmony_ci
1574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001596, "dEQP-EGL.functional.sharing.gles2.multithre",
1575f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.2");
1576f6603c60Sopenharmony_ci
1577f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001597, "dEQP-EGL.functional.sharing.gles2.multithre",
1578f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.3");
1579f6603c60Sopenharmony_ci
1580f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001598, "dEQP-EGL.functional.sharing.gles2.multithre",
1581f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.4");
1582f6603c60Sopenharmony_ci
1583f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001599, "dEQP-EGL.functional.sharing.gles2.multithre",
1584f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.5");
1585f6603c60Sopenharmony_ci
1586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001600, "dEQP-EGL.functional.sharing.gles2.multithre",
1587f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.6");
1588f6603c60Sopenharmony_ci
1589f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001601, "dEQP-EGL.functional.sharing.gles2.multithre",
1590f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.7");
1591f6603c60Sopenharmony_ci
1592f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001602, "dEQP-EGL.functional.sharing.gles2.multithre",
1593f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.8");
1594f6603c60Sopenharmony_ci
1595f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001603, "dEQP-EGL.functional.sharing.gles2.multithre",
1596f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.9");
1597f6603c60Sopenharmony_ci
1598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001604, "dEQP-EGL.functional.sharing.gles2.multithre",
1599f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.10");
1600f6603c60Sopenharmony_ci
1601f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001605, "dEQP-EGL.functional.sharing.gles2.multithre",
1602f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.11");
1603f6603c60Sopenharmony_ci
1604f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001606, "dEQP-EGL.functional.sharing.gles2.multithre",
1605f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.12");
1606f6603c60Sopenharmony_ci
1607f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001607, "dEQP-EGL.functional.sharing.gles2.multithre",
1608f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.13");
1609f6603c60Sopenharmony_ci
1610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001608, "dEQP-EGL.functional.sharing.gles2.multithre",
1611f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.14");
1612f6603c60Sopenharmony_ci
1613f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001609, "dEQP-EGL.functional.sharing.gles2.multithre",
1614f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.15");
1615f6603c60Sopenharmony_ci
1616f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001610, "dEQP-EGL.functional.sharing.gles2.multithre",
1617f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.16");
1618f6603c60Sopenharmony_ci
1619f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001611, "dEQP-EGL.functional.sharing.gles2.multithre",
1620f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.17");
1621f6603c60Sopenharmony_ci
1622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001612, "dEQP-EGL.functional.sharing.gles2.multithre",
1623f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.18");
1624f6603c60Sopenharmony_ci
1625f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001613, "dEQP-EGL.functional.sharing.gles2.multithre",
1626f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.texsubimage2d.19");
1627f6603c60Sopenharmony_ci
1628f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001614, "dEQP-EGL.functional.sharing.gles2.multithre",
1629f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.0");
1630f6603c60Sopenharmony_ci
1631f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001615, "dEQP-EGL.functional.sharing.gles2.multithre",
1632f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.1");
1633f6603c60Sopenharmony_ci
1634f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001616, "dEQP-EGL.functional.sharing.gles2.multithre",
1635f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.2");
1636f6603c60Sopenharmony_ci
1637f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001617, "dEQP-EGL.functional.sharing.gles2.multithre",
1638f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.3");
1639f6603c60Sopenharmony_ci
1640f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001618, "dEQP-EGL.functional.sharing.gles2.multithre",
1641f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.4");
1642f6603c60Sopenharmony_ci
1643f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001619, "dEQP-EGL.functional.sharing.gles2.multithre",
1644f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.5");
1645f6603c60Sopenharmony_ci
1646f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001620, "dEQP-EGL.functional.sharing.gles2.multithre",
1647f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.6");
1648f6603c60Sopenharmony_ci
1649f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001621, "dEQP-EGL.functional.sharing.gles2.multithre",
1650f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.7");
1651f6603c60Sopenharmony_ci
1652f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001622, "dEQP-EGL.functional.sharing.gles2.multithre",
1653f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.8");
1654f6603c60Sopenharmony_ci
1655f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001623, "dEQP-EGL.functional.sharing.gles2.multithre",
1656f6603c60Sopenharmony_ci    "ad.random_egl_sync.textures.copyteximage2d.9");
1657f6603c60Sopenharmony_ci
1658f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001624, "dEQP-EGL.functional.sharing.gles2.multithrea",
1659f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.10");
1660f6603c60Sopenharmony_ci
1661f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001625, "dEQP-EGL.functional.sharing.gles2.multithrea",
1662f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.11");
1663f6603c60Sopenharmony_ci
1664f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001626, "dEQP-EGL.functional.sharing.gles2.multithrea",
1665f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.12");
1666f6603c60Sopenharmony_ci
1667f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001627, "dEQP-EGL.functional.sharing.gles2.multithrea",
1668f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.13");
1669f6603c60Sopenharmony_ci
1670f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001628, "dEQP-EGL.functional.sharing.gles2.multithrea",
1671f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.14");
1672f6603c60Sopenharmony_ci
1673f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001629, "dEQP-EGL.functional.sharing.gles2.multithrea",
1674f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.15");
1675f6603c60Sopenharmony_ci
1676f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001630, "dEQP-EGL.functional.sharing.gles2.multithrea",
1677f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.16");
1678f6603c60Sopenharmony_ci
1679f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001631, "dEQP-EGL.functional.sharing.gles2.multithrea",
1680f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.17");
1681f6603c60Sopenharmony_ci
1682f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001632, "dEQP-EGL.functional.sharing.gles2.multithrea",
1683f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.18");
1684f6603c60Sopenharmony_ci
1685f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001633, "dEQP-EGL.functional.sharing.gles2.multithrea",
1686f6603c60Sopenharmony_ci    "d.random_egl_sync.textures.copyteximage2d.19");
1687f6603c60Sopenharmony_ci
1688f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001634, "dEQP-EGL.functional.sharing.gles2.multithread",
1689f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.0");
1690f6603c60Sopenharmony_ci
1691f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001635, "dEQP-EGL.functional.sharing.gles2.multithread",
1692f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.1");
1693f6603c60Sopenharmony_ci
1694f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001636, "dEQP-EGL.functional.sharing.gles2.multithread",
1695f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.2");
1696f6603c60Sopenharmony_ci
1697f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001637, "dEQP-EGL.functional.sharing.gles2.multithread",
1698f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.3");
1699f6603c60Sopenharmony_ci
1700f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001638, "dEQP-EGL.functional.sharing.gles2.multithread",
1701f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.4");
1702f6603c60Sopenharmony_ci
1703f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001639, "dEQP-EGL.functional.sharing.gles2.multithread",
1704f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.5");
1705f6603c60Sopenharmony_ci
1706f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001640, "dEQP-EGL.functional.sharing.gles2.multithread",
1707f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.6");
1708f6603c60Sopenharmony_ci
1709f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001641, "dEQP-EGL.functional.sharing.gles2.multithread",
1710f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.7");
1711f6603c60Sopenharmony_ci
1712f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001642, "dEQP-EGL.functional.sharing.gles2.multithread",
1713f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.8");
1714f6603c60Sopenharmony_ci
1715f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001643, "dEQP-EGL.functional.sharing.gles2.multithread",
1716f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.9");
1717f6603c60Sopenharmony_ci
1718f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001644, "dEQP-EGL.functional.sharing.gles2.multithread",
1719f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.10");
1720f6603c60Sopenharmony_ci
1721f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001645, "dEQP-EGL.functional.sharing.gles2.multithread",
1722f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.11");
1723f6603c60Sopenharmony_ci
1724f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001646, "dEQP-EGL.functional.sharing.gles2.multithread",
1725f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.12");
1726f6603c60Sopenharmony_ci
1727f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001647, "dEQP-EGL.functional.sharing.gles2.multithread",
1728f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.13");
1729f6603c60Sopenharmony_ci
1730f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001648, "dEQP-EGL.functional.sharing.gles2.multithread",
1731f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.14");
1732f6603c60Sopenharmony_ci
1733f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001649, "dEQP-EGL.functional.sharing.gles2.multithread",
1734f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.15");
1735f6603c60Sopenharmony_ci
1736f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001650, "dEQP-EGL.functional.sharing.gles2.multithread",
1737f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.16");
1738f6603c60Sopenharmony_ci
1739f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001651, "dEQP-EGL.functional.sharing.gles2.multithread",
1740f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.17");
1741f6603c60Sopenharmony_ci
1742f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001652, "dEQP-EGL.functional.sharing.gles2.multithread",
1743f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.18");
1744f6603c60Sopenharmony_ci
1745f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001653, "dEQP-EGL.functional.sharing.gles2.multithread",
1746f6603c60Sopenharmony_ci    ".random_egl_sync.textures.copytexsubimage2d.19");
1747f6603c60Sopenharmony_ci
1748f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001654, "dEQP-EGL.functional.sharing.gles2.multith",
1749f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.0");
1750f6603c60Sopenharmony_ci
1751f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001655, "dEQP-EGL.functional.sharing.gles2.multith",
1752f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.1");
1753f6603c60Sopenharmony_ci
1754f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001656, "dEQP-EGL.functional.sharing.gles2.multith",
1755f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.2");
1756f6603c60Sopenharmony_ci
1757f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001657, "dEQP-EGL.functional.sharing.gles2.multith",
1758f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.3");
1759f6603c60Sopenharmony_ci
1760f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001658, "dEQP-EGL.functional.sharing.gles2.multith",
1761f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.4");
1762f6603c60Sopenharmony_ci
1763f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001659, "dEQP-EGL.functional.sharing.gles2.multith",
1764f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.5");
1765f6603c60Sopenharmony_ci
1766f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001660, "dEQP-EGL.functional.sharing.gles2.multith",
1767f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.6");
1768f6603c60Sopenharmony_ci
1769f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001661, "dEQP-EGL.functional.sharing.gles2.multith",
1770f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.7");
1771f6603c60Sopenharmony_ci
1772f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001662, "dEQP-EGL.functional.sharing.gles2.multith",
1773f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.8");
1774f6603c60Sopenharmony_ci
1775f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001663, "dEQP-EGL.functional.sharing.gles2.multith",
1776f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.9");
1777f6603c60Sopenharmony_ci
1778f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001664, "dEQP-EGL.functional.sharing.gles2.multith",
1779f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.10");
1780f6603c60Sopenharmony_ci
1781f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001665, "dEQP-EGL.functional.sharing.gles2.multith",
1782f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.11");
1783f6603c60Sopenharmony_ci
1784f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001666, "dEQP-EGL.functional.sharing.gles2.multith",
1785f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.12");
1786f6603c60Sopenharmony_ci
1787f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001667, "dEQP-EGL.functional.sharing.gles2.multith",
1788f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.13");
1789f6603c60Sopenharmony_ci
1790f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001668, "dEQP-EGL.functional.sharing.gles2.multith",
1791f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.14");
1792f6603c60Sopenharmony_ci
1793f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001669, "dEQP-EGL.functional.sharing.gles2.multith",
1794f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.15");
1795f6603c60Sopenharmony_ci
1796f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001670, "dEQP-EGL.functional.sharing.gles2.multith",
1797f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.16");
1798f6603c60Sopenharmony_ci
1799f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001671, "dEQP-EGL.functional.sharing.gles2.multith",
1800f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.17");
1801f6603c60Sopenharmony_ci
1802f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001672, "dEQP-EGL.functional.sharing.gles2.multith",
1803f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.18");
1804f6603c60Sopenharmony_ci
1805f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001673, "dEQP-EGL.functional.sharing.gles2.multith",
1806f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.gen_delete.19");
1807f6603c60Sopenharmony_ci
1808f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001674, "dEQP-EGL.functional.sharing.gles2.multith",
1809f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.0");
1810f6603c60Sopenharmony_ci
1811f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001675, "dEQP-EGL.functional.sharing.gles2.multith",
1812f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.1");
1813f6603c60Sopenharmony_ci
1814f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001676, "dEQP-EGL.functional.sharing.gles2.multith",
1815f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.2");
1816f6603c60Sopenharmony_ci
1817f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001677, "dEQP-EGL.functional.sharing.gles2.multith",
1818f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.3");
1819f6603c60Sopenharmony_ci
1820f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001678, "dEQP-EGL.functional.sharing.gles2.multith",
1821f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.4");
1822f6603c60Sopenharmony_ci
1823f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001679, "dEQP-EGL.functional.sharing.gles2.multith",
1824f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.5");
1825f6603c60Sopenharmony_ci
1826f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001680, "dEQP-EGL.functional.sharing.gles2.multith",
1827f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.6");
1828f6603c60Sopenharmony_ci
1829f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001681, "dEQP-EGL.functional.sharing.gles2.multith",
1830f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.7");
1831f6603c60Sopenharmony_ci
1832f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001682, "dEQP-EGL.functional.sharing.gles2.multith",
1833f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.8");
1834f6603c60Sopenharmony_ci
1835f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001683, "dEQP-EGL.functional.sharing.gles2.multith",
1836f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.9");
1837f6603c60Sopenharmony_ci
1838f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001684, "dEQP-EGL.functional.sharing.gles2.multith",
1839f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.10");
1840f6603c60Sopenharmony_ci
1841f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001685, "dEQP-EGL.functional.sharing.gles2.multith",
1842f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.11");
1843f6603c60Sopenharmony_ci
1844f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001686, "dEQP-EGL.functional.sharing.gles2.multith",
1845f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.12");
1846f6603c60Sopenharmony_ci
1847f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001687, "dEQP-EGL.functional.sharing.gles2.multith",
1848f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.13");
1849f6603c60Sopenharmony_ci
1850f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001688, "dEQP-EGL.functional.sharing.gles2.multith",
1851f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.14");
1852f6603c60Sopenharmony_ci
1853f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001689, "dEQP-EGL.functional.sharing.gles2.multith",
1854f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.15");
1855f6603c60Sopenharmony_ci
1856f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001690, "dEQP-EGL.functional.sharing.gles2.multith",
1857f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.16");
1858f6603c60Sopenharmony_ci
1859f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001691, "dEQP-EGL.functional.sharing.gles2.multith",
1860f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.17");
1861f6603c60Sopenharmony_ci
1862f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001692, "dEQP-EGL.functional.sharing.gles2.multith",
1863f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.18");
1864f6603c60Sopenharmony_ci
1865f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001693, "dEQP-EGL.functional.sharing.gles2.multith",
1866f6603c60Sopenharmony_ci    "read.random_egl_sync.buffers.bufferdata.19");
1867f6603c60Sopenharmony_ci
1868f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001694, "dEQP-EGL.functional.sharing.gles2.multithr",
1869f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.0");
1870f6603c60Sopenharmony_ci
1871f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001695, "dEQP-EGL.functional.sharing.gles2.multithr",
1872f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.1");
1873f6603c60Sopenharmony_ci
1874f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001696, "dEQP-EGL.functional.sharing.gles2.multithr",
1875f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.2");
1876f6603c60Sopenharmony_ci
1877f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001697, "dEQP-EGL.functional.sharing.gles2.multithr",
1878f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.3");
1879f6603c60Sopenharmony_ci
1880f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001698, "dEQP-EGL.functional.sharing.gles2.multithr",
1881f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.4");
1882f6603c60Sopenharmony_ci
1883f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001699, "dEQP-EGL.functional.sharing.gles2.multithr",
1884f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.5");
1885f6603c60Sopenharmony_ci
1886f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001700, "dEQP-EGL.functional.sharing.gles2.multithr",
1887f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.6");
1888f6603c60Sopenharmony_ci
1889f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001701, "dEQP-EGL.functional.sharing.gles2.multithr",
1890f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.7");
1891f6603c60Sopenharmony_ci
1892f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001702, "dEQP-EGL.functional.sharing.gles2.multithr",
1893f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.8");
1894f6603c60Sopenharmony_ci
1895f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001703, "dEQP-EGL.functional.sharing.gles2.multithr",
1896f6603c60Sopenharmony_ci    "ead.random_egl_sync.buffers.buffersubdata.9");
1897f6603c60Sopenharmony_ci
1898f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001704, "dEQP-EGL.functional.sharing.gles2.multithre",
1899f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.10");
1900f6603c60Sopenharmony_ci
1901f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001705, "dEQP-EGL.functional.sharing.gles2.multithre",
1902f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.11");
1903f6603c60Sopenharmony_ci
1904f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001706, "dEQP-EGL.functional.sharing.gles2.multithre",
1905f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.12");
1906f6603c60Sopenharmony_ci
1907f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001707, "dEQP-EGL.functional.sharing.gles2.multithre",
1908f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.13");
1909f6603c60Sopenharmony_ci
1910f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001708, "dEQP-EGL.functional.sharing.gles2.multithre",
1911f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.14");
1912f6603c60Sopenharmony_ci
1913f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001709, "dEQP-EGL.functional.sharing.gles2.multithre",
1914f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.15");
1915f6603c60Sopenharmony_ci
1916f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001710, "dEQP-EGL.functional.sharing.gles2.multithre",
1917f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.16");
1918f6603c60Sopenharmony_ci
1919f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001711, "dEQP-EGL.functional.sharing.gles2.multithre",
1920f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.17");
1921f6603c60Sopenharmony_ci
1922f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001712, "dEQP-EGL.functional.sharing.gles2.multithre",
1923f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.18");
1924f6603c60Sopenharmony_ci
1925f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001713, "dEQP-EGL.functional.sharing.gles2.multithre",
1926f6603c60Sopenharmony_ci    "ad.random_egl_sync.buffers.buffersubdata.19");
1927f6603c60Sopenharmony_ci
1928f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001714, "dEQP-EGL.functional.sharing.gles2.multithre",
1929f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.0");
1930f6603c60Sopenharmony_ci
1931f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001715, "dEQP-EGL.functional.sharing.gles2.multithre",
1932f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.1");
1933f6603c60Sopenharmony_ci
1934f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001716, "dEQP-EGL.functional.sharing.gles2.multithre",
1935f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.2");
1936f6603c60Sopenharmony_ci
1937f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001717, "dEQP-EGL.functional.sharing.gles2.multithre",
1938f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.3");
1939f6603c60Sopenharmony_ci
1940f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001718, "dEQP-EGL.functional.sharing.gles2.multithre",
1941f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.4");
1942f6603c60Sopenharmony_ci
1943f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001719, "dEQP-EGL.functional.sharing.gles2.multithre",
1944f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.5");
1945f6603c60Sopenharmony_ci
1946f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001720, "dEQP-EGL.functional.sharing.gles2.multithre",
1947f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.6");
1948f6603c60Sopenharmony_ci
1949f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001721, "dEQP-EGL.functional.sharing.gles2.multithre",
1950f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.7");
1951f6603c60Sopenharmony_ci
1952f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001722, "dEQP-EGL.functional.sharing.gles2.multithre",
1953f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.8");
1954f6603c60Sopenharmony_ci
1955f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001723, "dEQP-EGL.functional.sharing.gles2.multithre",
1956f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.9");
1957f6603c60Sopenharmony_ci
1958f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001724, "dEQP-EGL.functional.sharing.gles2.multithre",
1959f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.10");
1960f6603c60Sopenharmony_ci
1961f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001725, "dEQP-EGL.functional.sharing.gles2.multithre",
1962f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.11");
1963f6603c60Sopenharmony_ci
1964f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001726, "dEQP-EGL.functional.sharing.gles2.multithre",
1965f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.12");
1966f6603c60Sopenharmony_ci
1967f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001727, "dEQP-EGL.functional.sharing.gles2.multithre",
1968f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.13");
1969f6603c60Sopenharmony_ci
1970f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001728, "dEQP-EGL.functional.sharing.gles2.multithre",
1971f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.14");
1972f6603c60Sopenharmony_ci
1973f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001729, "dEQP-EGL.functional.sharing.gles2.multithre",
1974f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.15");
1975f6603c60Sopenharmony_ci
1976f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001730, "dEQP-EGL.functional.sharing.gles2.multithre",
1977f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.16");
1978f6603c60Sopenharmony_ci
1979f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001731, "dEQP-EGL.functional.sharing.gles2.multithre",
1980f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.17");
1981f6603c60Sopenharmony_ci
1982f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001732, "dEQP-EGL.functional.sharing.gles2.multithre",
1983f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.18");
1984f6603c60Sopenharmony_ci
1985f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001733, "dEQP-EGL.functional.sharing.gles2.multithre",
1986f6603c60Sopenharmony_ci    "ad.random_egl_sync.shaders.create_destroy.19");
1987f6603c60Sopenharmony_ci
1988f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001734, "dEQP-EGL.functional.sharing.gles2.multi",
1989f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.0");
1990f6603c60Sopenharmony_ci
1991f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001735, "dEQP-EGL.functional.sharing.gles2.multi",
1992f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.1");
1993f6603c60Sopenharmony_ci
1994f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001736, "dEQP-EGL.functional.sharing.gles2.multi",
1995f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.2");
1996f6603c60Sopenharmony_ci
1997f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001737, "dEQP-EGL.functional.sharing.gles2.multi",
1998f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.3");
1999f6603c60Sopenharmony_ci
2000f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001738, "dEQP-EGL.functional.sharing.gles2.multi",
2001f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.4");
2002f6603c60Sopenharmony_ci
2003f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001739, "dEQP-EGL.functional.sharing.gles2.multi",
2004f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.5");
2005f6603c60Sopenharmony_ci
2006f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001740, "dEQP-EGL.functional.sharing.gles2.multi",
2007f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.6");
2008f6603c60Sopenharmony_ci
2009f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsEgl0001TS, TC001741, "dEQP-EGL.functional.sharing.gles2.multi",
2010f6603c60Sopenharmony_ci    "thread.random_egl_sync.shaders.source.7");