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 "../ActsDeqpgles20017TestSuite.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(ActsDeqpgles20017TestSuite, TestCase_016039, 27 "dEQP-GLES2.functional.clipping.triangle_vert", 28 "ex.clip_three.clip_neg_x_and_pos_x_and_pos_y"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016040, 31 "dEQP-GLES2.functional.clipping.triangle_vert", 32 "ex.clip_three.clip_neg_x_and_pos_x_and_neg_y"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016041, 35 "dEQP-GLES2.functional.clipping.triangle_vertex.", 36 "clip_three.clip_neg_x_and_pos_x_and_neg_x_neg_y"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016042, 39 "dEQP-GLES2.functional.clipping.triangle_vertex.", 40 "clip_three.clip_neg_x_and_pos_x_and_pos_x_neg_y"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016043, 43 "dEQP-GLES2.functional.clipping.triangle_vertex.", 44 "clip_three.clip_neg_x_and_pos_x_and_pos_x_pos_y"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016044, 47 "dEQP-GLES2.functional.clipping.triangle_vertex.", 48 "clip_three.clip_neg_x_and_pos_x_and_neg_x_pos_y"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016045, 51 "dEQP-GLES2.functional.clipping.triangle_vertex.", 52 "clip_three.clip_neg_x_and_pos_x_and_neg_y_neg_z"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016046, 55 "dEQP-GLES2.functional.clipping.triangle_vertex.", 56 "clip_three.clip_neg_x_and_pos_x_and_pos_y_neg_z"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016047, 59 "dEQP-GLES2.functional.clipping.triangle_vertex.", 60 "clip_three.clip_neg_x_and_pos_x_and_pos_y_pos_z"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016048, 63 "dEQP-GLES2.functional.clipping.triangle_vertex.", 64 "clip_three.clip_neg_x_and_pos_x_and_neg_y_pos_z"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016049, 67 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 68 "p_three.clip_neg_x_and_pos_x_and_neg_x_neg_y_pos_z"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016050, 71 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 72 "p_three.clip_neg_x_and_pos_x_and_pos_x_neg_y_pos_z"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016051, 75 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 76 "p_three.clip_neg_x_and_pos_x_and_pos_x_pos_y_pos_z"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016052, 79 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 80 "p_three.clip_neg_x_and_pos_x_and_neg_x_pos_y_pos_z"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016053, 83 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 84 "p_three.clip_neg_x_and_pos_x_and_neg_x_neg_y_neg_z"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016054, 87 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 88 "p_three.clip_neg_x_and_pos_x_and_pos_x_neg_y_neg_z"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016055, 91 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 92 "p_three.clip_neg_x_and_pos_x_and_pos_x_pos_y_neg_z"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016056, 95 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 96 "p_three.clip_neg_x_and_pos_x_and_neg_x_pos_y_neg_z"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016057, 99 "dEQP-GLES2.functional.clipping.triangle_vert", 100 "ex.clip_three.clip_neg_x_and_pos_y_and_neg_y"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016058, 103 "dEQP-GLES2.functional.clipping.triangle_vertex.", 104 "clip_three.clip_neg_x_and_pos_y_and_pos_x_neg_y"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016059, 107 "dEQP-GLES2.functional.clipping.triangle_vertex.", 108 "clip_three.clip_neg_x_and_neg_y_and_pos_x_pos_y"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016060, 111 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 112 "p_three.clip_neg_x_and_neg_x_neg_y_and_pos_x_pos_y"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016061, 115 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 116 "p_three.clip_neg_x_and_pos_x_neg_y_and_pos_x_pos_y"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016062, 119 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 120 "p_three.clip_neg_x_and_pos_x_neg_y_and_neg_x_pos_y"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016063, 123 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 124 "p_three.clip_neg_x_and_neg_y_neg_z_and_pos_y_pos_z"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016064, 127 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 128 "hree.clip_neg_x_and_neg_y_neg_z_and_pos_x_pos_y_pos_z"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016065, 131 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 132 "p_three.clip_neg_x_and_pos_y_neg_z_and_neg_y_pos_z"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016066, 135 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 136 "hree.clip_neg_x_and_pos_y_neg_z_and_pos_x_neg_y_pos_z"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016067, 139 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 140 "hree.clip_neg_x_and_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016068, 143 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 144 "hree.clip_neg_x_and_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016069, 147 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 148 "e.clip_neg_x_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016070, 151 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 152 "e.clip_neg_x_and_pos_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016071, 155 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 156 "e.clip_neg_x_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016072, 159 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 160 "e.clip_neg_x_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016073, 163 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 164 "e.clip_neg_x_and_pos_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016074, 167 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 168 "e.clip_neg_x_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016075, 171 "dEQP-GLES2.functional.clipping.triangle_vert", 172 "ex.clip_three.clip_pos_x_and_pos_y_and_neg_y"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016076, 175 "dEQP-GLES2.functional.clipping.triangle_vertex.", 176 "clip_three.clip_pos_x_and_pos_y_and_neg_x_neg_y"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016077, 179 "dEQP-GLES2.functional.clipping.triangle_vertex.", 180 "clip_three.clip_pos_x_and_neg_y_and_neg_x_pos_y"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016078, 183 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 184 "p_three.clip_pos_x_and_neg_x_neg_y_and_pos_x_pos_y"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016079, 187 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 188 "p_three.clip_pos_x_and_neg_x_neg_y_and_neg_x_pos_y"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016080, 191 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 192 "p_three.clip_pos_x_and_pos_x_neg_y_and_neg_x_pos_y"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016081, 195 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 196 "p_three.clip_pos_x_and_neg_y_neg_z_and_pos_y_pos_z"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016082, 199 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 200 "hree.clip_pos_x_and_neg_y_neg_z_and_neg_x_pos_y_pos_z"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016083, 203 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 204 "p_three.clip_pos_x_and_pos_y_neg_z_and_neg_y_pos_z"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016084, 207 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 208 "hree.clip_pos_x_and_pos_y_neg_z_and_neg_x_neg_y_pos_z"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016085, 211 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 212 "hree.clip_pos_x_and_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016086, 215 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 216 "hree.clip_pos_x_and_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016087, 219 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 220 "e.clip_pos_x_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016088, 223 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 224 "e.clip_pos_x_and_neg_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016089, 227 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 228 "e.clip_pos_x_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016090, 231 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 232 "e.clip_pos_x_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016091, 235 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 236 "e.clip_pos_x_and_neg_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016092, 239 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 240 "e.clip_pos_x_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016093, 243 "dEQP-GLES2.functional.clipping.triangle_vertex.", 244 "clip_three.clip_pos_y_and_neg_y_and_neg_x_neg_y"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016094, 247 "dEQP-GLES2.functional.clipping.triangle_vertex.", 248 "clip_three.clip_pos_y_and_neg_y_and_pos_x_neg_y"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016095, 251 "dEQP-GLES2.functional.clipping.triangle_vertex.", 252 "clip_three.clip_pos_y_and_neg_y_and_pos_x_pos_y"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016096, 255 "dEQP-GLES2.functional.clipping.triangle_vertex.", 256 "clip_three.clip_pos_y_and_neg_y_and_neg_x_pos_y"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016097, 259 "dEQP-GLES2.functional.clipping.triangle_vertex.", 260 "clip_three.clip_pos_y_and_neg_y_and_neg_x_neg_z"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016098, 263 "dEQP-GLES2.functional.clipping.triangle_vertex.", 264 "clip_three.clip_pos_y_and_neg_y_and_pos_x_neg_z"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016099, 267 "dEQP-GLES2.functional.clipping.triangle_vertex.", 268 "clip_three.clip_pos_y_and_neg_y_and_pos_x_pos_z"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016100, 271 "dEQP-GLES2.functional.clipping.triangle_vertex.", 272 "clip_three.clip_pos_y_and_neg_y_and_neg_x_pos_z"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016101, 275 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 276 "p_three.clip_pos_y_and_neg_y_and_neg_x_neg_y_pos_z"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016102, 279 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 280 "p_three.clip_pos_y_and_neg_y_and_pos_x_neg_y_pos_z"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016103, 283 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 284 "p_three.clip_pos_y_and_neg_y_and_pos_x_pos_y_pos_z"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016104, 287 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 288 "p_three.clip_pos_y_and_neg_y_and_neg_x_pos_y_pos_z"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016105, 291 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 292 "p_three.clip_pos_y_and_neg_y_and_neg_x_neg_y_neg_z"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016106, 295 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 296 "p_three.clip_pos_y_and_neg_y_and_pos_x_neg_y_neg_z"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016107, 299 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 300 "p_three.clip_pos_y_and_neg_y_and_pos_x_pos_y_neg_z"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016108, 303 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 304 "p_three.clip_pos_y_and_neg_y_and_neg_x_pos_y_neg_z"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016109, 307 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 308 "p_three.clip_pos_y_and_neg_x_neg_y_and_pos_x_neg_y"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016110, 311 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 312 "p_three.clip_pos_y_and_neg_x_neg_y_and_pos_x_pos_y"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016111, 315 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 316 "p_three.clip_pos_y_and_pos_x_neg_y_and_neg_x_pos_y"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016112, 319 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 320 "p_three.clip_pos_y_and_neg_x_neg_z_and_pos_x_pos_z"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016113, 323 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 324 "hree.clip_pos_y_and_neg_x_neg_z_and_pos_x_neg_y_pos_z"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016114, 327 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 328 "p_three.clip_pos_y_and_pos_x_neg_z_and_neg_x_pos_z"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016115, 331 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 332 "hree.clip_pos_y_and_pos_x_neg_z_and_neg_x_neg_y_pos_z"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016116, 335 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 336 "hree.clip_pos_y_and_pos_x_pos_z_and_neg_x_neg_y_neg_z"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016117, 339 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 340 "hree.clip_pos_y_and_neg_x_pos_z_and_pos_x_neg_y_neg_z"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016118, 343 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 344 "e.clip_pos_y_and_neg_x_neg_y_pos_z_and_pos_x_neg_y_neg_z"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016119, 347 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 348 "e.clip_pos_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016120, 351 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 352 "e.clip_pos_y_and_pos_x_neg_y_pos_z_and_neg_x_neg_y_neg_z"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016121, 355 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 356 "e.clip_pos_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016122, 359 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 360 "e.clip_pos_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016123, 363 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 364 "e.clip_pos_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016124, 367 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 368 "p_three.clip_neg_y_and_neg_x_neg_y_and_pos_x_pos_y"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016125, 371 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 372 "p_three.clip_neg_y_and_pos_x_neg_y_and_neg_x_pos_y"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016126, 375 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 376 "p_three.clip_neg_y_and_pos_x_pos_y_and_neg_x_pos_y"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016127, 379 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 380 "p_three.clip_neg_y_and_neg_x_neg_z_and_pos_x_pos_z"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016128, 383 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 384 "hree.clip_neg_y_and_neg_x_neg_z_and_pos_x_pos_y_pos_z"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016129, 387 "dEQP-GLES2.functional.clipping.triangle_vertex.cli", 388 "p_three.clip_neg_y_and_pos_x_neg_z_and_neg_x_pos_z"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016130, 391 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 392 "hree.clip_neg_y_and_pos_x_neg_z_and_neg_x_pos_y_pos_z"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016131, 395 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 396 "hree.clip_neg_y_and_pos_x_pos_z_and_neg_x_pos_y_neg_z"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016132, 399 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 400 "hree.clip_neg_y_and_neg_x_pos_z_and_pos_x_pos_y_neg_z"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016133, 403 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 404 "e.clip_neg_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016134, 407 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 408 "e.clip_neg_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016135, 411 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 412 "e.clip_neg_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016136, 415 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 416 "e.clip_neg_y_and_pos_x_pos_y_pos_z_and_neg_x_pos_y_neg_z"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016137, 419 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 420 "e.clip_neg_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016138, 423 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 424 "e.clip_neg_y_and_neg_x_pos_y_pos_z_and_pos_x_pos_y_neg_z"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016139, 427 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 428 "hree.clip_neg_x_neg_y_and_pos_x_neg_y_and_pos_x_pos_y"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016140, 431 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 432 "hree.clip_neg_x_neg_y_and_pos_x_neg_y_and_neg_x_pos_y"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016141, 435 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 436 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016142, 439 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 440 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_neg_z"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016143, 443 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 444 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_neg_z"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016144, 447 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 448 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_pos_z"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016145, 451 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 452 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_z"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016146, 455 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 456 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_y_neg_z"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016147, 459 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 460 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_y_neg_z"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016148, 463 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 464 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_y_pos_z"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016149, 467 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 468 "hree.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_y_pos_z"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016150, 471 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 472 "e.clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_neg_y_pos_z"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016151, 475 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 476 "e.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y_pos_z"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016152, 479 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 480 "e.clip_neg_x_neg_y_and_pos_x_pos_y_and_pos_x_neg_y_neg_z"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016153, 483 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 484 "e.clip_neg_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y_neg_z"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016154, 487 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 488 "hree.clip_neg_x_neg_y_and_neg_x_neg_z_and_pos_x_pos_z"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016155, 491 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 492 "hree.clip_neg_x_neg_y_and_pos_x_neg_z_and_neg_x_pos_z"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016156, 495 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 496 "hree.clip_neg_x_neg_y_and_pos_x_neg_z_and_pos_y_pos_z"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016157, 499 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 500 "hree.clip_neg_x_neg_y_and_pos_x_pos_z_and_pos_y_neg_z"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016158, 503 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 504 "hree.clip_neg_x_neg_y_and_neg_y_neg_z_and_pos_y_pos_z"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016159, 507 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 508 "hree.clip_neg_x_neg_y_and_pos_y_neg_z_and_neg_y_pos_z"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016160, 511 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 512 "lip_neg_x_neg_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016161, 515 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 516 "lip_neg_x_neg_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016162, 519 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 520 "hree.clip_pos_x_neg_y_and_pos_x_pos_y_and_neg_x_pos_y"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016163, 523 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 524 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_neg_z"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016164, 527 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 528 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_neg_z"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016165, 531 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 532 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_pos_z"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016166, 535 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 536 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_pos_z"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016167, 539 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 540 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_y_neg_z"); 541 542 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016168, 543 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 544 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_y_neg_z"); 545 546 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016169, 547 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 548 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_y_pos_z"); 549 550 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016170, 551 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 552 "hree.clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_y_pos_z"); 553 554 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016171, 555 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 556 "e.clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_neg_y_pos_z"); 557 558 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016172, 559 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 560 "e.clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_pos_y_pos_z"); 561 562 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016173, 563 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 564 "e.clip_pos_x_neg_y_and_neg_x_pos_y_and_neg_x_neg_y_neg_z"); 565 566 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016174, 567 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 568 "e.clip_pos_x_neg_y_and_neg_x_pos_y_and_pos_x_pos_y_neg_z"); 569 570 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016175, 571 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 572 "hree.clip_pos_x_neg_y_and_neg_x_neg_z_and_pos_x_pos_z"); 573 574 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016176, 575 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 576 "hree.clip_pos_x_neg_y_and_neg_x_neg_z_and_pos_y_pos_z"); 577 578 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016177, 579 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 580 "hree.clip_pos_x_neg_y_and_pos_x_neg_z_and_neg_x_pos_z"); 581 582 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016178, 583 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 584 "hree.clip_pos_x_neg_y_and_neg_x_pos_z_and_pos_y_neg_z"); 585 586 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016179, 587 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 588 "hree.clip_pos_x_neg_y_and_neg_y_neg_z_and_pos_y_pos_z"); 589 590 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016180, 591 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 592 "hree.clip_pos_x_neg_y_and_pos_y_neg_z_and_neg_y_pos_z"); 593 594 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016181, 595 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 596 "lip_pos_x_neg_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 597 598 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016182, 599 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 600 "lip_pos_x_neg_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 601 602 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016183, 603 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 604 "hree.clip_pos_x_pos_y_and_neg_x_neg_z_and_pos_x_pos_z"); 605 606 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016184, 607 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 608 "hree.clip_pos_x_pos_y_and_neg_x_neg_z_and_neg_y_pos_z"); 609 610 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016185, 611 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 612 "hree.clip_pos_x_pos_y_and_pos_x_neg_z_and_neg_x_pos_z"); 613 614 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016186, 615 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 616 "hree.clip_pos_x_pos_y_and_neg_x_pos_z_and_neg_y_neg_z"); 617 618 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016187, 619 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 620 "hree.clip_pos_x_pos_y_and_neg_y_neg_z_and_pos_y_pos_z"); 621 622 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016188, 623 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 624 "hree.clip_pos_x_pos_y_and_pos_y_neg_z_and_neg_y_pos_z"); 625 626 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016189, 627 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 628 "lip_pos_x_pos_y_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 629 630 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016190, 631 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 632 "lip_pos_x_pos_y_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 633 634 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016191, 635 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 636 "hree.clip_neg_x_pos_y_and_neg_x_neg_z_and_pos_x_pos_z"); 637 638 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016192, 639 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 640 "hree.clip_neg_x_pos_y_and_pos_x_neg_z_and_neg_x_pos_z"); 641 642 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016193, 643 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 644 "hree.clip_neg_x_pos_y_and_pos_x_neg_z_and_neg_y_pos_z"); 645 646 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016194, 647 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 648 "hree.clip_neg_x_pos_y_and_pos_x_pos_z_and_neg_y_neg_z"); 649 650 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016195, 651 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 652 "hree.clip_neg_x_pos_y_and_neg_y_neg_z_and_pos_y_pos_z"); 653 654 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016196, 655 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 656 "hree.clip_neg_x_pos_y_and_pos_y_neg_z_and_neg_y_pos_z"); 657 658 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016197, 659 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 660 "lip_neg_x_pos_y_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 661 662 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016198, 663 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 664 "lip_neg_x_pos_y_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 665 666 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016199, 667 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 668 "hree.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_y_neg_z"); 669 670 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016200, 671 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 672 "hree.clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_y_neg_z"); 673 674 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016201, 675 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 676 "hree.clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_y_pos_z"); 677 678 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016202, 679 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 680 "hree.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_y_pos_z"); 681 682 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016203, 683 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 684 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z"); 685 686 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016204, 687 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 688 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_neg_y_pos_z"); 689 690 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016205, 691 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 692 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_pos_y_pos_z"); 693 694 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016206, 695 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 696 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_pos_y_pos_z"); 697 698 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016207, 699 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 700 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_neg_z"); 701 702 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016208, 703 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 704 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_neg_y_neg_z"); 705 706 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016209, 707 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 708 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_pos_x_pos_y_neg_z"); 709 710 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016210, 711 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 712 "e.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_pos_y_neg_z"); 713 714 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016211, 715 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 716 "hree.clip_neg_x_neg_z_and_neg_y_neg_z_and_pos_y_pos_z"); 717 718 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016212, 719 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 720 "hree.clip_neg_x_neg_z_and_pos_y_neg_z_and_neg_y_pos_z"); 721 722 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016213, 723 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 724 "lip_neg_x_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 725 726 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016214, 727 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 728 "lip_neg_x_neg_z_and_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z"); 729 730 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016215, 731 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 732 "lip_neg_x_neg_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 733 734 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016216, 735 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 736 "lip_neg_x_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 737 738 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016217, 739 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 740 "lip_neg_x_neg_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 741 742 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016218, 743 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 744 "hree.clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_y_neg_z"); 745 746 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016219, 747 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 748 "hree.clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_y_neg_z"); 749 750 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016220, 751 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 752 "hree.clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_y_pos_z"); 753 754 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016221, 755 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 756 "hree.clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_y_pos_z"); 757 758 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016222, 759 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 760 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_neg_y_pos_z"); 761 762 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016223, 763 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 764 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_x_neg_y_pos_z"); 765 766 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016224, 767 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 768 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_x_pos_y_pos_z"); 769 770 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016225, 771 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 772 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_pos_y_pos_z"); 773 774 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016226, 775 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 776 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_neg_y_neg_z"); 777 778 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016227, 779 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 780 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_x_neg_y_neg_z"); 781 782 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016228, 783 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 784 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_pos_x_pos_y_neg_z"); 785 786 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016229, 787 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 788 "e.clip_pos_x_neg_z_and_neg_x_pos_z_and_neg_x_pos_y_neg_z"); 789 790 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016230, 791 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 792 "hree.clip_pos_x_neg_z_and_neg_y_neg_z_and_pos_y_pos_z"); 793 794 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016231, 795 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 796 "hree.clip_pos_x_neg_z_and_pos_y_neg_z_and_neg_y_pos_z"); 797 798 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016232, 799 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 800 "lip_pos_x_neg_z_and_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z"); 801 802 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016233, 803 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 804 "lip_pos_x_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 805 806 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016234, 807 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 808 "lip_pos_x_neg_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 809 810 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016235, 811 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 812 "lip_pos_x_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 813 814 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016236, 815 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 816 "lip_pos_x_neg_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 817 818 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016237, 819 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 820 "hree.clip_pos_x_pos_z_and_neg_y_neg_z_and_pos_y_pos_z"); 821 822 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016238, 823 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 824 "hree.clip_pos_x_pos_z_and_pos_y_neg_z_and_neg_y_pos_z"); 825 826 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016239, 827 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 828 "lip_pos_x_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 829 830 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016240, 831 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 832 "lip_pos_x_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 833 834 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016241, 835 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 836 "lip_pos_x_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 837 838 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016242, 839 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 840 "lip_pos_x_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 841 842 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016243, 843 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 844 "lip_pos_x_pos_z_and_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z"); 845 846 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016244, 847 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 848 "hree.clip_neg_x_pos_z_and_neg_y_neg_z_and_pos_y_pos_z"); 849 850 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016245, 851 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_t", 852 "hree.clip_neg_x_pos_z_and_pos_y_neg_z_and_neg_y_pos_z"); 853 854 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016246, 855 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 856 "lip_neg_x_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 857 858 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016247, 859 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 860 "lip_neg_x_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 861 862 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016248, 863 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 864 "lip_neg_x_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 865 866 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016249, 867 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 868 "lip_neg_x_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 869 870 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016250, 871 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 872 "lip_neg_x_pos_z_and_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z"); 873 874 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016251, 875 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 876 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_neg_x_neg_y_pos_z"); 877 878 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016252, 879 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 880 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_neg_y_pos_z"); 881 882 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016253, 883 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 884 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_pos_y_pos_z"); 885 886 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016254, 887 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 888 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_neg_x_pos_y_pos_z"); 889 890 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016255, 891 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 892 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 893 894 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016256, 895 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 896 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 897 898 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016257, 899 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 900 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_pos_x_pos_y_neg_z"); 901 902 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016258, 903 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 904 "e.clip_neg_y_neg_z_and_pos_y_pos_z_and_neg_x_pos_y_neg_z"); 905 906 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016259, 907 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 908 "lip_neg_y_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 909 910 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016260, 911 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 912 "lip_neg_y_neg_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 913 914 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016261, 915 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 916 "lip_neg_y_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z"); 917 918 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016262, 919 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 920 "lip_neg_y_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 921 922 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016263, 923 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 924 "lip_neg_y_neg_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 925 926 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016264, 927 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 928 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_neg_x_neg_y_pos_z"); 929 930 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016265, 931 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 932 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_pos_x_neg_y_pos_z"); 933 934 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016266, 935 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 936 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_pos_x_pos_y_pos_z"); 937 938 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016267, 939 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 940 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_neg_x_pos_y_pos_z"); 941 942 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016268, 943 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 944 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_neg_x_neg_y_neg_z"); 945 946 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016269, 947 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 948 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_pos_x_neg_y_neg_z"); 949 950 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016270, 951 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 952 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 953 954 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016271, 955 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_thre", 956 "e.clip_pos_y_neg_z_and_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 957 958 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016272, 959 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 960 "lip_pos_y_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_neg_y_pos_z"); 961 962 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016273, 963 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 964 "lip_pos_y_neg_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 965 966 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016274, 967 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 968 "lip_pos_y_neg_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 969 970 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016275, 971 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 972 "lip_pos_y_neg_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 973 974 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016276, 975 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 976 "lip_pos_y_neg_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 977 978 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016277, 979 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 980 "lip_pos_y_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 981 982 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016278, 983 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 984 "lip_pos_y_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 985 986 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016279, 987 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 988 "lip_pos_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 989 990 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016280, 991 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 992 "lip_pos_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 993 994 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016281, 995 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 996 "lip_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z"); 997 998 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016282, 999 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 1000 "lip_neg_y_pos_z_and_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 1001 1002 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016283, 1003 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 1004 "lip_neg_y_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 1005 1006 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016284, 1007 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 1008 "lip_neg_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 1009 1010 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016285, 1011 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 1012 "lip_neg_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 1013 1014 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016286, 1015 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.c", 1016 "lip_neg_y_pos_z_and_pos_x_pos_y_neg_z_and_neg_x_pos_y_neg_z"); 1017 1018 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016287, 1019 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1020 "_neg_x_neg_y_pos_z_and_pos_x_neg_y_pos_z_and_pos_x_pos_y_neg_z"); 1021 1022 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016288, 1023 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1024 "_neg_x_neg_y_pos_z_and_pos_x_neg_y_pos_z_and_neg_x_pos_y_neg_z"); 1025 1026 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016289, 1027 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1028 "_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 1029 1030 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016290, 1031 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1032 "_neg_x_neg_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_pos_y_neg_z"); 1033 1034 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016291, 1035 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1036 "_neg_x_neg_y_pos_z_and_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z"); 1037 1038 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016292, 1039 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1040 "_neg_x_neg_y_pos_z_and_pos_x_pos_y_neg_z_and_neg_x_pos_y_neg_z"); 1041 1042 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016293, 1043 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1044 "_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 1045 1046 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016294, 1047 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1048 "_pos_x_neg_y_pos_z_and_pos_x_pos_y_pos_z_and_neg_x_pos_y_neg_z"); 1049 1050 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016295, 1051 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1052 "_pos_x_neg_y_pos_z_and_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z"); 1053 1054 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016296, 1055 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1056 "_pos_x_neg_y_pos_z_and_pos_x_pos_y_neg_z_and_neg_x_pos_y_neg_z"); 1057 1058 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016297, 1059 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1060 "_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z_and_neg_x_neg_y_neg_z"); 1061 1062 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016298, 1063 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1064 "_pos_x_pos_y_pos_z_and_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z"); 1065 1066 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016299, 1067 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1068 "_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z"); 1069 1070 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016300, 1071 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1072 "_pos_x_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_neg_x_pos_y_neg_z"); 1073 1074 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016301, 1075 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1076 "_neg_x_pos_y_pos_z_and_neg_x_neg_y_neg_z_and_pos_x_neg_y_neg_z"); 1077 1078 static SHRINK_HWTEST_F(ActsDeqpgles20017TestSuite, TestCase_016302, 1079 "dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip", 1080 "_neg_x_pos_y_pos_z_and_pos_x_neg_y_neg_z_and_pos_x_pos_y_neg_z"); 1081