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 "../Deqpgles2BaseFunc.h" 19 #include "../ActsDeqpgles20001TestSuite.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(ActsDeqpgles20001TestSuite, TestCase_000053, 27 "dEQP-GLES2.functional.d", 28 "epth_stencil_clear.depth"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000054, 31 "dEQP-GLES2.functional.depth_", 32 "stencil_clear.depth_scissored"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000055, 35 "dEQP-GLES2.functional.depth_sten", 36 "cil_clear.depth_scissored_masked"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000056, 39 "dEQP-GLES2.functional.de", 40 "pth_stencil_clear.stencil"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000057, 43 "dEQP-GLES2.functional.depth_", 44 "stencil_clear.stencil_masked"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000058, 47 "dEQP-GLES2.functional.depth_s", 48 "tencil_clear.stencil_scissored"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000059, 51 "dEQP-GLES2.functional.depth_stenc", 52 "il_clear.stencil_scissored_masked"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000060, 55 "dEQP-GLES2.functional.depth", 56 "_stencil_clear.depth_stencil"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000061, 59 "dEQP-GLES2.functional.depth_ste", 60 "ncil_clear.depth_stencil_masked"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000062, 63 "dEQP-GLES2.functional.depth_sten", 64 "cil_clear.depth_stencil_scissored"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20001TestSuite, TestCase_000063, 67 "dEQP-GLES2.functional.depth_stencil_", 68 "clear.depth_stencil_scissored_masked"); 69