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 "../ActsDeqpgles20001TestSuite.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(ActsDeqpgles20001TestSuite, TestCase_000010, 27 "dEQP-GLES2.functional.implem", 28 "entation_limits.subpixel_bits"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000011, 31 "dEQP-GLES2.functional.implemen", 32 "tation_limits.max_texture_size"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000012, 35 "dEQP-GLES2.functional.implementati", 36 "on_limits.max_cube_map_texture_size"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000013, 39 "dEQP-GLES2.functional.implementati", 40 "on_limits.aliased_point_size_range"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000014, 43 "dEQP-GLES2.functional.implementati", 44 "on_limits.aliased_line_width_range"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000015, 47 "dEQP-GLES2.functional.implementation_", 48 "limits.num_compressed_texture_formats"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000016, 51 "dEQP-GLES2.functional.implementati", 52 "on_limits.num_shader_binary_formats"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000017, 55 "dEQP-GLES2.functional.impleme", 56 "ntation_limits.shader_compiler"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000018, 59 "dEQP-GLES2.functional.implement", 60 "ation_limits.max_vertex_attribs"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000019, 63 "dEQP-GLES2.functional.implementatio", 64 "n_limits.max_vertex_uniform_vectors"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000020, 67 "dEQP-GLES2.functional.implement", 68 "ation_limits.max_varying_vectors"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000021, 71 "dEQP-GLES2.functional.implementation_l", 72 "imits.max_combined_texture_image_units"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000022, 75 "dEQP-GLES2.functional.implementation_", 76 "limits.max_vertex_texture_image_units"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000023, 79 "dEQP-GLES2.functional.implementat", 80 "ion_limits.max_texture_image_units"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000024, 83 "dEQP-GLES2.functional.implementation", 84 "_limits.max_fragment_uniform_vectors"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000025, 87 "dEQP-GLES2.functional.implementa", 88 "tion_limits.max_renderbuffer_size"); 89