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 "../ActsDeqpgles30039TestSuite.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(ActsDeqpgles30039TestSuite, TestCase_038470, 27 "dEQP-GLES3.functional.attribute_", 28 "location.bind_aliasing.cond_float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038471, 31 "dEQP-GLES3.functional.attribute_lo", 32 "cation.bind_aliasing.max_cond_float"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038472, 35 "dEQP-GLES3.functional.attribute_loca", 36 "tion.bind_aliasing.max_inactive_float"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038473, 39 "dEQP-GLES3.functional.attribute_", 40 "location.bind_aliasing.cond_vec2"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038474, 43 "dEQP-GLES3.functional.attribute_lo", 44 "cation.bind_aliasing.max_cond_vec2"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038475, 47 "dEQP-GLES3.functional.attribute_loca", 48 "tion.bind_aliasing.max_inactive_vec2"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038476, 51 "dEQP-GLES3.functional.attribute_", 52 "location.bind_aliasing.cond_vec3"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038477, 55 "dEQP-GLES3.functional.attribute_lo", 56 "cation.bind_aliasing.max_cond_vec3"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038478, 59 "dEQP-GLES3.functional.attribute_loca", 60 "tion.bind_aliasing.max_inactive_vec3"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038479, 63 "dEQP-GLES3.functional.attribute_", 64 "location.bind_aliasing.cond_vec4"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038480, 67 "dEQP-GLES3.functional.attribute_lo", 68 "cation.bind_aliasing.max_cond_vec4"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038481, 71 "dEQP-GLES3.functional.attribute_loca", 72 "tion.bind_aliasing.max_inactive_vec4"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038482, 75 "dEQP-GLES3.functional.attribute_", 76 "location.bind_aliasing.cond_mat2"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038483, 79 "dEQP-GLES3.functional.attribute_loca", 80 "tion.bind_aliasing.cond_mat2_offset_1"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038484, 83 "dEQP-GLES3.functional.attribute_lo", 84 "cation.bind_aliasing.max_cond_mat2"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038485, 87 "dEQP-GLES3.functional.attribute_loca", 88 "tion.bind_aliasing.max_inactive_mat2"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038486, 91 "dEQP-GLES3.functional.attribute_", 92 "location.bind_aliasing.cond_mat3"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038487, 95 "dEQP-GLES3.functional.attribute_loca", 96 "tion.bind_aliasing.cond_mat3_offset_1"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038488, 99 "dEQP-GLES3.functional.attribute_lo", 100 "cation.bind_aliasing.max_cond_mat3"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038489, 103 "dEQP-GLES3.functional.attribute_loca", 104 "tion.bind_aliasing.max_inactive_mat3"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038490, 107 "dEQP-GLES3.functional.attribute_", 108 "location.bind_aliasing.cond_mat4"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038491, 111 "dEQP-GLES3.functional.attribute_loca", 112 "tion.bind_aliasing.cond_mat4_offset_1"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038492, 115 "dEQP-GLES3.functional.attribute_lo", 116 "cation.bind_aliasing.max_cond_mat4"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30039TestSuite, TestCase_038493, 119 "dEQP-GLES3.functional.attribute_loca", 120 "tion.bind_aliasing.max_inactive_mat4"); 121