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 "../ActsDeqpgles30043TestSuite.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(ActsDeqpgles30043TestSuite, TestCase_042966,
27         "dEQP-GLES3.functional.state_query.in",
28         "tegers64.max_element_index_getboolean");
29 
30 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042967,
31         "dEQP-GLES3.functional.state_query.in",
32         "tegers64.max_element_index_getinteger");
33 
34 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042968,
35         "dEQP-GLES3.functional.state_query.i",
36         "ntegers64.max_element_index_getfloat");
37 
38 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042969,
39         "dEQP-GLES3.functional.state_query.integ",
40         "ers64.max_server_wait_timeout_getboolean");
41 
42 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042970,
43         "dEQP-GLES3.functional.state_query.integ",
44         "ers64.max_server_wait_timeout_getinteger");
45 
46 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042971,
47         "dEQP-GLES3.functional.state_query.inte",
48         "gers64.max_server_wait_timeout_getfloat");
49 
50 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042972,
51         "dEQP-GLES3.functional.state_query.integ",
52         "ers64.max_uniform_block_size_getboolean");
53 
54 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042973,
55         "dEQP-GLES3.functional.state_query.integ",
56         "ers64.max_uniform_block_size_getinteger");
57 
58 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042974,
59         "dEQP-GLES3.functional.state_query.inte",
60         "gers64.max_uniform_block_size_getfloat");
61 
62 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042975,
63         "dEQP-GLES3.functional.state_query.integers64.ma",
64         "x_combined_vertex_uniform_components_getboolean");
65 
66 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042976,
67         "dEQP-GLES3.functional.state_query.integers64.ma",
68         "x_combined_vertex_uniform_components_getinteger");
69 
70 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042977,
71         "dEQP-GLES3.functional.state_query.integers64.m",
72         "ax_combined_vertex_uniform_components_getfloat");
73 
74 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042978,
75         "dEQP-GLES3.functional.state_query.integers64.max",
76         "_combined_fragment_uniform_components_getboolean");
77 
78 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042979,
79         "dEQP-GLES3.functional.state_query.integers64.max",
80         "_combined_fragment_uniform_components_getinteger");
81 
82 static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042980,
83         "dEQP-GLES3.functional.state_query.integers64.ma",
84         "x_combined_fragment_uniform_components_getfloat");
85