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 "../ActsDeqpgles20001TestSuite.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(ActsDeqpgles20001TestSuite, TestCase_000113,
27         "dEQP-GLES2.function",
28         "al.light_amount.none");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000114,
31         "dEQP-GLES2.function",
32         "al.light_amount.1dir");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000115,
35         "dEQP-GLES2.function",
36         "al.light_amount.2dir");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000116,
39         "dEQP-GLES2.function",
40         "al.light_amount.4dir");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000117,
43         "dEQP-GLES2.function",
44         "al.light_amount.6dir");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000118,
47         "dEQP-GLES2.function",
48         "al.light_amount.8dir");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000119,
51         "dEQP-GLES2.functiona",
52         "l.light_amount.10dir");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000120,
55         "dEQP-GLES2.functiona",
56         "l.light_amount.12dir");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000121,
59         "dEQP-GLES2.functiona",
60         "l.light_amount.14dir");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000122,
63         "dEQP-GLES2.functiona",
64         "l.light_amount.16dir");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000123,
67         "dEQP-GLES2.functiona",
68         "l.light_amount.1omni");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000124,
71         "dEQP-GLES2.functiona",
72         "l.light_amount.2omni");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000125,
75         "dEQP-GLES2.functiona",
76         "l.light_amount.4omni");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000126,
79         "dEQP-GLES2.functiona",
80         "l.light_amount.6omni");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000127,
83         "dEQP-GLES2.functiona",
84         "l.light_amount.8omni");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000128,
87         "dEQP-GLES2.functiona",
88         "l.light_amount.10omni");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000129,
91         "dEQP-GLES2.functiona",
92         "l.light_amount.12omni");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000130,
95         "dEQP-GLES2.functiona",
96         "l.light_amount.14omni");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000131,
99         "dEQP-GLES2.functiona",
100         "l.light_amount.16omni");
101