/* * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include #include #include "../Deqpgles31BaseFunc.h" #include "../ActsDeqpgles310025TestSuite.h" #include "shrinkdefine.h" using namespace std; using namespace testing::ext; using namespace OHOS; static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024911, "dEQP-GLES31.functional.layout_binding", ".negative.ssbo.vertex_binding_over_max"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024912, "dEQP-GLES31.functional.layout_binding.", "negative.ssbo.fragment_binding_over_max"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024913, "dEQP-GLES31.functional.layout_binding.ne", "gative.ssbo.tess_control_binding_over_max"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024914, "dEQP-GLES31.functional.layout_binding.nega", "tive.ssbo.tess_evaluation_binding_over_max"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024915, "dEQP-GLES31.functional.layout_bindi", "ng.negative.ssbo.vertex_binding_neg"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024916, "dEQP-GLES31.functional.layout_bindin", "g.negative.ssbo.fragment_binding_neg"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024917, "dEQP-GLES31.functional.layout_binding.", "negative.ssbo.tess_control_binding_neg"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024918, "dEQP-GLES31.functional.layout_binding.n", "egative.ssbo.tess_evaluation_binding_neg"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024919, "dEQP-GLES31.functional.layout_binding.ne", "gative.ssbo.vertex_binding_over_max_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024920, "dEQP-GLES31.functional.layout_binding.neg", "ative.ssbo.fragment_binding_over_max_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024921, "dEQP-GLES31.functional.layout_binding.negat", "ive.ssbo.tess_control_binding_over_max_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024922, "dEQP-GLES31.functional.layout_binding.negativ", "e.ssbo.tess_evaluation_binding_over_max_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024923, "dEQP-GLES31.functional.layout_binding.", "negative.ssbo.vertex_binding_neg_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024924, "dEQP-GLES31.functional.layout_binding.n", "egative.ssbo.fragment_binding_neg_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024925, "dEQP-GLES31.functional.layout_binding.neg", "ative.ssbo.tess_control_binding_neg_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024926, "dEQP-GLES31.functional.layout_binding.nega", "tive.ssbo.tess_evaluation_binding_neg_array"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024927, "dEQP-GLES31.functional.layout_bindin", "g.negative.ssbo.binding_contradictory"); static SHRINK_HWTEST_F(ActsDeqpgles310025TestSuite, TestCase_024928, "dEQP-GLES31.functional.layout_binding.n", "egative.ssbo.binding_contradictory_array");