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 "../ActsDeqpgles30026TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025448,
27        "dEQP-GLES3.functional.texture.shadow.cub",
28        "e.linear.less_or_equal_depth_component16");
29
30static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025449,
31        "dEQP-GLES3.functional.texture.shadow.cub",
32        "e.linear.less_or_equal_depth_component32f");
33
34static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025450,
35        "dEQP-GLES3.functional.texture.shadow.cu",
36        "be.linear.less_or_equal_depth24_stencil8");
37
38static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025451,
39        "dEQP-GLES3.functional.texture.shadow.cube",
40        ".linear.greater_or_equal_depth_component16");
41
42static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025452,
43        "dEQP-GLES3.functional.texture.shadow.cube.",
44        "linear.greater_or_equal_depth_component32f");
45
46static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025453,
47        "dEQP-GLES3.functional.texture.shadow.cube",
48        ".linear.greater_or_equal_depth24_stencil8");
49
50static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025454,
51        "dEQP-GLES3.functional.texture.shado",
52        "w.cube.linear.less_depth_component16");
53
54static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025455,
55        "dEQP-GLES3.functional.texture.shadow",
56        ".cube.linear.less_depth_component32f");
57
58static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025456,
59        "dEQP-GLES3.functional.texture.shado",
60        "w.cube.linear.less_depth24_stencil8");
61
62static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025457,
63        "dEQP-GLES3.functional.texture.shadow.",
64        "cube.linear.greater_depth_component16");
65
66static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025458,
67        "dEQP-GLES3.functional.texture.shadow.",
68        "cube.linear.greater_depth_component32f");
69
70static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025459,
71        "dEQP-GLES3.functional.texture.shadow",
72        ".cube.linear.greater_depth24_stencil8");
73
74static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025460,
75        "dEQP-GLES3.functional.texture.shadow",
76        ".cube.linear.equal_depth_component16");
77
78static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025461,
79        "dEQP-GLES3.functional.texture.shadow",
80        ".cube.linear.equal_depth_component32f");
81
82static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025462,
83        "dEQP-GLES3.functional.texture.shado",
84        "w.cube.linear.equal_depth24_stencil8");
85
86static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025463,
87        "dEQP-GLES3.functional.texture.shadow.c",
88        "ube.linear.not_equal_depth_component16");
89
90static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025464,
91        "dEQP-GLES3.functional.texture.shadow.c",
92        "ube.linear.not_equal_depth_component32f");
93
94static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025465,
95        "dEQP-GLES3.functional.texture.shadow.",
96        "cube.linear.not_equal_depth24_stencil8");
97
98static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025466,
99        "dEQP-GLES3.functional.texture.shadow",
100        ".cube.linear.always_depth_component16");
101
102static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025467,
103        "dEQP-GLES3.functional.texture.shadow.",
104        "cube.linear.always_depth_component32f");
105
106static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025468,
107        "dEQP-GLES3.functional.texture.shadow",
108        ".cube.linear.always_depth24_stencil8");
109
110static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025469,
111        "dEQP-GLES3.functional.texture.shadow",
112        ".cube.linear.never_depth_component16");
113
114static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025470,
115        "dEQP-GLES3.functional.texture.shadow",
116        ".cube.linear.never_depth_component32f");
117
118static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025471,
119        "dEQP-GLES3.functional.texture.shado",
120        "w.cube.linear.never_depth24_stencil8");
121