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 "../ActsDeqpgles310006TestSuite.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(ActsDeqpgles310006TestSuite, TestCase_005035, 27 "dEQP-GLES31.functional.shaders.h", 28 "elper_invocation.value.triangles"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005036, 31 "dEQP-GLES31.functional.shaders", 32 ".helper_invocation.value.lines"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005037, 35 "dEQP-GLES31.functional.shaders.h", 36 "elper_invocation.value.wide_lines"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005038, 39 "dEQP-GLES31.functional.shaders", 40 ".helper_invocation.value.points"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005039, 43 "dEQP-GLES31.functional.shaders.he", 44 "lper_invocation.value.wide_points"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005040, 47 "dEQP-GLES31.functional.shaders.helper", 48 "_invocation.value.triangles_4_samples"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005041, 51 "dEQP-GLES31.functional.shaders.help", 52 "er_invocation.value.lines_4_samples"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005042, 55 "dEQP-GLES31.functional.shaders.helper", 56 "_invocation.value.wide_lines_4_samples"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005043, 59 "dEQP-GLES31.functional.shaders.help", 60 "er_invocation.value.points_4_samples"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005044, 63 "dEQP-GLES31.functional.shaders.helper_", 64 "invocation.value.wide_points_4_samples"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005045, 67 "dEQP-GLES31.functional.shaders.helper", 68 "_invocation.value.triangles_8_samples"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005046, 71 "dEQP-GLES31.functional.shaders.help", 72 "er_invocation.value.lines_8_samples"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005047, 75 "dEQP-GLES31.functional.shaders.helper", 76 "_invocation.value.wide_lines_8_samples"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005048, 79 "dEQP-GLES31.functional.shaders.help", 80 "er_invocation.value.points_8_samples"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005049, 83 "dEQP-GLES31.functional.shaders.helper_", 84 "invocation.value.wide_points_8_samples"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005050, 87 "dEQP-GLES31.functional.shaders.helper_", 88 "invocation.value.triangles_max_samples"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005051, 91 "dEQP-GLES31.functional.shaders.helpe", 92 "r_invocation.value.lines_max_samples"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005052, 95 "dEQP-GLES31.functional.shaders.helper_", 96 "invocation.value.wide_lines_max_samples"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005053, 99 "dEQP-GLES31.functional.shaders.helpe", 100 "r_invocation.value.points_max_samples"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310006TestSuite, TestCase_005054, 103 "dEQP-GLES31.functional.shaders.helper_i", 104 "nvocation.value.wide_points_max_samples"); 105