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 "../Deqpgles3BaseFunc.h"
19 #include "../ActsDeqpgles30001TestSuite.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(ActsDeqpgles30001TestSuite, TestCase_000078,
27         "dEQP-GLES3.functional.d",
28         "epth_stencil_clear.depth");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000079,
31         "dEQP-GLES3.functional.depth_",
32         "stencil_clear.depth_scissored");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000080,
35         "dEQP-GLES3.functional.depth_sten",
36         "cil_clear.depth_scissored_masked");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000081,
39         "dEQP-GLES3.functional.de",
40         "pth_stencil_clear.stencil");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000082,
43         "dEQP-GLES3.functional.depth_",
44         "stencil_clear.stencil_masked");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000083,
47         "dEQP-GLES3.functional.depth_s",
48         "tencil_clear.stencil_scissored");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000084,
51         "dEQP-GLES3.functional.depth_stenc",
52         "il_clear.stencil_scissored_masked");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000085,
55         "dEQP-GLES3.functional.depth",
56         "_stencil_clear.depth_stencil");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000086,
59         "dEQP-GLES3.functional.depth_ste",
60         "ncil_clear.depth_stencil_masked");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000087,
63         "dEQP-GLES3.functional.depth_sten",
64         "cil_clear.depth_stencil_scissored");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000088,
67         "dEQP-GLES3.functional.depth_stencil_",
68         "clear.depth_stencil_scissored_masked");
69