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 "../ActsDeqpgles310025TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024837,
27        "dEQP-GLES31.functional.layout_bindin",
28        "g.image.image2d.vertex_binding_single");
29
30static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024838,
31        "dEQP-GLES31.functional.layout_bindi",
32        "ng.image.image2d.vertex_binding_max");
33
34static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024839,
35        "dEQP-GLES31.functional.layout_binding",
36        ".image.image2d.vertex_binding_multiple");
37
38static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024840,
39        "dEQP-GLES31.functional.layout_bindin",
40        "g.image.image2d.vertex_binding_array");
41
42static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024841,
43        "dEQP-GLES31.functional.layout_binding.",
44        "image.image2d.vertex_binding_max_array");
45
46static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024842,
47        "dEQP-GLES31.functional.layout_binding",
48        ".image.image2d.fragment_binding_single");
49
50static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024843,
51        "dEQP-GLES31.functional.layout_bindin",
52        "g.image.image2d.fragment_binding_max");
53
54static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024844,
55        "dEQP-GLES31.functional.layout_binding.",
56        "image.image2d.fragment_binding_multiple");
57
58static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024845,
59        "dEQP-GLES31.functional.layout_binding",
60        ".image.image2d.fragment_binding_array");
61
62static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024846,
63        "dEQP-GLES31.functional.layout_binding.i",
64        "mage.image2d.fragment_binding_max_array");
65
66static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024929,
67        "dEQP-GLES31.functional.layout_binding.nega",
68        "tive.image.image2d.vertex_binding_over_max");
69
70static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024930,
71        "dEQP-GLES31.functional.layout_binding.negat",
72        "ive.image.image2d.fragment_binding_over_max");
73
74static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024931,
75        "dEQP-GLES31.functional.layout_binding.negativ",
76        "e.image.image2d.tess_control_binding_over_max");
77
78static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024932,
79        "dEQP-GLES31.functional.layout_binding.negative",
80        ".image.image2d.tess_evaluation_binding_over_max");
81
82static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024933,
83        "dEQP-GLES31.functional.layout_binding.n",
84        "egative.image.image2d.vertex_binding_neg");
85
86static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024934,
87        "dEQP-GLES31.functional.layout_binding.ne",
88        "gative.image.image2d.fragment_binding_neg");
89
90static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024935,
91        "dEQP-GLES31.functional.layout_binding.nega",
92        "tive.image.image2d.tess_control_binding_neg");
93
94static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024936,
95        "dEQP-GLES31.functional.layout_binding.negati",
96        "ve.image.image2d.tess_evaluation_binding_neg");
97
98static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024937,
99        "dEQP-GLES31.functional.layout_binding.negativ",
100        "e.image.image2d.vertex_binding_over_max_array");
101
102static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024938,
103        "dEQP-GLES31.functional.layout_binding.negative",
104        ".image.image2d.fragment_binding_over_max_array");
105
106static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024939,
107        "dEQP-GLES31.functional.layout_binding.negative.i",
108        "mage.image2d.tess_control_binding_over_max_array");
109
110static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024940,
111        "dEQP-GLES31.functional.layout_binding.negative.im",
112        "age.image2d.tess_evaluation_binding_over_max_array");
113
114static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024941,
115        "dEQP-GLES31.functional.layout_binding.nega",
116        "tive.image.image2d.vertex_binding_neg_array");
117
118static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024942,
119        "dEQP-GLES31.functional.layout_binding.negat",
120        "ive.image.image2d.fragment_binding_neg_array");
121
122static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024943,
123        "dEQP-GLES31.functional.layout_binding.negativ",
124        "e.image.image2d.tess_control_binding_neg_array");
125
126static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024944,
127        "dEQP-GLES31.functional.layout_binding.negative.",
128        "image.image2d.tess_evaluation_binding_neg_array");
129
130static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024945,
131        "dEQP-GLES31.functional.layout_binding.neg",
132        "ative.image.image2d.binding_contradictory");
133
134static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024946,
135        "dEQP-GLES31.functional.layout_binding.negati",
136        "ve.image.image2d.binding_contradictory_array");
137