1 /*
2  * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 #include <climits>
17 #include <gtest/gtest.h>
18 #include "../Deqpgles2BaseFunc.h"
19 #include "../ActsDeqpgles20007TestSuite.h"
20 #include "shrinkdefine.h"
21 
22 using namespace std;
23 using namespace testing::ext;
24 using namespace OHOS;
25 
26 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006989,
27         "dEQP-GLES2.functional.shaders.matr",
28         "ix.sub.const_lowp_mat2_float_vertex");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006990,
31         "dEQP-GLES2.functional.shaders.matri",
32         "x.sub.const_lowp_mat2_float_fragment");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006991,
35         "dEQP-GLES2.functional.shaders.matr",
36         "ix.sub.const_lowp_mat2_mat2_vertex");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006992,
39         "dEQP-GLES2.functional.shaders.matri",
40         "x.sub.const_lowp_mat2_mat2_fragment");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006993,
43         "dEQP-GLES2.functional.shaders.matrix",
44         ".sub.const_mediump_mat2_float_vertex");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006994,
47         "dEQP-GLES2.functional.shaders.matrix.",
48         "sub.const_mediump_mat2_float_fragment");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006995,
51         "dEQP-GLES2.functional.shaders.matri",
52         "x.sub.const_mediump_mat2_mat2_vertex");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006996,
55         "dEQP-GLES2.functional.shaders.matrix",
56         ".sub.const_mediump_mat2_mat2_fragment");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006997,
59         "dEQP-GLES2.functional.shaders.matri",
60         "x.sub.const_highp_mat2_float_vertex");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006998,
63         "dEQP-GLES2.functional.shaders.matrix",
64         ".sub.const_highp_mat2_float_fragment");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006999,
67         "dEQP-GLES2.functional.shaders.matr",
68         "ix.sub.const_highp_mat2_mat2_vertex");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007000,
71         "dEQP-GLES2.functional.shaders.matri",
72         "x.sub.const_highp_mat2_mat2_fragment");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007001,
75         "dEQP-GLES2.functional.shaders.matr",
76         "ix.sub.const_lowp_mat3_float_vertex");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007002,
79         "dEQP-GLES2.functional.shaders.matri",
80         "x.sub.const_lowp_mat3_float_fragment");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007003,
83         "dEQP-GLES2.functional.shaders.matr",
84         "ix.sub.const_lowp_mat3_mat3_vertex");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007004,
87         "dEQP-GLES2.functional.shaders.matri",
88         "x.sub.const_lowp_mat3_mat3_fragment");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007005,
91         "dEQP-GLES2.functional.shaders.matrix",
92         ".sub.const_mediump_mat3_float_vertex");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007006,
95         "dEQP-GLES2.functional.shaders.matrix.",
96         "sub.const_mediump_mat3_float_fragment");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007007,
99         "dEQP-GLES2.functional.shaders.matri",
100         "x.sub.const_mediump_mat3_mat3_vertex");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007008,
103         "dEQP-GLES2.functional.shaders.matrix",
104         ".sub.const_mediump_mat3_mat3_fragment");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007009,
107         "dEQP-GLES2.functional.shaders.matri",
108         "x.sub.const_highp_mat3_float_vertex");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007010,
111         "dEQP-GLES2.functional.shaders.matrix",
112         ".sub.const_highp_mat3_float_fragment");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007011,
115         "dEQP-GLES2.functional.shaders.matr",
116         "ix.sub.const_highp_mat3_mat3_vertex");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007012,
119         "dEQP-GLES2.functional.shaders.matri",
120         "x.sub.const_highp_mat3_mat3_fragment");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007013,
123         "dEQP-GLES2.functional.shaders.matr",
124         "ix.sub.const_lowp_mat4_float_vertex");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007014,
127         "dEQP-GLES2.functional.shaders.matri",
128         "x.sub.const_lowp_mat4_float_fragment");
129 
130 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007015,
131         "dEQP-GLES2.functional.shaders.matr",
132         "ix.sub.const_lowp_mat4_mat4_vertex");
133 
134 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007016,
135         "dEQP-GLES2.functional.shaders.matri",
136         "x.sub.const_lowp_mat4_mat4_fragment");
137 
138 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007017,
139         "dEQP-GLES2.functional.shaders.matrix",
140         ".sub.const_mediump_mat4_float_vertex");
141 
142 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007018,
143         "dEQP-GLES2.functional.shaders.matrix.",
144         "sub.const_mediump_mat4_float_fragment");
145 
146 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007019,
147         "dEQP-GLES2.functional.shaders.matri",
148         "x.sub.const_mediump_mat4_mat4_vertex");
149 
150 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007020,
151         "dEQP-GLES2.functional.shaders.matrix",
152         ".sub.const_mediump_mat4_mat4_fragment");
153 
154 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007021,
155         "dEQP-GLES2.functional.shaders.matri",
156         "x.sub.const_highp_mat4_float_vertex");
157 
158 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007022,
159         "dEQP-GLES2.functional.shaders.matrix",
160         ".sub.const_highp_mat4_float_fragment");
161 
162 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007023,
163         "dEQP-GLES2.functional.shaders.matr",
164         "ix.sub.const_highp_mat4_mat4_vertex");
165 
166 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007024,
167         "dEQP-GLES2.functional.shaders.matri",
168         "x.sub.const_highp_mat4_mat4_fragment");
169 
170 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007025,
171         "dEQP-GLES2.functional.shaders.matri",
172         "x.sub.uniform_lowp_mat2_float_vertex");
173 
174 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007026,
175         "dEQP-GLES2.functional.shaders.matrix",
176         ".sub.uniform_lowp_mat2_float_fragment");
177 
178 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007027,
179         "dEQP-GLES2.functional.shaders.matri",
180         "x.sub.uniform_lowp_mat2_mat2_vertex");
181 
182 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007028,
183         "dEQP-GLES2.functional.shaders.matrix",
184         ".sub.uniform_lowp_mat2_mat2_fragment");
185 
186 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007029,
187         "dEQP-GLES2.functional.shaders.matrix.",
188         "sub.uniform_mediump_mat2_float_vertex");
189 
190 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007030,
191         "dEQP-GLES2.functional.shaders.matrix.s",
192         "ub.uniform_mediump_mat2_float_fragment");
193 
194 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007031,
195         "dEQP-GLES2.functional.shaders.matrix",
196         ".sub.uniform_mediump_mat2_mat2_vertex");
197 
198 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007032,
199         "dEQP-GLES2.functional.shaders.matrix.",
200         "sub.uniform_mediump_mat2_mat2_fragment");
201 
202 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007033,
203         "dEQP-GLES2.functional.shaders.matrix",
204         ".sub.uniform_highp_mat2_float_vertex");
205 
206 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007034,
207         "dEQP-GLES2.functional.shaders.matrix.",
208         "sub.uniform_highp_mat2_float_fragment");
209 
210 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007035,
211         "dEQP-GLES2.functional.shaders.matri",
212         "x.sub.uniform_highp_mat2_mat2_vertex");
213 
214 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007036,
215         "dEQP-GLES2.functional.shaders.matrix",
216         ".sub.uniform_highp_mat2_mat2_fragment");
217 
218 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007037,
219         "dEQP-GLES2.functional.shaders.matri",
220         "x.sub.uniform_lowp_mat3_float_vertex");
221 
222 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007038,
223         "dEQP-GLES2.functional.shaders.matrix",
224         ".sub.uniform_lowp_mat3_float_fragment");
225 
226 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007039,
227         "dEQP-GLES2.functional.shaders.matri",
228         "x.sub.uniform_lowp_mat3_mat3_vertex");
229 
230 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007040,
231         "dEQP-GLES2.functional.shaders.matrix",
232         ".sub.uniform_lowp_mat3_mat3_fragment");
233 
234 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007041,
235         "dEQP-GLES2.functional.shaders.matrix.",
236         "sub.uniform_mediump_mat3_float_vertex");
237 
238 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007042,
239         "dEQP-GLES2.functional.shaders.matrix.s",
240         "ub.uniform_mediump_mat3_float_fragment");
241 
242 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007043,
243         "dEQP-GLES2.functional.shaders.matrix",
244         ".sub.uniform_mediump_mat3_mat3_vertex");
245 
246 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007044,
247         "dEQP-GLES2.functional.shaders.matrix.",
248         "sub.uniform_mediump_mat3_mat3_fragment");
249 
250 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007045,
251         "dEQP-GLES2.functional.shaders.matrix",
252         ".sub.uniform_highp_mat3_float_vertex");
253 
254 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007046,
255         "dEQP-GLES2.functional.shaders.matrix.",
256         "sub.uniform_highp_mat3_float_fragment");
257 
258 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007047,
259         "dEQP-GLES2.functional.shaders.matri",
260         "x.sub.uniform_highp_mat3_mat3_vertex");
261 
262 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007048,
263         "dEQP-GLES2.functional.shaders.matrix",
264         ".sub.uniform_highp_mat3_mat3_fragment");
265 
266 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007049,
267         "dEQP-GLES2.functional.shaders.matri",
268         "x.sub.uniform_lowp_mat4_float_vertex");
269 
270 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007050,
271         "dEQP-GLES2.functional.shaders.matrix",
272         ".sub.uniform_lowp_mat4_float_fragment");
273 
274 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007051,
275         "dEQP-GLES2.functional.shaders.matri",
276         "x.sub.uniform_lowp_mat4_mat4_vertex");
277 
278 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007052,
279         "dEQP-GLES2.functional.shaders.matrix",
280         ".sub.uniform_lowp_mat4_mat4_fragment");
281 
282 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007053,
283         "dEQP-GLES2.functional.shaders.matrix.",
284         "sub.uniform_mediump_mat4_float_vertex");
285 
286 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007054,
287         "dEQP-GLES2.functional.shaders.matrix.s",
288         "ub.uniform_mediump_mat4_float_fragment");
289 
290 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007055,
291         "dEQP-GLES2.functional.shaders.matrix",
292         ".sub.uniform_mediump_mat4_mat4_vertex");
293 
294 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007056,
295         "dEQP-GLES2.functional.shaders.matrix.",
296         "sub.uniform_mediump_mat4_mat4_fragment");
297 
298 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007057,
299         "dEQP-GLES2.functional.shaders.matrix",
300         ".sub.uniform_highp_mat4_float_vertex");
301 
302 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007058,
303         "dEQP-GLES2.functional.shaders.matrix.",
304         "sub.uniform_highp_mat4_float_fragment");
305 
306 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007059,
307         "dEQP-GLES2.functional.shaders.matri",
308         "x.sub.uniform_highp_mat4_mat4_vertex");
309 
310 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007060,
311         "dEQP-GLES2.functional.shaders.matrix",
312         ".sub.uniform_highp_mat4_mat4_fragment");
313 
314 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007061,
315         "dEQP-GLES2.functional.shaders.matri",
316         "x.sub.dynamic_lowp_mat2_float_vertex");
317 
318 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007062,
319         "dEQP-GLES2.functional.shaders.matrix",
320         ".sub.dynamic_lowp_mat2_float_fragment");
321 
322 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007063,
323         "dEQP-GLES2.functional.shaders.matri",
324         "x.sub.dynamic_lowp_mat2_mat2_vertex");
325 
326 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007064,
327         "dEQP-GLES2.functional.shaders.matrix",
328         ".sub.dynamic_lowp_mat2_mat2_fragment");
329 
330 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007065,
331         "dEQP-GLES2.functional.shaders.matrix.",
332         "sub.dynamic_mediump_mat2_float_vertex");
333 
334 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007066,
335         "dEQP-GLES2.functional.shaders.matrix.s",
336         "ub.dynamic_mediump_mat2_float_fragment");
337 
338 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007067,
339         "dEQP-GLES2.functional.shaders.matrix",
340         ".sub.dynamic_mediump_mat2_mat2_vertex");
341 
342 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007068,
343         "dEQP-GLES2.functional.shaders.matrix.",
344         "sub.dynamic_mediump_mat2_mat2_fragment");
345 
346 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007069,
347         "dEQP-GLES2.functional.shaders.matrix",
348         ".sub.dynamic_highp_mat2_float_vertex");
349 
350 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007070,
351         "dEQP-GLES2.functional.shaders.matrix.",
352         "sub.dynamic_highp_mat2_float_fragment");
353 
354 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007071,
355         "dEQP-GLES2.functional.shaders.matri",
356         "x.sub.dynamic_highp_mat2_mat2_vertex");
357 
358 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007072,
359         "dEQP-GLES2.functional.shaders.matrix",
360         ".sub.dynamic_highp_mat2_mat2_fragment");
361 
362 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007073,
363         "dEQP-GLES2.functional.shaders.matri",
364         "x.sub.dynamic_lowp_mat3_float_vertex");
365 
366 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007074,
367         "dEQP-GLES2.functional.shaders.matrix",
368         ".sub.dynamic_lowp_mat3_float_fragment");
369 
370 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007075,
371         "dEQP-GLES2.functional.shaders.matri",
372         "x.sub.dynamic_lowp_mat3_mat3_vertex");
373 
374 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007076,
375         "dEQP-GLES2.functional.shaders.matrix",
376         ".sub.dynamic_lowp_mat3_mat3_fragment");
377 
378 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007077,
379         "dEQP-GLES2.functional.shaders.matrix.",
380         "sub.dynamic_mediump_mat3_float_vertex");
381 
382 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007078,
383         "dEQP-GLES2.functional.shaders.matrix.s",
384         "ub.dynamic_mediump_mat3_float_fragment");
385 
386 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007079,
387         "dEQP-GLES2.functional.shaders.matrix",
388         ".sub.dynamic_mediump_mat3_mat3_vertex");
389 
390 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007080,
391         "dEQP-GLES2.functional.shaders.matrix.",
392         "sub.dynamic_mediump_mat3_mat3_fragment");
393 
394 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007081,
395         "dEQP-GLES2.functional.shaders.matrix",
396         ".sub.dynamic_highp_mat3_float_vertex");
397 
398 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007082,
399         "dEQP-GLES2.functional.shaders.matrix.",
400         "sub.dynamic_highp_mat3_float_fragment");
401 
402 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007083,
403         "dEQP-GLES2.functional.shaders.matri",
404         "x.sub.dynamic_highp_mat3_mat3_vertex");
405 
406 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007084,
407         "dEQP-GLES2.functional.shaders.matrix",
408         ".sub.dynamic_highp_mat3_mat3_fragment");
409 
410 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007085,
411         "dEQP-GLES2.functional.shaders.matri",
412         "x.sub.dynamic_lowp_mat4_float_vertex");
413 
414 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007086,
415         "dEQP-GLES2.functional.shaders.matrix",
416         ".sub.dynamic_lowp_mat4_float_fragment");
417 
418 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007087,
419         "dEQP-GLES2.functional.shaders.matri",
420         "x.sub.dynamic_lowp_mat4_mat4_vertex");
421 
422 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007088,
423         "dEQP-GLES2.functional.shaders.matrix",
424         ".sub.dynamic_lowp_mat4_mat4_fragment");
425 
426 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007089,
427         "dEQP-GLES2.functional.shaders.matrix.",
428         "sub.dynamic_mediump_mat4_float_vertex");
429 
430 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007090,
431         "dEQP-GLES2.functional.shaders.matrix.s",
432         "ub.dynamic_mediump_mat4_float_fragment");
433 
434 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007091,
435         "dEQP-GLES2.functional.shaders.matrix",
436         ".sub.dynamic_mediump_mat4_mat4_vertex");
437 
438 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007092,
439         "dEQP-GLES2.functional.shaders.matrix.",
440         "sub.dynamic_mediump_mat4_mat4_fragment");
441 
442 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007093,
443         "dEQP-GLES2.functional.shaders.matrix",
444         ".sub.dynamic_highp_mat4_float_vertex");
445 
446 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007094,
447         "dEQP-GLES2.functional.shaders.matrix.",
448         "sub.dynamic_highp_mat4_float_fragment");
449 
450 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007095,
451         "dEQP-GLES2.functional.shaders.matri",
452         "x.sub.dynamic_highp_mat4_mat4_vertex");
453 
454 static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007096,
455         "dEQP-GLES2.functional.shaders.matrix",
456         ".sub.dynamic_highp_mat4_mat4_fragment");
457