/* * 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_017569, "dEQP-GLES31.functional.blend_e", "quation_advanced.basic.multiply"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017570, "dEQP-GLES31.functional.blend_", "equation_advanced.basic.screen"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017571, "dEQP-GLES31.functional.blend_e", "quation_advanced.basic.overlay"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017572, "dEQP-GLES31.functional.blend_", "equation_advanced.basic.darken"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017573, "dEQP-GLES31.functional.blend_e", "quation_advanced.basic.lighten"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017574, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.colordodge"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017575, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.colorburn"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017576, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.hardlight"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017577, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.softlight"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017578, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.difference"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017579, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.exclusion"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017580, "dEQP-GLES31.functional.blend_e", "quation_advanced.basic.hsl_hue"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017581, "dEQP-GLES31.functional.blend_equa", "tion_advanced.basic.hsl_saturation"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017582, "dEQP-GLES31.functional.blend_eq", "uation_advanced.basic.hsl_color"); static SHRINK_HWTEST_F(ActsDeqpgles310018TestSuite, TestCase_017583, "dEQP-GLES31.functional.blend_equa", "tion_advanced.basic.hsl_luminosity");