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 "../Deqpgles2BaseFunc.h"
19 #include "../ActsDeqpgles20011TestSuite.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(ActsDeqpgles20011TestSuite, TestCase_010679,
27         "dEQP-GLES2.functional.texture.spe",
28         "cification.basic_teximage2d.a8_2d");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010680,
31         "dEQP-GLES2.functional.texture.spec",
32         "ification.basic_teximage2d.a8_cube");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010681,
35         "dEQP-GLES2.functional.texture.spe",
36         "cification.basic_teximage2d.l8_2d");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010682,
39         "dEQP-GLES2.functional.texture.spec",
40         "ification.basic_teximage2d.l8_cube");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010683,
43         "dEQP-GLES2.functional.texture.spec",
44         "ification.basic_teximage2d.la88_2d");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010684,
47         "dEQP-GLES2.functional.texture.speci",
48         "fication.basic_teximage2d.la88_cube");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010685,
51         "dEQP-GLES2.functional.texture.speci",
52         "fication.basic_teximage2d.rgb565_2d");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010686,
55         "dEQP-GLES2.functional.texture.specif",
56         "ication.basic_teximage2d.rgb565_cube");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010687,
59         "dEQP-GLES2.functional.texture.speci",
60         "fication.basic_teximage2d.rgb888_2d");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010688,
63         "dEQP-GLES2.functional.texture.specif",
64         "ication.basic_teximage2d.rgb888_cube");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010689,
67         "dEQP-GLES2.functional.texture.specif",
68         "ication.basic_teximage2d.rgba4444_2d");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010690,
71         "dEQP-GLES2.functional.texture.specifi",
72         "cation.basic_teximage2d.rgba4444_cube");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010691,
75         "dEQP-GLES2.functional.texture.specif",
76         "ication.basic_teximage2d.rgba5551_2d");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010692,
79         "dEQP-GLES2.functional.texture.specifi",
80         "cation.basic_teximage2d.rgba5551_cube");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010693,
83         "dEQP-GLES2.functional.texture.specif",
84         "ication.basic_teximage2d.rgba8888_2d");
85 
86 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010694,
87         "dEQP-GLES2.functional.texture.specifi",
88         "cation.basic_teximage2d.rgba8888_cube");
89 
90 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010695,
91         "dEQP-GLES2.functional.texture.speci",
92         "fication.basic_teximage2d.rgba16f_2d");
93 
94 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010696,
95         "dEQP-GLES2.functional.texture.specif",
96         "ication.basic_teximage2d.rgba16f_cube");
97 
98 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010697,
99         "dEQP-GLES2.functional.texture.speci",
100         "fication.basic_teximage2d.rgb16f_2d");
101 
102 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010698,
103         "dEQP-GLES2.functional.texture.specif",
104         "ication.basic_teximage2d.rgb16f_cube");
105 
106 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010699,
107         "dEQP-GLES2.functional.texture.spec",
108         "ification.basic_teximage2d.la16f_2d");
109 
110 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010700,
111         "dEQP-GLES2.functional.texture.speci",
112         "fication.basic_teximage2d.la16f_cube");
113 
114 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010701,
115         "dEQP-GLES2.functional.texture.spec",
116         "ification.basic_teximage2d.l16f_2d");
117 
118 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010702,
119         "dEQP-GLES2.functional.texture.speci",
120         "fication.basic_teximage2d.l16f_cube");
121 
122 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010703,
123         "dEQP-GLES2.functional.texture.spec",
124         "ification.basic_teximage2d.a16f_2d");
125 
126 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010704,
127         "dEQP-GLES2.functional.texture.speci",
128         "fication.basic_teximage2d.a16f_cube");
129