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_019295, 27 "dEQP-GLES31.functional.debug.negative_coverag", 28 "e.log.shader_directive.primitive_bounding_box"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019296, 31 "dEQP-GLES31.functional.debug.negative_coverag", 32 "e.log.shader_directive.blend_equation_advanced"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019297, 35 "dEQP-GLES31.functional.debug.negative_cove", 36 "rage.log.shader_directive.sample_variables"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019298, 39 "dEQP-GLES31.functional.debug.negative_cover", 40 "age.log.shader_directive.shader_image_atomic"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019299, 43 "dEQP-GLES31.functional.debug.negative_coverage.log", 44 ".shader_directive.shader_multisample_interpolation"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019300, 47 "dEQP-GLES31.functional.debug.negative_coverage.log.s", 48 "hader_directive.texture_storage_multisample_2d_array"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019301, 51 "dEQP-GLES31.functional.debug.negative_cov", 52 "erage.log.shader_directive.geometry_shader"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019302, 55 "dEQP-GLES31.functional.debug.negative_co", 56 "verage.log.shader_directive.gpu_shader_5"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019303, 59 "dEQP-GLES31.functional.debug.negative_cove", 60 "rage.log.shader_directive.shader_io_blocks"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019304, 63 "dEQP-GLES31.functional.debug.negative_cover", 64 "age.log.shader_directive.tessellation_shader"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019305, 67 "dEQP-GLES31.functional.debug.negative_cov", 68 "erage.log.shader_directive.texture_buffer"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019306, 71 "dEQP-GLES31.functional.debug.negative_coverag", 72 "e.log.shader_directive.texture_cube_map_array"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019307, 75 "dEQP-GLES31.functional.debug.negative_coverage.", 76 "log.shader_directive.accessing_bounding_box_type"); 77