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_032697, 27 "dEQP-GLES3.functional.f", 28 "bo.msaa.4_samples.rgba8"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032698, 31 "dEQP-GLES3.functional.fbo.", 32 "msaa.4_samples.srgb8_alpha8"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032699, 35 "dEQP-GLES3.functional.fb", 36 "o.msaa.4_samples.rgb10_a2"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032700, 39 "dEQP-GLES3.functional.f", 40 "bo.msaa.4_samples.rgba4"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032701, 43 "dEQP-GLES3.functional.fb", 44 "o.msaa.4_samples.rgb5_a1"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032702, 47 "dEQP-GLES3.functional.", 48 "fbo.msaa.4_samples.rgb8"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032703, 51 "dEQP-GLES3.functional.f", 52 "bo.msaa.4_samples.rgb565"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032704, 55 "dEQP-GLES3.functional.", 56 "fbo.msaa.4_samples.rg8"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032705, 59 "dEQP-GLES3.functional", 60 ".fbo.msaa.4_samples.r8"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032706, 63 "dEQP-GLES3.functional.fb", 64 "o.msaa.4_samples.rgba32f"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032707, 67 "dEQP-GLES3.functional.fb", 68 "o.msaa.4_samples.rgba16f"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032708, 71 "dEQP-GLES3.functional.fbo.m", 72 "saa.4_samples.r11f_g11f_b10f"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032709, 75 "dEQP-GLES3.functional.f", 76 "bo.msaa.4_samples.rg32f"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032710, 79 "dEQP-GLES3.functional.f", 80 "bo.msaa.4_samples.rg16f"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032711, 83 "dEQP-GLES3.functional.", 84 "fbo.msaa.4_samples.r32f"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032712, 87 "dEQP-GLES3.functional.", 88 "fbo.msaa.4_samples.r16f"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032713, 91 "dEQP-GLES3.functional.fbo.msa", 92 "a.4_samples.depth_component32f"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032714, 95 "dEQP-GLES3.functional.fbo.msa", 96 "a.4_samples.depth_component24"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032715, 99 "dEQP-GLES3.functional.fbo.msa", 100 "a.4_samples.depth_component16"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032716, 103 "dEQP-GLES3.functional.fbo.msa", 104 "a.4_samples.depth32f_stencil8"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032717, 107 "dEQP-GLES3.functional.fbo.ms", 108 "aa.4_samples.depth24_stencil8"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30033TestSuite, TestCase_032718, 111 "dEQP-GLES3.functional.fbo.m", 112 "saa.4_samples.stencil_index8"); 113