1 /* 2 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #include <climits> 17 #include <gtest/gtest.h> 18 #include "../Deqpgles3BaseFunc.h" 19 #include "../ActsDeqpgles30033TestSuite.h" 20 #include "shrinkdefine.h" 21 22 using namespace std; 23 using namespace testing::ext; 24 using namespace OHOS; 25 26 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032719, 27 "dEQP-GLES3.functional.f", 28 "bo.msaa.8_samples.rgba8"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032720, 31 "dEQP-GLES3.functional.fbo.", 32 "msaa.8_samples.srgb8_alpha8"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032721, 35 "dEQP-GLES3.functional.fb", 36 "o.msaa.8_samples.rgb10_a2"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032722, 39 "dEQP-GLES3.functional.f", 40 "bo.msaa.8_samples.rgba4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032723, 43 "dEQP-GLES3.functional.fb", 44 "o.msaa.8_samples.rgb5_a1"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032724, 47 "dEQP-GLES3.functional.", 48 "fbo.msaa.8_samples.rgb8"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032725, 51 "dEQP-GLES3.functional.f", 52 "bo.msaa.8_samples.rgb565"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032726, 55 "dEQP-GLES3.functional.", 56 "fbo.msaa.8_samples.rg8"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032727, 59 "dEQP-GLES3.functional", 60 ".fbo.msaa.8_samples.r8"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032728, 63 "dEQP-GLES3.functional.fb", 64 "o.msaa.8_samples.rgba32f"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032729, 67 "dEQP-GLES3.functional.fb", 68 "o.msaa.8_samples.rgba16f"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032730, 71 "dEQP-GLES3.functional.fbo.m", 72 "saa.8_samples.r11f_g11f_b10f"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032731, 75 "dEQP-GLES3.functional.f", 76 "bo.msaa.8_samples.rg32f"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032732, 79 "dEQP-GLES3.functional.f", 80 "bo.msaa.8_samples.rg16f"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032733, 83 "dEQP-GLES3.functional.", 84 "fbo.msaa.8_samples.r32f"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032734, 87 "dEQP-GLES3.functional.", 88 "fbo.msaa.8_samples.r16f"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032735, 91 "dEQP-GLES3.functional.fbo.msa", 92 "a.8_samples.depth_component32f"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032736, 95 "dEQP-GLES3.functional.fbo.msa", 96 "a.8_samples.depth_component24"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032737, 99 "dEQP-GLES3.functional.fbo.msa", 100 "a.8_samples.depth_component16"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032738, 103 "dEQP-GLES3.functional.fbo.msa", 104 "a.8_samples.depth32f_stencil8"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032739, 107 "dEQP-GLES3.functional.fbo.ms", 108 "aa.8_samples.depth24_stencil8"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032740, 111 "dEQP-GLES3.functional.fbo.m", 112 "saa.8_samples.stencil_index8"); 113