1f6603c60Sopenharmony_ci/*
2f6603c60Sopenharmony_ci * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
3f6603c60Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
4f6603c60Sopenharmony_ci * you may not use this file except in compliance with the License.
5f6603c60Sopenharmony_ci * You may obtain a copy of the License at
6f6603c60Sopenharmony_ci *
7f6603c60Sopenharmony_ci *     http://www.apache.org/licenses/LICENSE-2.0
8f6603c60Sopenharmony_ci *
9f6603c60Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
10f6603c60Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
11f6603c60Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12f6603c60Sopenharmony_ci * See the License for the specific language governing permissions and
13f6603c60Sopenharmony_ci * limitations under the License.
14f6603c60Sopenharmony_ci */
15f6603c60Sopenharmony_ci
16f6603c60Sopenharmony_ci#include <climits>
17f6603c60Sopenharmony_ci#include <gtest/gtest.h>
18f6603c60Sopenharmony_ci#include "../Deqpgles31BaseFunc.h"
19f6603c60Sopenharmony_ci#include "../ActsDeqpgles310020TestSuite.h"
20f6603c60Sopenharmony_ci#include "shrinkdefine.h"
21f6603c60Sopenharmony_ci
22f6603c60Sopenharmony_ciusing namespace std;
23f6603c60Sopenharmony_ciusing namespace testing::ext;
24f6603c60Sopenharmony_ciusing namespace OHOS;
25f6603c60Sopenharmony_ci
26f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019079,
27f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.nega",
28f6603c60Sopenharmony_ci        "tive_coverage.log.fragment.scissor");
29f6603c60Sopenharmony_ci
30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019080,
31f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
32f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.depth_func");
33f6603c60Sopenharmony_ci
34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019081,
35f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negat",
36f6603c60Sopenharmony_ci        "ive_coverage.log.fragment.viewport");
37f6603c60Sopenharmony_ci
38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019082,
39f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negativ",
40f6603c60Sopenharmony_ci        "e_coverage.log.fragment.stencil_func");
41f6603c60Sopenharmony_ci
42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019083,
43f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_co",
44f6603c60Sopenharmony_ci        "verage.log.fragment.stencil_func_separate");
45f6603c60Sopenharmony_ci
46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019084,
47f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
48f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.stencil_op");
49f6603c60Sopenharmony_ci
50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019085,
51f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_c",
52f6603c60Sopenharmony_ci        "overage.log.fragment.stencil_op_separate");
53f6603c60Sopenharmony_ci
54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019086,
55f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_co",
56f6603c60Sopenharmony_ci        "verage.log.fragment.stencil_mask_separate");
57f6603c60Sopenharmony_ci
58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019087,
59f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative",
60f6603c60Sopenharmony_ci        "_coverage.log.fragment.blend_equation");
61f6603c60Sopenharmony_ci
62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019088,
63f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative",
64f6603c60Sopenharmony_ci        "_coverage.log.fragment.blend_equationi");
65f6603c60Sopenharmony_ci
66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019089,
67f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_cov",
68f6603c60Sopenharmony_ci        "erage.log.fragment.blend_equation_separate");
69f6603c60Sopenharmony_ci
70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019090,
71f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_cove",
72f6603c60Sopenharmony_ci        "rage.log.fragment.blend_equation_separatei");
73f6603c60Sopenharmony_ci
74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019091,
75f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
76f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.blend_func");
77f6603c60Sopenharmony_ci
78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019092,
79f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
80f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.blend_funci");
81f6603c60Sopenharmony_ci
82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019093,
83f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_c",
84f6603c60Sopenharmony_ci        "overage.log.fragment.blend_func_separate");
85f6603c60Sopenharmony_ci
86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019094,
87f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_co",
88f6603c60Sopenharmony_ci        "verage.log.fragment.blend_func_separatei");
89f6603c60Sopenharmony_ci
90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019095,
91f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negat",
92f6603c60Sopenharmony_ci        "ive_coverage.log.fragment.cull_face");
93f6603c60Sopenharmony_ci
94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019096,
95f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
96f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.front_face");
97f6603c60Sopenharmony_ci
98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019097,
99f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
100f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.line_width");
101f6603c60Sopenharmony_ci
102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019098,
103f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
104f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.gen_queries");
105f6603c60Sopenharmony_ci
106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019099,
107f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
108f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.begin_query");
109f6603c60Sopenharmony_ci
110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019100,
111f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negat",
112f6603c60Sopenharmony_ci        "ive_coverage.log.fragment.end_query");
113f6603c60Sopenharmony_ci
114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019101,
115f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative",
116f6603c60Sopenharmony_ci        "_coverage.log.fragment.delete_queries");
117f6603c60Sopenharmony_ci
118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019102,
119f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
120f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.fence_sync");
121f6603c60Sopenharmony_ci
122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019103,
123f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negat",
124f6603c60Sopenharmony_ci        "ive_coverage.log.fragment.wait_sync");
125f6603c60Sopenharmony_ci
126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019104,
127f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negative_",
128f6603c60Sopenharmony_ci        "coverage.log.fragment.client_wait_sync");
129f6603c60Sopenharmony_ci
130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019105,
131f6603c60Sopenharmony_ci        "dEQP-GLES31.functional.debug.negati",
132f6603c60Sopenharmony_ci        "ve_coverage.log.fragment.delete_sync");
133