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_025129, 27 "dEQP-GLES3.functional.texture.mip", 28 "map.3d.basic.nearest_nearest_clamp"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025130, 31 "dEQP-GLES3.functional.texture.mipmap", 32 ".3d.basic.nearest_nearest_clamp_npot"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025131, 35 "dEQP-GLES3.functional.texture.mipm", 36 "ap.3d.basic.nearest_nearest_repeat"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025132, 39 "dEQP-GLES3.functional.texture.mipmap", 40 ".3d.basic.nearest_nearest_repeat_npot"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025133, 43 "dEQP-GLES3.functional.texture.mipm", 44 "ap.3d.basic.nearest_nearest_mirror"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025134, 47 "dEQP-GLES3.functional.texture.mipmap", 48 ".3d.basic.nearest_nearest_mirror_npot"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025135, 51 "dEQP-GLES3.functional.texture.mip", 52 "map.3d.basic.linear_nearest_clamp"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025136, 55 "dEQP-GLES3.functional.texture.mipma", 56 "p.3d.basic.linear_nearest_clamp_npot"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025137, 59 "dEQP-GLES3.functional.texture.mip", 60 "map.3d.basic.linear_nearest_repeat"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025138, 63 "dEQP-GLES3.functional.texture.mipmap", 64 ".3d.basic.linear_nearest_repeat_npot"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025139, 67 "dEQP-GLES3.functional.texture.mip", 68 "map.3d.basic.linear_nearest_mirror"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025140, 71 "dEQP-GLES3.functional.texture.mipmap", 72 ".3d.basic.linear_nearest_mirror_npot"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025141, 75 "dEQP-GLES3.functional.texture.mip", 76 "map.3d.basic.nearest_linear_clamp"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025142, 79 "dEQP-GLES3.functional.texture.mipma", 80 "p.3d.basic.nearest_linear_clamp_npot"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025143, 83 "dEQP-GLES3.functional.texture.mip", 84 "map.3d.basic.nearest_linear_repeat"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025144, 87 "dEQP-GLES3.functional.texture.mipmap", 88 ".3d.basic.nearest_linear_repeat_npot"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025145, 91 "dEQP-GLES3.functional.texture.mip", 92 "map.3d.basic.nearest_linear_mirror"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025146, 95 "dEQP-GLES3.functional.texture.mipmap", 96 ".3d.basic.nearest_linear_mirror_npot"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025147, 99 "dEQP-GLES3.functional.texture.mi", 100 "pmap.3d.basic.linear_linear_clamp"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025148, 103 "dEQP-GLES3.functional.texture.mipma", 104 "p.3d.basic.linear_linear_clamp_npot"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025149, 107 "dEQP-GLES3.functional.texture.mip", 108 "map.3d.basic.linear_linear_repeat"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025150, 111 "dEQP-GLES3.functional.texture.mipma", 112 "p.3d.basic.linear_linear_repeat_npot"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025151, 115 "dEQP-GLES3.functional.texture.mip", 116 "map.3d.basic.linear_linear_mirror"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30026TestSuite, TestCase_025152, 119 "dEQP-GLES3.functional.texture.mipma", 120 "p.3d.basic.linear_linear_mirror_npot"); 121