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 "../ActsDeqpgles310017TestSuite.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(ActsDeqpgles310017TestSuite, TestCase_016306, 27 "dEQP-GLES31.functional.geom", 28 "etry_shading.basic.output_10"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016307, 31 "dEQP-GLES31.functional.geome", 32 "try_shading.basic.output_128"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016308, 35 "dEQP-GLES31.functional.geome", 36 "try_shading.basic.output_256"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016309, 39 "dEQP-GLES31.functional.geome", 40 "try_shading.basic.output_max"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016310, 43 "dEQP-GLES31.functional.geometry", 44 "_shading.basic.output_10_and_100"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016311, 47 "dEQP-GLES31.functional.geometry", 48 "_shading.basic.output_100_and_10"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016312, 51 "dEQP-GLES31.functional.geometry", 52 "_shading.basic.output_0_and_128"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016313, 55 "dEQP-GLES31.functional.geometry", 56 "_shading.basic.output_128_and_0"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016314, 59 "dEQP-GLES31.functional.geometry_sha", 60 "ding.basic.output_vary_by_attribute"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016315, 63 "dEQP-GLES31.functional.geometry_sh", 64 "ading.basic.output_vary_by_uniform"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016316, 67 "dEQP-GLES31.functional.geometry_sh", 68 "ading.basic.output_vary_by_texture"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016317, 71 "dEQP-GLES31.functional.geome", 72 "try_shading.basic.point_size"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016318, 75 "dEQP-GLES31.functional.geometr", 76 "y_shading.basic.primitive_id_in"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016319, 79 "dEQP-GLES31.functional.geometry_sha", 80 "ding.basic.primitive_id_in_restarted"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310017TestSuite, TestCase_016320, 83 "dEQP-GLES31.functional.geomet", 84 "ry_shading.basic.primitive_id"); 85