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 "../Deqpgles2BaseFunc.h"
19f6603c60Sopenharmony_ci#include "../ActsDeqpgles20015TestSuite.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(ActsDeqpgles20015TestSuite, TestCase_014309,
27f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
28f6603c60Sopenharmony_ci        "lue.initial.render.basic.float_vertex");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014310,
31f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
32f6603c60Sopenharmony_ci        "ue.initial.render.basic.float_fragment");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014311,
35f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
36f6603c60Sopenharmony_ci        "alue.initial.render.basic.float_both");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014312,
39f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
40f6603c60Sopenharmony_ci        "lue.initial.render.basic.vec2_vertex");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014313,
43f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
44f6603c60Sopenharmony_ci        "ue.initial.render.basic.vec2_fragment");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014314,
47f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
48f6603c60Sopenharmony_ci        "alue.initial.render.basic.vec2_both");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014315,
51f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
52f6603c60Sopenharmony_ci        "lue.initial.render.basic.vec3_vertex");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014316,
55f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
56f6603c60Sopenharmony_ci        "ue.initial.render.basic.vec3_fragment");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014317,
59f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
60f6603c60Sopenharmony_ci        "alue.initial.render.basic.vec3_both");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014318,
63f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
64f6603c60Sopenharmony_ci        "lue.initial.render.basic.vec4_vertex");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014319,
67f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
68f6603c60Sopenharmony_ci        "ue.initial.render.basic.vec4_fragment");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014320,
71f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
72f6603c60Sopenharmony_ci        "alue.initial.render.basic.vec4_both");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014321,
75f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
76f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat2_vertex");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014322,
79f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
80f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat2_fragment");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014323,
83f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
84f6603c60Sopenharmony_ci        "alue.initial.render.basic.mat2_both");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014324,
87f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
88f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat3_vertex");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014325,
91f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
92f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat3_fragment");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014326,
95f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
96f6603c60Sopenharmony_ci        "alue.initial.render.basic.mat3_both");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014327,
99f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
100f6603c60Sopenharmony_ci        "lue.initial.render.basic.mat4_vertex");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014328,
103f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
104f6603c60Sopenharmony_ci        "ue.initial.render.basic.mat4_fragment");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014329,
107f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
108f6603c60Sopenharmony_ci        "alue.initial.render.basic.mat4_both");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014330,
111f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
112f6603c60Sopenharmony_ci        "alue.initial.render.basic.int_vertex");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014331,
115f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
116f6603c60Sopenharmony_ci        "lue.initial.render.basic.int_fragment");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014332,
119f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.",
120f6603c60Sopenharmony_ci        "value.initial.render.basic.int_both");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014333,
123f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
124f6603c60Sopenharmony_ci        "lue.initial.render.basic.ivec2_vertex");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014334,
127f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
128f6603c60Sopenharmony_ci        "ue.initial.render.basic.ivec2_fragment");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014335,
131f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
132f6603c60Sopenharmony_ci        "alue.initial.render.basic.ivec2_both");
133f6603c60Sopenharmony_ci
134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014336,
135f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
136f6603c60Sopenharmony_ci        "lue.initial.render.basic.ivec3_vertex");
137f6603c60Sopenharmony_ci
138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014337,
139f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
140f6603c60Sopenharmony_ci        "ue.initial.render.basic.ivec3_fragment");
141f6603c60Sopenharmony_ci
142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014338,
143f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
144f6603c60Sopenharmony_ci        "alue.initial.render.basic.ivec3_both");
145f6603c60Sopenharmony_ci
146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014339,
147f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
148f6603c60Sopenharmony_ci        "lue.initial.render.basic.ivec4_vertex");
149f6603c60Sopenharmony_ci
150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014340,
151f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
152f6603c60Sopenharmony_ci        "ue.initial.render.basic.ivec4_fragment");
153f6603c60Sopenharmony_ci
154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014341,
155f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
156f6603c60Sopenharmony_ci        "alue.initial.render.basic.ivec4_both");
157f6603c60Sopenharmony_ci
158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014342,
159f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
160f6603c60Sopenharmony_ci        "lue.initial.render.basic.bool_vertex");
161f6603c60Sopenharmony_ci
162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014343,
163f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
164f6603c60Sopenharmony_ci        "ue.initial.render.basic.bool_fragment");
165f6603c60Sopenharmony_ci
166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014344,
167f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
168f6603c60Sopenharmony_ci        "alue.initial.render.basic.bool_both");
169f6603c60Sopenharmony_ci
170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014345,
171f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
172f6603c60Sopenharmony_ci        "lue.initial.render.basic.bvec2_vertex");
173f6603c60Sopenharmony_ci
174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014346,
175f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
176f6603c60Sopenharmony_ci        "ue.initial.render.basic.bvec2_fragment");
177f6603c60Sopenharmony_ci
178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014347,
179f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
180f6603c60Sopenharmony_ci        "alue.initial.render.basic.bvec2_both");
181f6603c60Sopenharmony_ci
182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014348,
183f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
184f6603c60Sopenharmony_ci        "lue.initial.render.basic.bvec3_vertex");
185f6603c60Sopenharmony_ci
186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014349,
187f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
188f6603c60Sopenharmony_ci        "ue.initial.render.basic.bvec3_fragment");
189f6603c60Sopenharmony_ci
190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014350,
191f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
192f6603c60Sopenharmony_ci        "alue.initial.render.basic.bvec3_both");
193f6603c60Sopenharmony_ci
194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014351,
195f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.va",
196f6603c60Sopenharmony_ci        "lue.initial.render.basic.bvec4_vertex");
197f6603c60Sopenharmony_ci
198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014352,
199f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
200f6603c60Sopenharmony_ci        "ue.initial.render.basic.bvec4_fragment");
201f6603c60Sopenharmony_ci
202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014353,
203f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.v",
204f6603c60Sopenharmony_ci        "alue.initial.render.basic.bvec4_both");
205f6603c60Sopenharmony_ci
206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014354,
207f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.valu",
208f6603c60Sopenharmony_ci        "e.initial.render.basic.sampler2D_vertex");
209f6603c60Sopenharmony_ci
210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014355,
211f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value",
212f6603c60Sopenharmony_ci        ".initial.render.basic.sampler2D_fragment");
213f6603c60Sopenharmony_ci
214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014356,
215f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.val",
216f6603c60Sopenharmony_ci        "ue.initial.render.basic.sampler2D_both");
217f6603c60Sopenharmony_ci
218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014357,
219f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value",
220f6603c60Sopenharmony_ci        ".initial.render.basic.samplerCube_vertex");
221f6603c60Sopenharmony_ci
222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014358,
223f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
224f6603c60Sopenharmony_ci        "initial.render.basic.samplerCube_fragment");
225f6603c60Sopenharmony_ci
226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014359,
227f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.valu",
228f6603c60Sopenharmony_ci        "e.initial.render.basic.samplerCube_both");
229f6603c60Sopenharmony_ci
230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014629,
231f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
232f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.float_vertex");
233f6603c60Sopenharmony_ci
234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014630,
235f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
236f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.float_fragment");
237f6603c60Sopenharmony_ci
238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014631,
239f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
240f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.float_both");
241f6603c60Sopenharmony_ci
242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014632,
243f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
244f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.vec2_vertex");
245f6603c60Sopenharmony_ci
246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014633,
247f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
248f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.vec2_fragment");
249f6603c60Sopenharmony_ci
250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014634,
251f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
252f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.vec2_both");
253f6603c60Sopenharmony_ci
254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014635,
255f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
256f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.vec3_vertex");
257f6603c60Sopenharmony_ci
258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014636,
259f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
260f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.vec3_fragment");
261f6603c60Sopenharmony_ci
262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014637,
263f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
264f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.vec3_both");
265f6603c60Sopenharmony_ci
266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014638,
267f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
268f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.vec4_vertex");
269f6603c60Sopenharmony_ci
270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014639,
271f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
272f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.vec4_fragment");
273f6603c60Sopenharmony_ci
274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014640,
275f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
276f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.vec4_both");
277f6603c60Sopenharmony_ci
278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014641,
279f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
280f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat2_vertex");
281f6603c60Sopenharmony_ci
282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014642,
283f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
284f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat2_fragment");
285f6603c60Sopenharmony_ci
286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014643,
287f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
288f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.mat2_both");
289f6603c60Sopenharmony_ci
290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014644,
291f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
292f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat3_vertex");
293f6603c60Sopenharmony_ci
294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014645,
295f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
296f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat3_fragment");
297f6603c60Sopenharmony_ci
298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014646,
299f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
300f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.mat3_both");
301f6603c60Sopenharmony_ci
302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014647,
303f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
304f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.mat4_vertex");
305f6603c60Sopenharmony_ci
306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014648,
307f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
308f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.mat4_fragment");
309f6603c60Sopenharmony_ci
310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014649,
311f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
312f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.mat4_both");
313f6603c60Sopenharmony_ci
314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014650,
315f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
316f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.int_vertex");
317f6603c60Sopenharmony_ci
318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014651,
319f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
320f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.int_fragment");
321f6603c60Sopenharmony_ci
322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014652,
323f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
324f6603c60Sopenharmony_ci        "assigned.by_pointer.render.basic.int_both");
325f6603c60Sopenharmony_ci
326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014653,
327f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
328f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.ivec2_vertex");
329f6603c60Sopenharmony_ci
330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014654,
331f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
332f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.ivec2_fragment");
333f6603c60Sopenharmony_ci
334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014655,
335f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
336f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.ivec2_both");
337f6603c60Sopenharmony_ci
338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014656,
339f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
340f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.ivec3_vertex");
341f6603c60Sopenharmony_ci
342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014657,
343f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
344f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.ivec3_fragment");
345f6603c60Sopenharmony_ci
346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014658,
347f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
348f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.ivec3_both");
349f6603c60Sopenharmony_ci
350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014659,
351f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
352f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.ivec4_vertex");
353f6603c60Sopenharmony_ci
354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014660,
355f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
356f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.ivec4_fragment");
357f6603c60Sopenharmony_ci
358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014661,
359f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
360f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.ivec4_both");
361f6603c60Sopenharmony_ci
362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014662,
363f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
364f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bool_vertex");
365f6603c60Sopenharmony_ci
366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014663,
367f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
368f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bool_fragment");
369f6603c60Sopenharmony_ci
370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014664,
371f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
372f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bool_both");
373f6603c60Sopenharmony_ci
374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014665,
375f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
376f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bvec2_vertex");
377f6603c60Sopenharmony_ci
378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014666,
379f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
380f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bvec2_fragment");
381f6603c60Sopenharmony_ci
382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014667,
383f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
384f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bvec2_both");
385f6603c60Sopenharmony_ci
386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014668,
387f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
388f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bvec3_vertex");
389f6603c60Sopenharmony_ci
390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014669,
391f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
392f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bvec3_fragment");
393f6603c60Sopenharmony_ci
394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014670,
395f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
396f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bvec3_both");
397f6603c60Sopenharmony_ci
398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014671,
399f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
400f6603c60Sopenharmony_ci        "signed.by_pointer.render.basic.bvec4_vertex");
401f6603c60Sopenharmony_ci
402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014672,
403f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
404f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.bvec4_fragment");
405f6603c60Sopenharmony_ci
406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014673,
407f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
408f6603c60Sopenharmony_ci        "ssigned.by_pointer.render.basic.bvec4_both");
409f6603c60Sopenharmony_ci
410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014674,
411f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assi",
412f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.sampler2D_vertex");
413f6603c60Sopenharmony_ci
414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014675,
415f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assig",
416f6603c60Sopenharmony_ci        "ned.by_pointer.render.basic.sampler2D_fragment");
417f6603c60Sopenharmony_ci
418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014676,
419f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
420f6603c60Sopenharmony_ci        "igned.by_pointer.render.basic.sampler2D_both");
421f6603c60Sopenharmony_ci
422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014677,
423f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assig",
424f6603c60Sopenharmony_ci        "ned.by_pointer.render.basic.samplerCube_vertex");
425f6603c60Sopenharmony_ci
426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014678,
427f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assign",
428f6603c60Sopenharmony_ci        "ed.by_pointer.render.basic.samplerCube_fragment");
429f6603c60Sopenharmony_ci
430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014679,
431f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assi",
432f6603c60Sopenharmony_ci        "gned.by_pointer.render.basic.samplerCube_both");
433f6603c60Sopenharmony_ci
434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014933,
435f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
436f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.float_vertex");
437f6603c60Sopenharmony_ci
438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014934,
439f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
440f6603c60Sopenharmony_ci        "signed.by_value.render.basic.float_fragment");
441f6603c60Sopenharmony_ci
442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014935,
443f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
444f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.float_both");
445f6603c60Sopenharmony_ci
446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014936,
447f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
448f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.vec2_vertex");
449f6603c60Sopenharmony_ci
450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014937,
451f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
452f6603c60Sopenharmony_ci        "signed.by_value.render.basic.vec2_fragment");
453f6603c60Sopenharmony_ci
454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014938,
455f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
456f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.vec2_both");
457f6603c60Sopenharmony_ci
458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014939,
459f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
460f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.vec3_vertex");
461f6603c60Sopenharmony_ci
462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014940,
463f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
464f6603c60Sopenharmony_ci        "signed.by_value.render.basic.vec3_fragment");
465f6603c60Sopenharmony_ci
466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014941,
467f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
468f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.vec3_both");
469f6603c60Sopenharmony_ci
470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014942,
471f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
472f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.vec4_vertex");
473f6603c60Sopenharmony_ci
474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014943,
475f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
476f6603c60Sopenharmony_ci        "signed.by_value.render.basic.vec4_fragment");
477f6603c60Sopenharmony_ci
478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014944,
479f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
480f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.vec4_both");
481f6603c60Sopenharmony_ci
482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014945,
483f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
484f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.int_vertex");
485f6603c60Sopenharmony_ci
486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014946,
487f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
488f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.int_fragment");
489f6603c60Sopenharmony_ci
490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014947,
491f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value",
492f6603c60Sopenharmony_ci        ".assigned.by_value.render.basic.int_both");
493f6603c60Sopenharmony_ci
494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014948,
495f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
496f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.ivec2_vertex");
497f6603c60Sopenharmony_ci
498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014949,
499f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
500f6603c60Sopenharmony_ci        "signed.by_value.render.basic.ivec2_fragment");
501f6603c60Sopenharmony_ci
502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014950,
503f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
504f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.ivec2_both");
505f6603c60Sopenharmony_ci
506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014951,
507f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
508f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.ivec3_vertex");
509f6603c60Sopenharmony_ci
510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014952,
511f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
512f6603c60Sopenharmony_ci        "signed.by_value.render.basic.ivec3_fragment");
513f6603c60Sopenharmony_ci
514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014953,
515f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
516f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.ivec3_both");
517f6603c60Sopenharmony_ci
518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014954,
519f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
520f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.ivec4_vertex");
521f6603c60Sopenharmony_ci
522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014955,
523f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
524f6603c60Sopenharmony_ci        "signed.by_value.render.basic.ivec4_fragment");
525f6603c60Sopenharmony_ci
526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014956,
527f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
528f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.ivec4_both");
529f6603c60Sopenharmony_ci
530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014957,
531f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
532f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bool_vertex");
533f6603c60Sopenharmony_ci
534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014958,
535f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
536f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bool_fragment");
537f6603c60Sopenharmony_ci
538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014959,
539f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
540f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bool_both");
541f6603c60Sopenharmony_ci
542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014960,
543f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
544f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bvec2_vertex");
545f6603c60Sopenharmony_ci
546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014961,
547f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
548f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bvec2_fragment");
549f6603c60Sopenharmony_ci
550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014962,
551f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
552f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bvec2_both");
553f6603c60Sopenharmony_ci
554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014963,
555f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
556f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bvec3_vertex");
557f6603c60Sopenharmony_ci
558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014964,
559f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
560f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bvec3_fragment");
561f6603c60Sopenharmony_ci
562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014965,
563f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
564f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bvec3_both");
565f6603c60Sopenharmony_ci
566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014966,
567f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.a",
568f6603c60Sopenharmony_ci        "ssigned.by_value.render.basic.bvec4_vertex");
569f6603c60Sopenharmony_ci
570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014967,
571f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
572f6603c60Sopenharmony_ci        "signed.by_value.render.basic.bvec4_fragment");
573f6603c60Sopenharmony_ci
574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014968,
575f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.",
576f6603c60Sopenharmony_ci        "assigned.by_value.render.basic.bvec4_both");
577f6603c60Sopenharmony_ci
578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014969,
579f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
580f6603c60Sopenharmony_ci        "igned.by_value.render.basic.sampler2D_vertex");
581f6603c60Sopenharmony_ci
582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014970,
583f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assi",
584f6603c60Sopenharmony_ci        "gned.by_value.render.basic.sampler2D_fragment");
585f6603c60Sopenharmony_ci
586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014971,
587f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.as",
588f6603c60Sopenharmony_ci        "signed.by_value.render.basic.sampler2D_both");
589f6603c60Sopenharmony_ci
590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014972,
591f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assi",
592f6603c60Sopenharmony_ci        "gned.by_value.render.basic.samplerCube_vertex");
593f6603c60Sopenharmony_ci
594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014973,
595f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.assig",
596f6603c60Sopenharmony_ci        "ned.by_value.render.basic.samplerCube_fragment");
597f6603c60Sopenharmony_ci
598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20015TestSuite, TestCase_014974,
599f6603c60Sopenharmony_ci        "dEQP-GLES2.functional.uniform_api.value.ass",
600f6603c60Sopenharmony_ci        "igned.by_value.render.basic.samplerCube_both");
601