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 "../Deqpgles31BaseFunc.h"
19 #include "../ActsDeqpgles310024TestSuite.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(ActsDeqpgles310024TestSuite, TestCase_023141,
27         "dEQP-GLES31.functional.program_interface_query.transf",
28         "orm_feedback_varying.type.vertex_fragment.struct.float");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023142,
31         "dEQP-GLES31.functional.program_interface_query.trans",
32         "form_feedback_varying.type.vertex_fragment.struct.int");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023143,
35         "dEQP-GLES31.functional.program_interface_query.transf",
36         "orm_feedback_varying.type.vertex_fragment.struct.uint");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023144,
39         "dEQP-GLES31.functional.program_interface_query.transf",
40         "orm_feedback_varying.type.vertex_fragment.struct.vec2");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023145,
43         "dEQP-GLES31.functional.program_interface_query.transf",
44         "orm_feedback_varying.type.vertex_fragment.struct.vec3");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023146,
47         "dEQP-GLES31.functional.program_interface_query.transf",
48         "orm_feedback_varying.type.vertex_fragment.struct.vec4");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023147,
51         "dEQP-GLES31.functional.program_interface_query.transf",
52         "orm_feedback_varying.type.vertex_fragment.struct.ivec2");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023148,
55         "dEQP-GLES31.functional.program_interface_query.transf",
56         "orm_feedback_varying.type.vertex_fragment.struct.ivec3");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023149,
59         "dEQP-GLES31.functional.program_interface_query.transf",
60         "orm_feedback_varying.type.vertex_fragment.struct.ivec4");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023150,
63         "dEQP-GLES31.functional.program_interface_query.transf",
64         "orm_feedback_varying.type.vertex_fragment.struct.uvec2");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023151,
67         "dEQP-GLES31.functional.program_interface_query.transf",
68         "orm_feedback_varying.type.vertex_fragment.struct.uvec3");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023152,
71         "dEQP-GLES31.functional.program_interface_query.transf",
72         "orm_feedback_varying.type.vertex_fragment.struct.uvec4");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023153,
75         "dEQP-GLES31.functional.program_interface_query.transf",
76         "orm_feedback_varying.type.vertex_fragment.struct.mat2");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023154,
79         "dEQP-GLES31.functional.program_interface_query.transfo",
80         "rm_feedback_varying.type.vertex_fragment.struct.mat2x3");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023155,
83         "dEQP-GLES31.functional.program_interface_query.transfo",
84         "rm_feedback_varying.type.vertex_fragment.struct.mat2x4");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023156,
87         "dEQP-GLES31.functional.program_interface_query.transfo",
88         "rm_feedback_varying.type.vertex_fragment.struct.mat3x2");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023157,
91         "dEQP-GLES31.functional.program_interface_query.transf",
92         "orm_feedback_varying.type.vertex_fragment.struct.mat3");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023158,
95         "dEQP-GLES31.functional.program_interface_query.transfo",
96         "rm_feedback_varying.type.vertex_fragment.struct.mat3x4");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023159,
99         "dEQP-GLES31.functional.program_interface_query.transfo",
100         "rm_feedback_varying.type.vertex_fragment.struct.mat4x2");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023160,
103         "dEQP-GLES31.functional.program_interface_query.transfo",
104         "rm_feedback_varying.type.vertex_fragment.struct.mat4x3");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles310024TestSuite, TestCase_023161,
107         "dEQP-GLES31.functional.program_interface_query.transf",
108         "orm_feedback_varying.type.vertex_fragment.struct.mat4");
109