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 "../ActsDeqpgles30005TestSuite.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(ActsDeqpgles30005TestSuite, TestCase_004349, 27 "dEQP-GLES3.functional.shaders.a", 28 "rrays.constructor.float3_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004350, 31 "dEQP-GLES3.functional.shaders.ar", 32 "rays.constructor.float3_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004351, 35 "dEQP-GLES3.functional.shaders.a", 36 "rrays.constructor.float4_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004352, 39 "dEQP-GLES3.functional.shaders.ar", 40 "rays.constructor.float4_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004353, 43 "dEQP-GLES3.functional.shaders.", 44 "arrays.constructor.int3_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004354, 47 "dEQP-GLES3.functional.shaders.a", 48 "rrays.constructor.int3_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004355, 51 "dEQP-GLES3.functional.shaders.", 52 "arrays.constructor.int4_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004356, 55 "dEQP-GLES3.functional.shaders.a", 56 "rrays.constructor.int4_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004357, 59 "dEQP-GLES3.functional.shaders.", 60 "arrays.constructor.bool3_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004358, 63 "dEQP-GLES3.functional.shaders.a", 64 "rrays.constructor.bool3_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004359, 67 "dEQP-GLES3.functional.shaders.", 68 "arrays.constructor.bool4_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004360, 71 "dEQP-GLES3.functional.shaders.a", 72 "rrays.constructor.bool4_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004361, 75 "dEQP-GLES3.functional.shaders.a", 76 "rrays.constructor.struct3_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004362, 79 "dEQP-GLES3.functional.shaders.ar", 80 "rays.constructor.struct3_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004363, 83 "dEQP-GLES3.functional.shaders.a", 84 "rrays.constructor.struct4_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004364, 87 "dEQP-GLES3.functional.shaders.ar", 88 "rays.constructor.struct4_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004365, 91 "dEQP-GLES3.functional.shaders.arr", 92 "ays.constructor.float_vec3_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004366, 95 "dEQP-GLES3.functional.shaders.arra", 96 "ys.constructor.float_vec3_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004367, 99 "dEQP-GLES3.functional.shaders.ar", 100 "rays.constructor.int_vec3_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004368, 103 "dEQP-GLES3.functional.shaders.arr", 104 "ays.constructor.int_vec3_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004369, 107 "dEQP-GLES3.functional.shaders.ar", 108 "rays.constructor.bool_vec3_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004370, 111 "dEQP-GLES3.functional.shaders.arr", 112 "ays.constructor.bool_vec3_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004371, 115 "dEQP-GLES3.functional.shaders.arr", 116 "ays.constructor.float_mat3_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004372, 119 "dEQP-GLES3.functional.shaders.arra", 120 "ys.constructor.float_mat3_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004373, 123 "dEQP-GLES3.functional.shaders.ar", 124 "rays.constructor.int_mat3_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004374, 127 "dEQP-GLES3.functional.shaders.arr", 128 "ays.constructor.int_mat3_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004375, 131 "dEQP-GLES3.functional.shaders.ar", 132 "rays.constructor.bool_mat3_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30005TestSuite, TestCase_004376, 135 "dEQP-GLES3.functional.shaders.arr", 136 "ays.constructor.bool_mat3_fragment"); 137