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 "../ActsDeqpgles310018TestSuite.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(ActsDeqpgles310018TestSuite, TestCase_017569,
27         "dEQP-GLES31.functional.blend_e",
28         "quation_advanced.basic.multiply");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017570,
31         "dEQP-GLES31.functional.blend_",
32         "equation_advanced.basic.screen");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017571,
35         "dEQP-GLES31.functional.blend_e",
36         "quation_advanced.basic.overlay");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017572,
39         "dEQP-GLES31.functional.blend_",
40         "equation_advanced.basic.darken");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017573,
43         "dEQP-GLES31.functional.blend_e",
44         "quation_advanced.basic.lighten");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017574,
47         "dEQP-GLES31.functional.blend_eq",
48         "uation_advanced.basic.colordodge");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017575,
51         "dEQP-GLES31.functional.blend_eq",
52         "uation_advanced.basic.colorburn");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017576,
55         "dEQP-GLES31.functional.blend_eq",
56         "uation_advanced.basic.hardlight");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017577,
59         "dEQP-GLES31.functional.blend_eq",
60         "uation_advanced.basic.softlight");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017578,
63         "dEQP-GLES31.functional.blend_eq",
64         "uation_advanced.basic.difference");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017579,
67         "dEQP-GLES31.functional.blend_eq",
68         "uation_advanced.basic.exclusion");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017580,
71         "dEQP-GLES31.functional.blend_e",
72         "quation_advanced.basic.hsl_hue");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017581,
75         "dEQP-GLES31.functional.blend_equa",
76         "tion_advanced.basic.hsl_saturation");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017582,
79         "dEQP-GLES31.functional.blend_eq",
80         "uation_advanced.basic.hsl_color");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017583,
83         "dEQP-GLES31.functional.blend_equa",
84         "tion_advanced.basic.hsl_luminosity");
85