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 "../ActsDeqpgles20011TestSuite.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(ActsDeqpgles20011TestSuite, TestCase_010705, 27 "dEQP-GLES2.functional.texture.spe", 28 "cification.random_teximage2d.2d_0"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010706, 31 "dEQP-GLES2.functional.texture.spe", 32 "cification.random_teximage2d.2d_1"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010707, 35 "dEQP-GLES2.functional.texture.spe", 36 "cification.random_teximage2d.2d_2"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010708, 39 "dEQP-GLES2.functional.texture.spe", 40 "cification.random_teximage2d.2d_3"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010709, 43 "dEQP-GLES2.functional.texture.spe", 44 "cification.random_teximage2d.2d_4"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010710, 47 "dEQP-GLES2.functional.texture.spe", 48 "cification.random_teximage2d.2d_5"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010711, 51 "dEQP-GLES2.functional.texture.spe", 52 "cification.random_teximage2d.2d_6"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010712, 55 "dEQP-GLES2.functional.texture.spe", 56 "cification.random_teximage2d.2d_7"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010713, 59 "dEQP-GLES2.functional.texture.spe", 60 "cification.random_teximage2d.2d_8"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010714, 63 "dEQP-GLES2.functional.texture.spe", 64 "cification.random_teximage2d.2d_9"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010715, 67 "dEQP-GLES2.functional.texture.spec", 68 "ification.random_teximage2d.cube_0"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010716, 71 "dEQP-GLES2.functional.texture.spec", 72 "ification.random_teximage2d.cube_1"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010717, 75 "dEQP-GLES2.functional.texture.spec", 76 "ification.random_teximage2d.cube_2"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010718, 79 "dEQP-GLES2.functional.texture.spec", 80 "ification.random_teximage2d.cube_3"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010719, 83 "dEQP-GLES2.functional.texture.spec", 84 "ification.random_teximage2d.cube_4"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010720, 87 "dEQP-GLES2.functional.texture.spec", 88 "ification.random_teximage2d.cube_5"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010721, 91 "dEQP-GLES2.functional.texture.spec", 92 "ification.random_teximage2d.cube_6"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010722, 95 "dEQP-GLES2.functional.texture.spec", 96 "ification.random_teximage2d.cube_7"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010723, 99 "dEQP-GLES2.functional.texture.spec", 100 "ification.random_teximage2d.cube_8"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles20011TestSuite, TestCase_010724, 103 "dEQP-GLES2.functional.texture.spec", 104 "ification.random_teximage2d.cube_9"); 105