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 "../ActsDeqpgles30026TestSuite.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(ActsDeqpgles30026TestSuite, TestCase_025810, 27 "dEQP-GLES3.functional.texture.spe", 28 "cification.random_teximage2d.2d_0"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025811, 31 "dEQP-GLES3.functional.texture.spe", 32 "cification.random_teximage2d.2d_1"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025812, 35 "dEQP-GLES3.functional.texture.spe", 36 "cification.random_teximage2d.2d_2"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025813, 39 "dEQP-GLES3.functional.texture.spe", 40 "cification.random_teximage2d.2d_3"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025814, 43 "dEQP-GLES3.functional.texture.spe", 44 "cification.random_teximage2d.2d_4"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025815, 47 "dEQP-GLES3.functional.texture.spe", 48 "cification.random_teximage2d.2d_5"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025816, 51 "dEQP-GLES3.functional.texture.spe", 52 "cification.random_teximage2d.2d_6"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025817, 55 "dEQP-GLES3.functional.texture.spe", 56 "cification.random_teximage2d.2d_7"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025818, 59 "dEQP-GLES3.functional.texture.spe", 60 "cification.random_teximage2d.2d_8"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025819, 63 "dEQP-GLES3.functional.texture.spe", 64 "cification.random_teximage2d.2d_9"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025820, 67 "dEQP-GLES3.functional.texture.spec", 68 "ification.random_teximage2d.cube_0"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025821, 71 "dEQP-GLES3.functional.texture.spec", 72 "ification.random_teximage2d.cube_1"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025822, 75 "dEQP-GLES3.functional.texture.spec", 76 "ification.random_teximage2d.cube_2"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025823, 79 "dEQP-GLES3.functional.texture.spec", 80 "ification.random_teximage2d.cube_3"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025824, 83 "dEQP-GLES3.functional.texture.spec", 84 "ification.random_teximage2d.cube_4"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025825, 87 "dEQP-GLES3.functional.texture.spec", 88 "ification.random_teximage2d.cube_5"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025826, 91 "dEQP-GLES3.functional.texture.spec", 92 "ification.random_teximage2d.cube_6"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025827, 95 "dEQP-GLES3.functional.texture.spec", 96 "ification.random_teximage2d.cube_7"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025828, 99 "dEQP-GLES3.functional.texture.spec", 100 "ification.random_teximage2d.cube_8"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025829, 103 "dEQP-GLES3.functional.texture.spec", 104 "ification.random_teximage2d.cube_9"); 105