/* * 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 "../Deqpgles3BaseFunc.h" #include "../ActsDeqpgles30043TestSuite.h" #include "shrinkdefine.h" using namespace std; using namespace testing::ext; using namespace OHOS; static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042258, "dEQP-GLES3.functional.multisample", ".fbo_8_samples.num_samples_polygon"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042259, "dEQP-GLES3.functional.multisampl", "e.fbo_8_samples.num_samples_line"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042260, "dEQP-GLES3.functional.multisample.f", "bo_8_samples.common_edge_small_quads"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042261, "dEQP-GLES3.functional.multisample.", "fbo_8_samples.common_edge_big_quad"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042262, "dEQP-GLES3.functional.multisample.fb", "o_8_samples.common_edge_viewport_quad"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042263, "dEQP-GLES3.functional.mult", "isample.fbo_8_samples.depth"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042264, "dEQP-GLES3.functional.multi", "sample.fbo_8_samples.stencil"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042265, "dEQP-GLES3.functional.multisample.f", "bo_8_samples.sample_coverage_invert"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042266, "dEQP-GLES3.functional.multisample.fbo_8_", "samples.proportionality_alpha_to_coverage"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042267, "dEQP-GLES3.functional.multisample.fbo_8", "_samples.proportionality_sample_coverage"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042268, "dEQP-GLES3.functional.multisample.fbo_8_samp", "les.proportionality_sample_coverage_inverted"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042269, "dEQP-GLES3.functional.multisample.fbo", "_8_samples.constancy_alpha_to_coverage"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042270, "dEQP-GLES3.functional.multisample.fb", "o_8_samples.constancy_sample_coverage"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042271, "dEQP-GLES3.functional.multisample.fbo_8_s", "amples.constancy_sample_coverage_inverted"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042272, "dEQP-GLES3.functional.multisamp", "le.fbo_8_samples.constancy_both"); static SHRINK_HWTEST_F(ActsDeqpgles30043TestSuite, TestCase_042273, "dEQP-GLES3.functional.multisample.f", "bo_8_samples.constancy_both_inverted");