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 "../ActsDeqpgles30013TestSuite.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(ActsDeqpgles30013TestSuite, TestCase_012670, 27 "dEQP-GLES3.functional.shaders.operator.co", 28 "mmon_functions.roundEven.lowp_float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012671, 31 "dEQP-GLES3.functional.shaders.operator.com", 32 "mon_functions.roundEven.lowp_float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012672, 35 "dEQP-GLES3.functional.shaders.operator.comm", 36 "on_functions.roundEven.mediump_float_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012673, 39 "dEQP-GLES3.functional.shaders.operator.commo", 40 "n_functions.roundEven.mediump_float_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012674, 43 "dEQP-GLES3.functional.shaders.operator.com", 44 "mon_functions.roundEven.highp_float_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012675, 47 "dEQP-GLES3.functional.shaders.operator.comm", 48 "on_functions.roundEven.highp_float_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012676, 51 "dEQP-GLES3.functional.shaders.operator.co", 52 "mmon_functions.roundEven.lowp_vec2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012677, 55 "dEQP-GLES3.functional.shaders.operator.com", 56 "mon_functions.roundEven.lowp_vec2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012678, 59 "dEQP-GLES3.functional.shaders.operator.com", 60 "mon_functions.roundEven.mediump_vec2_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012679, 63 "dEQP-GLES3.functional.shaders.operator.comm", 64 "on_functions.roundEven.mediump_vec2_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012680, 67 "dEQP-GLES3.functional.shaders.operator.co", 68 "mmon_functions.roundEven.highp_vec2_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012681, 71 "dEQP-GLES3.functional.shaders.operator.com", 72 "mon_functions.roundEven.highp_vec2_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012682, 75 "dEQP-GLES3.functional.shaders.operator.co", 76 "mmon_functions.roundEven.lowp_vec3_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012683, 79 "dEQP-GLES3.functional.shaders.operator.com", 80 "mon_functions.roundEven.lowp_vec3_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012684, 83 "dEQP-GLES3.functional.shaders.operator.com", 84 "mon_functions.roundEven.mediump_vec3_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012685, 87 "dEQP-GLES3.functional.shaders.operator.comm", 88 "on_functions.roundEven.mediump_vec3_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012686, 91 "dEQP-GLES3.functional.shaders.operator.co", 92 "mmon_functions.roundEven.highp_vec3_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012687, 95 "dEQP-GLES3.functional.shaders.operator.com", 96 "mon_functions.roundEven.highp_vec3_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012688, 99 "dEQP-GLES3.functional.shaders.operator.co", 100 "mmon_functions.roundEven.lowp_vec4_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012689, 103 "dEQP-GLES3.functional.shaders.operator.com", 104 "mon_functions.roundEven.lowp_vec4_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012690, 107 "dEQP-GLES3.functional.shaders.operator.com", 108 "mon_functions.roundEven.mediump_vec4_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012691, 111 "dEQP-GLES3.functional.shaders.operator.comm", 112 "on_functions.roundEven.mediump_vec4_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012692, 115 "dEQP-GLES3.functional.shaders.operator.co", 116 "mmon_functions.roundEven.highp_vec4_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012693, 119 "dEQP-GLES3.functional.shaders.operator.com", 120 "mon_functions.roundEven.highp_vec4_fragment"); 121