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 "../ActsDeqpgles30036TestSuite.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(ActsDeqpgles30036TestSuite, TestCase_035067, 27 "dEQP-GLES3.functional.ubo.single", 28 "_basic_array.std140.float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035068, 31 "dEQP-GLES3.functional.ubo.single_", 32 "basic_array.std140.float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035069, 35 "dEQP-GLES3.functional.ubo.singl", 36 "e_basic_array.std140.float_both"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035070, 39 "dEQP-GLES3.functional.ubo.singl", 40 "e_basic_array.std140.vec2_vertex"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035071, 43 "dEQP-GLES3.functional.ubo.single", 44 "_basic_array.std140.vec2_fragment"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035072, 47 "dEQP-GLES3.functional.ubo.sing", 48 "le_basic_array.std140.vec2_both"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035073, 51 "dEQP-GLES3.functional.ubo.singl", 52 "e_basic_array.std140.vec3_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035074, 55 "dEQP-GLES3.functional.ubo.single", 56 "_basic_array.std140.vec3_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035075, 59 "dEQP-GLES3.functional.ubo.sing", 60 "le_basic_array.std140.vec3_both"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035076, 63 "dEQP-GLES3.functional.ubo.singl", 64 "e_basic_array.std140.vec4_vertex"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035077, 67 "dEQP-GLES3.functional.ubo.single", 68 "_basic_array.std140.vec4_fragment"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035078, 71 "dEQP-GLES3.functional.ubo.sing", 72 "le_basic_array.std140.vec4_both"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035079, 75 "dEQP-GLES3.functional.ubo.singl", 76 "e_basic_array.std140.int_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035080, 79 "dEQP-GLES3.functional.ubo.single", 80 "_basic_array.std140.int_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035081, 83 "dEQP-GLES3.functional.ubo.sing", 84 "le_basic_array.std140.int_both"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035082, 87 "dEQP-GLES3.functional.ubo.single", 88 "_basic_array.std140.ivec2_vertex"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035083, 91 "dEQP-GLES3.functional.ubo.single_", 92 "basic_array.std140.ivec2_fragment"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035084, 95 "dEQP-GLES3.functional.ubo.singl", 96 "e_basic_array.std140.ivec2_both"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035085, 99 "dEQP-GLES3.functional.ubo.single", 100 "_basic_array.std140.ivec3_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035086, 103 "dEQP-GLES3.functional.ubo.single_", 104 "basic_array.std140.ivec3_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035087, 107 "dEQP-GLES3.functional.ubo.singl", 108 "e_basic_array.std140.ivec3_both"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035088, 111 "dEQP-GLES3.functional.ubo.single", 112 "_basic_array.std140.ivec4_vertex"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035089, 115 "dEQP-GLES3.functional.ubo.single_", 116 "basic_array.std140.ivec4_fragment"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035090, 119 "dEQP-GLES3.functional.ubo.singl", 120 "e_basic_array.std140.ivec4_both"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035091, 123 "dEQP-GLES3.functional.ubo.singl", 124 "e_basic_array.std140.uint_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035092, 127 "dEQP-GLES3.functional.ubo.single", 128 "_basic_array.std140.uint_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035093, 131 "dEQP-GLES3.functional.ubo.sing", 132 "le_basic_array.std140.uint_both"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035094, 135 "dEQP-GLES3.functional.ubo.single", 136 "_basic_array.std140.uvec2_vertex"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035095, 139 "dEQP-GLES3.functional.ubo.single_", 140 "basic_array.std140.uvec2_fragment"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035096, 143 "dEQP-GLES3.functional.ubo.singl", 144 "e_basic_array.std140.uvec2_both"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035097, 147 "dEQP-GLES3.functional.ubo.single", 148 "_basic_array.std140.uvec3_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035098, 151 "dEQP-GLES3.functional.ubo.single_", 152 "basic_array.std140.uvec3_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035099, 155 "dEQP-GLES3.functional.ubo.singl", 156 "e_basic_array.std140.uvec3_both"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035100, 159 "dEQP-GLES3.functional.ubo.single", 160 "_basic_array.std140.uvec4_vertex"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035101, 163 "dEQP-GLES3.functional.ubo.single_", 164 "basic_array.std140.uvec4_fragment"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035102, 167 "dEQP-GLES3.functional.ubo.singl", 168 "e_basic_array.std140.uvec4_both"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035103, 171 "dEQP-GLES3.functional.ubo.singl", 172 "e_basic_array.std140.bool_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035104, 175 "dEQP-GLES3.functional.ubo.single", 176 "_basic_array.std140.bool_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035105, 179 "dEQP-GLES3.functional.ubo.sing", 180 "le_basic_array.std140.bool_both"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035106, 183 "dEQP-GLES3.functional.ubo.single", 184 "_basic_array.std140.bvec2_vertex"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035107, 187 "dEQP-GLES3.functional.ubo.single_", 188 "basic_array.std140.bvec2_fragment"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035108, 191 "dEQP-GLES3.functional.ubo.singl", 192 "e_basic_array.std140.bvec2_both"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035109, 195 "dEQP-GLES3.functional.ubo.single", 196 "_basic_array.std140.bvec3_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035110, 199 "dEQP-GLES3.functional.ubo.single_", 200 "basic_array.std140.bvec3_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035111, 203 "dEQP-GLES3.functional.ubo.singl", 204 "e_basic_array.std140.bvec3_both"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035112, 207 "dEQP-GLES3.functional.ubo.single", 208 "_basic_array.std140.bvec4_vertex"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035113, 211 "dEQP-GLES3.functional.ubo.single_", 212 "basic_array.std140.bvec4_fragment"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035114, 215 "dEQP-GLES3.functional.ubo.singl", 216 "e_basic_array.std140.bvec4_both"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035115, 219 "dEQP-GLES3.functional.ubo.singl", 220 "e_basic_array.std140.mat2_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035116, 223 "dEQP-GLES3.functional.ubo.single", 224 "_basic_array.std140.mat2_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035117, 227 "dEQP-GLES3.functional.ubo.sing", 228 "le_basic_array.std140.mat2_both"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035118, 231 "dEQP-GLES3.functional.ubo.single_bas", 232 "ic_array.std140.row_major_mat2_vertex"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035119, 235 "dEQP-GLES3.functional.ubo.single_basi", 236 "c_array.std140.row_major_mat2_fragment"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035120, 239 "dEQP-GLES3.functional.ubo.single_ba", 240 "sic_array.std140.row_major_mat2_both"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035121, 243 "dEQP-GLES3.functional.ubo.single_basic", 244 "_array.std140.column_major_mat2_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035122, 247 "dEQP-GLES3.functional.ubo.single_basic_", 248 "array.std140.column_major_mat2_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035123, 251 "dEQP-GLES3.functional.ubo.single_basi", 252 "c_array.std140.column_major_mat2_both"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035124, 255 "dEQP-GLES3.functional.ubo.singl", 256 "e_basic_array.std140.mat3_vertex"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035125, 259 "dEQP-GLES3.functional.ubo.single", 260 "_basic_array.std140.mat3_fragment"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035126, 263 "dEQP-GLES3.functional.ubo.sing", 264 "le_basic_array.std140.mat3_both"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035127, 267 "dEQP-GLES3.functional.ubo.single_bas", 268 "ic_array.std140.row_major_mat3_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035128, 271 "dEQP-GLES3.functional.ubo.single_basi", 272 "c_array.std140.row_major_mat3_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035129, 275 "dEQP-GLES3.functional.ubo.single_ba", 276 "sic_array.std140.row_major_mat3_both"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035130, 279 "dEQP-GLES3.functional.ubo.single_basic", 280 "_array.std140.column_major_mat3_vertex"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035131, 283 "dEQP-GLES3.functional.ubo.single_basic_", 284 "array.std140.column_major_mat3_fragment"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035132, 287 "dEQP-GLES3.functional.ubo.single_basi", 288 "c_array.std140.column_major_mat3_both"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035133, 291 "dEQP-GLES3.functional.ubo.singl", 292 "e_basic_array.std140.mat4_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035134, 295 "dEQP-GLES3.functional.ubo.single", 296 "_basic_array.std140.mat4_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035135, 299 "dEQP-GLES3.functional.ubo.sing", 300 "le_basic_array.std140.mat4_both"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035136, 303 "dEQP-GLES3.functional.ubo.single_bas", 304 "ic_array.std140.row_major_mat4_vertex"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035137, 307 "dEQP-GLES3.functional.ubo.single_basi", 308 "c_array.std140.row_major_mat4_fragment"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035138, 311 "dEQP-GLES3.functional.ubo.single_ba", 312 "sic_array.std140.row_major_mat4_both"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035139, 315 "dEQP-GLES3.functional.ubo.single_basic", 316 "_array.std140.column_major_mat4_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035140, 319 "dEQP-GLES3.functional.ubo.single_basic_", 320 "array.std140.column_major_mat4_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035141, 323 "dEQP-GLES3.functional.ubo.single_basi", 324 "c_array.std140.column_major_mat4_both"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035142, 327 "dEQP-GLES3.functional.ubo.single", 328 "_basic_array.std140.mat2x3_vertex"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035143, 331 "dEQP-GLES3.functional.ubo.single_", 332 "basic_array.std140.mat2x3_fragment"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035144, 335 "dEQP-GLES3.functional.ubo.singl", 336 "e_basic_array.std140.mat2x3_both"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035145, 339 "dEQP-GLES3.functional.ubo.single_basi", 340 "c_array.std140.row_major_mat2x3_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035146, 343 "dEQP-GLES3.functional.ubo.single_basic", 344 "_array.std140.row_major_mat2x3_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035147, 347 "dEQP-GLES3.functional.ubo.single_bas", 348 "ic_array.std140.row_major_mat2x3_both"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035148, 351 "dEQP-GLES3.functional.ubo.single_basic_", 352 "array.std140.column_major_mat2x3_vertex"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035149, 355 "dEQP-GLES3.functional.ubo.single_basic_a", 356 "rray.std140.column_major_mat2x3_fragment"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035150, 359 "dEQP-GLES3.functional.ubo.single_basic", 360 "_array.std140.column_major_mat2x3_both"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035151, 363 "dEQP-GLES3.functional.ubo.single", 364 "_basic_array.std140.mat2x4_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035152, 367 "dEQP-GLES3.functional.ubo.single_", 368 "basic_array.std140.mat2x4_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035153, 371 "dEQP-GLES3.functional.ubo.singl", 372 "e_basic_array.std140.mat2x4_both"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035154, 375 "dEQP-GLES3.functional.ubo.single_basi", 376 "c_array.std140.row_major_mat2x4_vertex"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035155, 379 "dEQP-GLES3.functional.ubo.single_basic", 380 "_array.std140.row_major_mat2x4_fragment"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035156, 383 "dEQP-GLES3.functional.ubo.single_bas", 384 "ic_array.std140.row_major_mat2x4_both"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035157, 387 "dEQP-GLES3.functional.ubo.single_basic_", 388 "array.std140.column_major_mat2x4_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035158, 391 "dEQP-GLES3.functional.ubo.single_basic_a", 392 "rray.std140.column_major_mat2x4_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035159, 395 "dEQP-GLES3.functional.ubo.single_basic", 396 "_array.std140.column_major_mat2x4_both"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035160, 399 "dEQP-GLES3.functional.ubo.single", 400 "_basic_array.std140.mat3x2_vertex"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035161, 403 "dEQP-GLES3.functional.ubo.single_", 404 "basic_array.std140.mat3x2_fragment"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035162, 407 "dEQP-GLES3.functional.ubo.singl", 408 "e_basic_array.std140.mat3x2_both"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035163, 411 "dEQP-GLES3.functional.ubo.single_basi", 412 "c_array.std140.row_major_mat3x2_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035164, 415 "dEQP-GLES3.functional.ubo.single_basic", 416 "_array.std140.row_major_mat3x2_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035165, 419 "dEQP-GLES3.functional.ubo.single_bas", 420 "ic_array.std140.row_major_mat3x2_both"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035166, 423 "dEQP-GLES3.functional.ubo.single_basic_", 424 "array.std140.column_major_mat3x2_vertex"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035167, 427 "dEQP-GLES3.functional.ubo.single_basic_a", 428 "rray.std140.column_major_mat3x2_fragment"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035168, 431 "dEQP-GLES3.functional.ubo.single_basic", 432 "_array.std140.column_major_mat3x2_both"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035169, 435 "dEQP-GLES3.functional.ubo.single", 436 "_basic_array.std140.mat3x4_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035170, 439 "dEQP-GLES3.functional.ubo.single_", 440 "basic_array.std140.mat3x4_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035171, 443 "dEQP-GLES3.functional.ubo.singl", 444 "e_basic_array.std140.mat3x4_both"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035172, 447 "dEQP-GLES3.functional.ubo.single_basi", 448 "c_array.std140.row_major_mat3x4_vertex"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035173, 451 "dEQP-GLES3.functional.ubo.single_basic", 452 "_array.std140.row_major_mat3x4_fragment"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035174, 455 "dEQP-GLES3.functional.ubo.single_bas", 456 "ic_array.std140.row_major_mat3x4_both"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035175, 459 "dEQP-GLES3.functional.ubo.single_basic_", 460 "array.std140.column_major_mat3x4_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035176, 463 "dEQP-GLES3.functional.ubo.single_basic_a", 464 "rray.std140.column_major_mat3x4_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035177, 467 "dEQP-GLES3.functional.ubo.single_basic", 468 "_array.std140.column_major_mat3x4_both"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035178, 471 "dEQP-GLES3.functional.ubo.single", 472 "_basic_array.std140.mat4x2_vertex"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035179, 475 "dEQP-GLES3.functional.ubo.single_", 476 "basic_array.std140.mat4x2_fragment"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035180, 479 "dEQP-GLES3.functional.ubo.singl", 480 "e_basic_array.std140.mat4x2_both"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035181, 483 "dEQP-GLES3.functional.ubo.single_basi", 484 "c_array.std140.row_major_mat4x2_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035182, 487 "dEQP-GLES3.functional.ubo.single_basic", 488 "_array.std140.row_major_mat4x2_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035183, 491 "dEQP-GLES3.functional.ubo.single_bas", 492 "ic_array.std140.row_major_mat4x2_both"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035184, 495 "dEQP-GLES3.functional.ubo.single_basic_", 496 "array.std140.column_major_mat4x2_vertex"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035185, 499 "dEQP-GLES3.functional.ubo.single_basic_a", 500 "rray.std140.column_major_mat4x2_fragment"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035186, 503 "dEQP-GLES3.functional.ubo.single_basic", 504 "_array.std140.column_major_mat4x2_both"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035187, 507 "dEQP-GLES3.functional.ubo.single", 508 "_basic_array.std140.mat4x3_vertex"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035188, 511 "dEQP-GLES3.functional.ubo.single_", 512 "basic_array.std140.mat4x3_fragment"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035189, 515 "dEQP-GLES3.functional.ubo.singl", 516 "e_basic_array.std140.mat4x3_both"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035190, 519 "dEQP-GLES3.functional.ubo.single_basi", 520 "c_array.std140.row_major_mat4x3_vertex"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035191, 523 "dEQP-GLES3.functional.ubo.single_basic", 524 "_array.std140.row_major_mat4x3_fragment"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035192, 527 "dEQP-GLES3.functional.ubo.single_bas", 528 "ic_array.std140.row_major_mat4x3_both"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035193, 531 "dEQP-GLES3.functional.ubo.single_basic_", 532 "array.std140.column_major_mat4x3_vertex"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035194, 535 "dEQP-GLES3.functional.ubo.single_basic_a", 536 "rray.std140.column_major_mat4x3_fragment"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035195, 539 "dEQP-GLES3.functional.ubo.single_basic", 540 "_array.std140.column_major_mat4x3_both"); 541