/* * 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_017629, "dEQP-GLES31.functional.blend_equ", "ation_advanced.coherent.multiply"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017630, "dEQP-GLES31.functional.blend_eq", "uation_advanced.coherent.screen"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017631, "dEQP-GLES31.functional.blend_eq", "uation_advanced.coherent.overlay"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017632, "dEQP-GLES31.functional.blend_eq", "uation_advanced.coherent.darken"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017633, "dEQP-GLES31.functional.blend_eq", "uation_advanced.coherent.lighten"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017634, "dEQP-GLES31.functional.blend_equa", "tion_advanced.coherent.colordodge"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017635, "dEQP-GLES31.functional.blend_equ", "ation_advanced.coherent.colorburn"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017636, "dEQP-GLES31.functional.blend_equ", "ation_advanced.coherent.hardlight"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017637, "dEQP-GLES31.functional.blend_equ", "ation_advanced.coherent.softlight"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017638, "dEQP-GLES31.functional.blend_equa", "tion_advanced.coherent.difference"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017639, "dEQP-GLES31.functional.blend_equ", "ation_advanced.coherent.exclusion"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017640, "dEQP-GLES31.functional.blend_eq", "uation_advanced.coherent.hsl_hue"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017641, "dEQP-GLES31.functional.blend_equati", "on_advanced.coherent.hsl_saturation"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017642, "dEQP-GLES31.functional.blend_equ", "ation_advanced.coherent.hsl_color"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017643, "dEQP-GLES31.functional.blend_equati", "on_advanced.coherent.hsl_luminosity");