/* * 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 "../ActsDeqpgles310018TestSuite.h" #include "shrinkdefine.h" using namespace std; using namespace testing::ext; using namespace OHOS; static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017614, "dEQP-GLES31.functional.blend_eq", "uation_advanced.barrier.multiply"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017615, "dEQP-GLES31.functional.blend_e", "quation_advanced.barrier.screen"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017616, "dEQP-GLES31.functional.blend_eq", "uation_advanced.barrier.overlay"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017617, "dEQP-GLES31.functional.blend_e", "quation_advanced.barrier.darken"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017618, "dEQP-GLES31.functional.blend_eq", "uation_advanced.barrier.lighten"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017619, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.colordodge"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017620, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.colorburn"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017621, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.hardlight"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017622, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.softlight"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017623, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.difference"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017624, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.exclusion"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017625, "dEQP-GLES31.functional.blend_eq", "uation_advanced.barrier.hsl_hue"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017626, "dEQP-GLES31.functional.blend_equat", "ion_advanced.barrier.hsl_saturation"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017627, "dEQP-GLES31.functional.blend_equ", "ation_advanced.barrier.hsl_color"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017628, "dEQP-GLES31.functional.blend_equat", "ion_advanced.barrier.hsl_luminosity");