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 "../ActsDeqpgles310014TestSuite.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(ActsDeqpgles310014TestSuite, TestCase_013049, 27 "dEQP-GLES31.functional.texture.multisample.neg", 28 "ative.fbo_attach_different_sample_count_tex_tex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013050, 31 "dEQP-GLES31.functional.texture.multisample.neg", 32 "ative.fbo_attach_different_sample_count_tex_rbo"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013051, 35 "dEQP-GLES31.functional.texture.multisample.neg", 36 "ative.fbo_attach_different_fixed_state_tex_tex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013052, 39 "dEQP-GLES31.functional.texture.multisample.neg", 40 "ative.fbo_attach_different_fixed_state_tex_rbo"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013053, 43 "dEQP-GLES31.functional.texture.multisa", 44 "mple.negative.fbo_attach_non_zero_level"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013054, 47 "dEQP-GLES31.functional.texture.mult", 48 "isample.negative.texture_min_filter"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013055, 51 "dEQP-GLES31.functional.texture.mult", 52 "isample.negative.texture_mag_filter"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013056, 55 "dEQP-GLES31.functional.texture.mu", 56 "ltisample.negative.texture_wrap_s"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013057, 59 "dEQP-GLES31.functional.texture.mu", 60 "ltisample.negative.texture_wrap_t"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013058, 63 "dEQP-GLES31.functional.texture.mu", 64 "ltisample.negative.texture_wrap_r"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013059, 67 "dEQP-GLES31.functional.texture.mu", 68 "ltisample.negative.texture_min_lod"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013060, 71 "dEQP-GLES31.functional.texture.mu", 72 "ltisample.negative.texture_max_lod"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013061, 75 "dEQP-GLES31.functional.texture.multi", 76 "sample.negative.texture_compare_mode"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013062, 79 "dEQP-GLES31.functional.texture.multi", 80 "sample.negative.texture_compare_func"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013063, 83 "dEQP-GLES31.functional.texture.mult", 84 "isample.negative.texture_base_level"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013064, 87 "dEQP-GLES31.functional.texture.multisa", 88 "mple.negative.texture_high_sample_count"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310014TestSuite, TestCase_013065, 91 "dEQP-GLES31.functional.texture.multisa", 92 "mple.negative.texture_zero_sample_count"); 93