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 "../ActsDeqpgles30042TestSuite.h"
20#include "shrinkdefine.h"
21
22using namespace std;
23using namespace testing::ext;
24using namespace OHOS;
25
26static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041700,
27        "dEQP-GLES3.functional.transform_feedback.i",
28        "nterpolation.flat.lowp_vec4_points_separate");
29
30static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041701,
31        "dEQP-GLES3.functional.transform_feedback.int",
32        "erpolation.flat.lowp_vec4_points_interleaved");
33
34static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041702,
35        "dEQP-GLES3.functional.transform_feedback.i",
36        "nterpolation.flat.lowp_vec4_lines_separate");
37
38static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041703,
39        "dEQP-GLES3.functional.transform_feedback.in",
40        "terpolation.flat.lowp_vec4_lines_interleaved");
41
42static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041704,
43        "dEQP-GLES3.functional.transform_feedback.int",
44        "erpolation.flat.lowp_vec4_triangles_separate");
45
46static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041705,
47        "dEQP-GLES3.functional.transform_feedback.inte",
48        "rpolation.flat.lowp_vec4_triangles_interleaved");
49
50static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041706,
51        "dEQP-GLES3.functional.transform_feedback.int",
52        "erpolation.flat.mediump_vec4_points_separate");
53
54static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041707,
55        "dEQP-GLES3.functional.transform_feedback.inte",
56        "rpolation.flat.mediump_vec4_points_interleaved");
57
58static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041708,
59        "dEQP-GLES3.functional.transform_feedback.in",
60        "terpolation.flat.mediump_vec4_lines_separate");
61
62static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041709,
63        "dEQP-GLES3.functional.transform_feedback.inte",
64        "rpolation.flat.mediump_vec4_lines_interleaved");
65
66static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041710,
67        "dEQP-GLES3.functional.transform_feedback.inte",
68        "rpolation.flat.mediump_vec4_triangles_separate");
69
70static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041711,
71        "dEQP-GLES3.functional.transform_feedback.interp",
72        "olation.flat.mediump_vec4_triangles_interleaved");
73
74static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041712,
75        "dEQP-GLES3.functional.transform_feedback.in",
76        "terpolation.flat.highp_vec4_points_separate");
77
78static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041713,
79        "dEQP-GLES3.functional.transform_feedback.int",
80        "erpolation.flat.highp_vec4_points_interleaved");
81
82static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041714,
83        "dEQP-GLES3.functional.transform_feedback.i",
84        "nterpolation.flat.highp_vec4_lines_separate");
85
86static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041715,
87        "dEQP-GLES3.functional.transform_feedback.int",
88        "erpolation.flat.highp_vec4_lines_interleaved");
89
90static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041716,
91        "dEQP-GLES3.functional.transform_feedback.int",
92        "erpolation.flat.highp_vec4_triangles_separate");
93
94static SHRINK_HWTEST_F(ActsDeqpgles30042TestSuite, TestCase_041717,
95        "dEQP-GLES3.functional.transform_feedback.inter",
96        "polation.flat.highp_vec4_triangles_interleaved");
97