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 "../ActsDeqpgles310019TestSuite.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(ActsDeqpgles310019TestSuite, TestCase_018797, 27 "dEQP-GLES31.functional.debug.negative_coverage.c", 28 "allbacks.shader_directive.primitive_bounding_box"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018798, 31 "dEQP-GLES31.functional.debug.negative_coverage.c", 32 "allbacks.shader_directive.blend_equation_advanced"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018799, 35 "dEQP-GLES31.functional.debug.negative_coverag", 36 "e.callbacks.shader_directive.sample_variables"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018800, 39 "dEQP-GLES31.functional.debug.negative_coverage", 40 ".callbacks.shader_directive.shader_image_atomic"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018801, 43 "dEQP-GLES31.functional.debug.negative_coverage.callba", 44 "cks.shader_directive.shader_multisample_interpolation"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018802, 47 "dEQP-GLES31.functional.debug.negative_coverage.callback", 48 "s.shader_directive.texture_storage_multisample_2d_array"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018803, 51 "dEQP-GLES31.functional.debug.negative_covera", 52 "ge.callbacks.shader_directive.geometry_shader"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018804, 55 "dEQP-GLES31.functional.debug.negative_cover", 56 "age.callbacks.shader_directive.gpu_shader_5"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018805, 59 "dEQP-GLES31.functional.debug.negative_coverag", 60 "e.callbacks.shader_directive.shader_io_blocks"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018806, 63 "dEQP-GLES31.functional.debug.negative_coverage", 64 ".callbacks.shader_directive.tessellation_shader"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018807, 67 "dEQP-GLES31.functional.debug.negative_covera", 68 "ge.callbacks.shader_directive.texture_buffer"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018808, 71 "dEQP-GLES31.functional.debug.negative_coverage.c", 72 "allbacks.shader_directive.texture_cube_map_array"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018809, 75 "dEQP-GLES31.functional.debug.negative_coverage.cal", 76 "lbacks.shader_directive.accessing_bounding_box_type"); 77