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 "../ActsDeqpgles20014TestSuite.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(ActsDeqpgles20014TestSuite, TestCase_013940, 27 "dEQP-GLES2.functional.attribute_", 28 "location.bind_aliasing.cond_float"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013941, 31 "dEQP-GLES2.functional.attribute_loca", 32 "tion.bind_aliasing.max_inactive_float"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013942, 35 "dEQP-GLES2.functional.attribute_", 36 "location.bind_aliasing.cond_vec2"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013943, 39 "dEQP-GLES2.functional.attribute_loca", 40 "tion.bind_aliasing.max_inactive_vec2"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013944, 43 "dEQP-GLES2.functional.attribute_", 44 "location.bind_aliasing.cond_vec3"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013945, 47 "dEQP-GLES2.functional.attribute_loca", 48 "tion.bind_aliasing.max_inactive_vec3"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013946, 51 "dEQP-GLES2.functional.attribute_", 52 "location.bind_aliasing.cond_vec4"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013947, 55 "dEQP-GLES2.functional.attribute_loca", 56 "tion.bind_aliasing.max_inactive_vec4"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013948, 59 "dEQP-GLES2.functional.attribute_", 60 "location.bind_aliasing.cond_mat2"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013949, 63 "dEQP-GLES2.functional.attribute_loca", 64 "tion.bind_aliasing.cond_mat2_offset_1"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013950, 67 "dEQP-GLES2.functional.attribute_loca", 68 "tion.bind_aliasing.max_inactive_mat2"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013951, 71 "dEQP-GLES2.functional.attribute_", 72 "location.bind_aliasing.cond_mat3"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013952, 75 "dEQP-GLES2.functional.attribute_loca", 76 "tion.bind_aliasing.cond_mat3_offset_1"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013953, 79 "dEQP-GLES2.functional.attribute_loca", 80 "tion.bind_aliasing.max_inactive_mat3"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013954, 83 "dEQP-GLES2.functional.attribute_", 84 "location.bind_aliasing.cond_mat4"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013955, 87 "dEQP-GLES2.functional.attribute_loca", 88 "tion.bind_aliasing.cond_mat4_offset_1"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles20014TestSuite, TestCase_013956, 91 "dEQP-GLES2.functional.attribute_loca", 92 "tion.bind_aliasing.max_inactive_mat4"); 93