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 "../ActsDeqpgles310020TestSuite.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(ActsDeqpgles310020TestSuite, TestCase_019576, 27 "dEQP-GLES31.functional.debug.negativ", 28 "e_coverage.get_error.fragment.scissor"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019577, 31 "dEQP-GLES31.functional.debug.negative_", 32 "coverage.get_error.fragment.depth_func"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019578, 35 "dEQP-GLES31.functional.debug.negative", 36 "_coverage.get_error.fragment.viewport"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019579, 39 "dEQP-GLES31.functional.debug.negative_c", 40 "overage.get_error.fragment.stencil_func"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019580, 43 "dEQP-GLES31.functional.debug.negative_cover", 44 "age.get_error.fragment.stencil_func_separate"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019581, 47 "dEQP-GLES31.functional.debug.negative_", 48 "coverage.get_error.fragment.stencil_op"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019582, 51 "dEQP-GLES31.functional.debug.negative_cove", 52 "rage.get_error.fragment.stencil_op_separate"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019583, 55 "dEQP-GLES31.functional.debug.negative_cover", 56 "age.get_error.fragment.stencil_mask_separate"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019584, 59 "dEQP-GLES31.functional.debug.negative_co", 60 "verage.get_error.fragment.blend_equation"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019585, 63 "dEQP-GLES31.functional.debug.negative_co", 64 "verage.get_error.fragment.blend_equationi"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019586, 67 "dEQP-GLES31.functional.debug.negative_covera", 68 "ge.get_error.fragment.blend_equation_separate"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019587, 71 "dEQP-GLES31.functional.debug.negative_coverag", 72 "e.get_error.fragment.blend_equation_separatei"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019588, 75 "dEQP-GLES31.functional.debug.negative_", 76 "coverage.get_error.fragment.blend_func"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019589, 79 "dEQP-GLES31.functional.debug.negative_", 80 "coverage.get_error.fragment.blend_funci"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019590, 83 "dEQP-GLES31.functional.debug.negative_cove", 84 "rage.get_error.fragment.blend_func_separate"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019591, 87 "dEQP-GLES31.functional.debug.negative_cover", 88 "age.get_error.fragment.blend_func_separatei"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019592, 91 "dEQP-GLES31.functional.debug.negative", 92 "_coverage.get_error.fragment.cull_face"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019593, 95 "dEQP-GLES31.functional.debug.negative_", 96 "coverage.get_error.fragment.front_face"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019594, 99 "dEQP-GLES31.functional.debug.negative_", 100 "coverage.get_error.fragment.line_width"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019595, 103 "dEQP-GLES31.functional.debug.negative_", 104 "coverage.get_error.fragment.gen_queries"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019596, 107 "dEQP-GLES31.functional.debug.negative_", 108 "coverage.get_error.fragment.begin_query"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019597, 111 "dEQP-GLES31.functional.debug.negative", 112 "_coverage.get_error.fragment.end_query"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019598, 115 "dEQP-GLES31.functional.debug.negative_co", 116 "verage.get_error.fragment.delete_queries"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019599, 119 "dEQP-GLES31.functional.debug.negative_", 120 "coverage.get_error.fragment.fence_sync"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019600, 123 "dEQP-GLES31.functional.debug.negative", 124 "_coverage.get_error.fragment.wait_sync"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019601, 127 "dEQP-GLES31.functional.debug.negative_cov", 128 "erage.get_error.fragment.client_wait_sync"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019602, 131 "dEQP-GLES31.functional.debug.negative_", 132 "coverage.get_error.fragment.delete_sync"); 133