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 "../ActsDeqpgles30035TestSuite.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(ActsDeqpgles30035TestSuite, TestCase_034852, 27 "dEQP-GLES3.functional.ubo.single", 28 "_basic_array.shared.float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034853, 31 "dEQP-GLES3.functional.ubo.single_", 32 "basic_array.shared.float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034854, 35 "dEQP-GLES3.functional.ubo.singl", 36 "e_basic_array.shared.float_both"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034855, 39 "dEQP-GLES3.functional.ubo.singl", 40 "e_basic_array.shared.vec2_vertex"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034856, 43 "dEQP-GLES3.functional.ubo.single", 44 "_basic_array.shared.vec2_fragment"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034857, 47 "dEQP-GLES3.functional.ubo.sing", 48 "le_basic_array.shared.vec2_both"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034858, 51 "dEQP-GLES3.functional.ubo.singl", 52 "e_basic_array.shared.vec3_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034859, 55 "dEQP-GLES3.functional.ubo.single", 56 "_basic_array.shared.vec3_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034860, 59 "dEQP-GLES3.functional.ubo.sing", 60 "le_basic_array.shared.vec3_both"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034861, 63 "dEQP-GLES3.functional.ubo.singl", 64 "e_basic_array.shared.vec4_vertex"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034862, 67 "dEQP-GLES3.functional.ubo.single", 68 "_basic_array.shared.vec4_fragment"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034863, 71 "dEQP-GLES3.functional.ubo.sing", 72 "le_basic_array.shared.vec4_both"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034864, 75 "dEQP-GLES3.functional.ubo.singl", 76 "e_basic_array.shared.int_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034865, 79 "dEQP-GLES3.functional.ubo.single", 80 "_basic_array.shared.int_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034866, 83 "dEQP-GLES3.functional.ubo.sing", 84 "le_basic_array.shared.int_both"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034867, 87 "dEQP-GLES3.functional.ubo.single", 88 "_basic_array.shared.ivec2_vertex"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034868, 91 "dEQP-GLES3.functional.ubo.single_", 92 "basic_array.shared.ivec2_fragment"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034869, 95 "dEQP-GLES3.functional.ubo.singl", 96 "e_basic_array.shared.ivec2_both"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034870, 99 "dEQP-GLES3.functional.ubo.single", 100 "_basic_array.shared.ivec3_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034871, 103 "dEQP-GLES3.functional.ubo.single_", 104 "basic_array.shared.ivec3_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034872, 107 "dEQP-GLES3.functional.ubo.singl", 108 "e_basic_array.shared.ivec3_both"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034873, 111 "dEQP-GLES3.functional.ubo.single", 112 "_basic_array.shared.ivec4_vertex"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034874, 115 "dEQP-GLES3.functional.ubo.single_", 116 "basic_array.shared.ivec4_fragment"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034875, 119 "dEQP-GLES3.functional.ubo.singl", 120 "e_basic_array.shared.ivec4_both"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034876, 123 "dEQP-GLES3.functional.ubo.singl", 124 "e_basic_array.shared.uint_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034877, 127 "dEQP-GLES3.functional.ubo.single", 128 "_basic_array.shared.uint_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034878, 131 "dEQP-GLES3.functional.ubo.sing", 132 "le_basic_array.shared.uint_both"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034879, 135 "dEQP-GLES3.functional.ubo.single", 136 "_basic_array.shared.uvec2_vertex"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034880, 139 "dEQP-GLES3.functional.ubo.single_", 140 "basic_array.shared.uvec2_fragment"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034881, 143 "dEQP-GLES3.functional.ubo.singl", 144 "e_basic_array.shared.uvec2_both"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034882, 147 "dEQP-GLES3.functional.ubo.single", 148 "_basic_array.shared.uvec3_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034883, 151 "dEQP-GLES3.functional.ubo.single_", 152 "basic_array.shared.uvec3_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034884, 155 "dEQP-GLES3.functional.ubo.singl", 156 "e_basic_array.shared.uvec3_both"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034885, 159 "dEQP-GLES3.functional.ubo.single", 160 "_basic_array.shared.uvec4_vertex"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034886, 163 "dEQP-GLES3.functional.ubo.single_", 164 "basic_array.shared.uvec4_fragment"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034887, 167 "dEQP-GLES3.functional.ubo.singl", 168 "e_basic_array.shared.uvec4_both"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034888, 171 "dEQP-GLES3.functional.ubo.singl", 172 "e_basic_array.shared.bool_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034889, 175 "dEQP-GLES3.functional.ubo.single", 176 "_basic_array.shared.bool_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034890, 179 "dEQP-GLES3.functional.ubo.sing", 180 "le_basic_array.shared.bool_both"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034891, 183 "dEQP-GLES3.functional.ubo.single", 184 "_basic_array.shared.bvec2_vertex"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034892, 187 "dEQP-GLES3.functional.ubo.single_", 188 "basic_array.shared.bvec2_fragment"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034893, 191 "dEQP-GLES3.functional.ubo.singl", 192 "e_basic_array.shared.bvec2_both"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034894, 195 "dEQP-GLES3.functional.ubo.single", 196 "_basic_array.shared.bvec3_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034895, 199 "dEQP-GLES3.functional.ubo.single_", 200 "basic_array.shared.bvec3_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034896, 203 "dEQP-GLES3.functional.ubo.singl", 204 "e_basic_array.shared.bvec3_both"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034897, 207 "dEQP-GLES3.functional.ubo.single", 208 "_basic_array.shared.bvec4_vertex"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034898, 211 "dEQP-GLES3.functional.ubo.single_", 212 "basic_array.shared.bvec4_fragment"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034899, 215 "dEQP-GLES3.functional.ubo.singl", 216 "e_basic_array.shared.bvec4_both"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034900, 219 "dEQP-GLES3.functional.ubo.singl", 220 "e_basic_array.shared.mat2_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034901, 223 "dEQP-GLES3.functional.ubo.single", 224 "_basic_array.shared.mat2_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034902, 227 "dEQP-GLES3.functional.ubo.sing", 228 "le_basic_array.shared.mat2_both"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034903, 231 "dEQP-GLES3.functional.ubo.single_bas", 232 "ic_array.shared.row_major_mat2_vertex"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034904, 235 "dEQP-GLES3.functional.ubo.single_basi", 236 "c_array.shared.row_major_mat2_fragment"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034905, 239 "dEQP-GLES3.functional.ubo.single_ba", 240 "sic_array.shared.row_major_mat2_both"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034906, 243 "dEQP-GLES3.functional.ubo.single_basic", 244 "_array.shared.column_major_mat2_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034907, 247 "dEQP-GLES3.functional.ubo.single_basic_", 248 "array.shared.column_major_mat2_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034908, 251 "dEQP-GLES3.functional.ubo.single_basi", 252 "c_array.shared.column_major_mat2_both"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034909, 255 "dEQP-GLES3.functional.ubo.singl", 256 "e_basic_array.shared.mat3_vertex"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034910, 259 "dEQP-GLES3.functional.ubo.single", 260 "_basic_array.shared.mat3_fragment"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034911, 263 "dEQP-GLES3.functional.ubo.sing", 264 "le_basic_array.shared.mat3_both"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034912, 267 "dEQP-GLES3.functional.ubo.single_bas", 268 "ic_array.shared.row_major_mat3_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034913, 271 "dEQP-GLES3.functional.ubo.single_basi", 272 "c_array.shared.row_major_mat3_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034914, 275 "dEQP-GLES3.functional.ubo.single_ba", 276 "sic_array.shared.row_major_mat3_both"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034915, 279 "dEQP-GLES3.functional.ubo.single_basic", 280 "_array.shared.column_major_mat3_vertex"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034916, 283 "dEQP-GLES3.functional.ubo.single_basic_", 284 "array.shared.column_major_mat3_fragment"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034917, 287 "dEQP-GLES3.functional.ubo.single_basi", 288 "c_array.shared.column_major_mat3_both"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034918, 291 "dEQP-GLES3.functional.ubo.singl", 292 "e_basic_array.shared.mat4_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034919, 295 "dEQP-GLES3.functional.ubo.single", 296 "_basic_array.shared.mat4_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034920, 299 "dEQP-GLES3.functional.ubo.sing", 300 "le_basic_array.shared.mat4_both"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034921, 303 "dEQP-GLES3.functional.ubo.single_bas", 304 "ic_array.shared.row_major_mat4_vertex"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034922, 307 "dEQP-GLES3.functional.ubo.single_basi", 308 "c_array.shared.row_major_mat4_fragment"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034923, 311 "dEQP-GLES3.functional.ubo.single_ba", 312 "sic_array.shared.row_major_mat4_both"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034924, 315 "dEQP-GLES3.functional.ubo.single_basic", 316 "_array.shared.column_major_mat4_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034925, 319 "dEQP-GLES3.functional.ubo.single_basic_", 320 "array.shared.column_major_mat4_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034926, 323 "dEQP-GLES3.functional.ubo.single_basi", 324 "c_array.shared.column_major_mat4_both"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034927, 327 "dEQP-GLES3.functional.ubo.single", 328 "_basic_array.shared.mat2x3_vertex"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034928, 331 "dEQP-GLES3.functional.ubo.single_", 332 "basic_array.shared.mat2x3_fragment"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034929, 335 "dEQP-GLES3.functional.ubo.singl", 336 "e_basic_array.shared.mat2x3_both"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034930, 339 "dEQP-GLES3.functional.ubo.single_basi", 340 "c_array.shared.row_major_mat2x3_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034931, 343 "dEQP-GLES3.functional.ubo.single_basic", 344 "_array.shared.row_major_mat2x3_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034932, 347 "dEQP-GLES3.functional.ubo.single_bas", 348 "ic_array.shared.row_major_mat2x3_both"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034933, 351 "dEQP-GLES3.functional.ubo.single_basic_", 352 "array.shared.column_major_mat2x3_vertex"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034934, 355 "dEQP-GLES3.functional.ubo.single_basic_a", 356 "rray.shared.column_major_mat2x3_fragment"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034935, 359 "dEQP-GLES3.functional.ubo.single_basic", 360 "_array.shared.column_major_mat2x3_both"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034936, 363 "dEQP-GLES3.functional.ubo.single", 364 "_basic_array.shared.mat2x4_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034937, 367 "dEQP-GLES3.functional.ubo.single_", 368 "basic_array.shared.mat2x4_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034938, 371 "dEQP-GLES3.functional.ubo.singl", 372 "e_basic_array.shared.mat2x4_both"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034939, 375 "dEQP-GLES3.functional.ubo.single_basi", 376 "c_array.shared.row_major_mat2x4_vertex"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034940, 379 "dEQP-GLES3.functional.ubo.single_basic", 380 "_array.shared.row_major_mat2x4_fragment"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034941, 383 "dEQP-GLES3.functional.ubo.single_bas", 384 "ic_array.shared.row_major_mat2x4_both"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034942, 387 "dEQP-GLES3.functional.ubo.single_basic_", 388 "array.shared.column_major_mat2x4_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034943, 391 "dEQP-GLES3.functional.ubo.single_basic_a", 392 "rray.shared.column_major_mat2x4_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034944, 395 "dEQP-GLES3.functional.ubo.single_basic", 396 "_array.shared.column_major_mat2x4_both"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034945, 399 "dEQP-GLES3.functional.ubo.single", 400 "_basic_array.shared.mat3x2_vertex"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034946, 403 "dEQP-GLES3.functional.ubo.single_", 404 "basic_array.shared.mat3x2_fragment"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034947, 407 "dEQP-GLES3.functional.ubo.singl", 408 "e_basic_array.shared.mat3x2_both"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034948, 411 "dEQP-GLES3.functional.ubo.single_basi", 412 "c_array.shared.row_major_mat3x2_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034949, 415 "dEQP-GLES3.functional.ubo.single_basic", 416 "_array.shared.row_major_mat3x2_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034950, 419 "dEQP-GLES3.functional.ubo.single_bas", 420 "ic_array.shared.row_major_mat3x2_both"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034951, 423 "dEQP-GLES3.functional.ubo.single_basic_", 424 "array.shared.column_major_mat3x2_vertex"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034952, 427 "dEQP-GLES3.functional.ubo.single_basic_a", 428 "rray.shared.column_major_mat3x2_fragment"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034953, 431 "dEQP-GLES3.functional.ubo.single_basic", 432 "_array.shared.column_major_mat3x2_both"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034954, 435 "dEQP-GLES3.functional.ubo.single", 436 "_basic_array.shared.mat3x4_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034955, 439 "dEQP-GLES3.functional.ubo.single_", 440 "basic_array.shared.mat3x4_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034956, 443 "dEQP-GLES3.functional.ubo.singl", 444 "e_basic_array.shared.mat3x4_both"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034957, 447 "dEQP-GLES3.functional.ubo.single_basi", 448 "c_array.shared.row_major_mat3x4_vertex"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034958, 451 "dEQP-GLES3.functional.ubo.single_basic", 452 "_array.shared.row_major_mat3x4_fragment"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034959, 455 "dEQP-GLES3.functional.ubo.single_bas", 456 "ic_array.shared.row_major_mat3x4_both"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034960, 459 "dEQP-GLES3.functional.ubo.single_basic_", 460 "array.shared.column_major_mat3x4_vertex"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034961, 463 "dEQP-GLES3.functional.ubo.single_basic_a", 464 "rray.shared.column_major_mat3x4_fragment"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034962, 467 "dEQP-GLES3.functional.ubo.single_basic", 468 "_array.shared.column_major_mat3x4_both"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034963, 471 "dEQP-GLES3.functional.ubo.single", 472 "_basic_array.shared.mat4x2_vertex"); 473 474 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034964, 475 "dEQP-GLES3.functional.ubo.single_", 476 "basic_array.shared.mat4x2_fragment"); 477 478 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034965, 479 "dEQP-GLES3.functional.ubo.singl", 480 "e_basic_array.shared.mat4x2_both"); 481 482 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034966, 483 "dEQP-GLES3.functional.ubo.single_basi", 484 "c_array.shared.row_major_mat4x2_vertex"); 485 486 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034967, 487 "dEQP-GLES3.functional.ubo.single_basic", 488 "_array.shared.row_major_mat4x2_fragment"); 489 490 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034968, 491 "dEQP-GLES3.functional.ubo.single_bas", 492 "ic_array.shared.row_major_mat4x2_both"); 493 494 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034969, 495 "dEQP-GLES3.functional.ubo.single_basic_", 496 "array.shared.column_major_mat4x2_vertex"); 497 498 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034970, 499 "dEQP-GLES3.functional.ubo.single_basic_a", 500 "rray.shared.column_major_mat4x2_fragment"); 501 502 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034971, 503 "dEQP-GLES3.functional.ubo.single_basic", 504 "_array.shared.column_major_mat4x2_both"); 505 506 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034972, 507 "dEQP-GLES3.functional.ubo.single", 508 "_basic_array.shared.mat4x3_vertex"); 509 510 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034973, 511 "dEQP-GLES3.functional.ubo.single_", 512 "basic_array.shared.mat4x3_fragment"); 513 514 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034974, 515 "dEQP-GLES3.functional.ubo.singl", 516 "e_basic_array.shared.mat4x3_both"); 517 518 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034975, 519 "dEQP-GLES3.functional.ubo.single_basi", 520 "c_array.shared.row_major_mat4x3_vertex"); 521 522 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034976, 523 "dEQP-GLES3.functional.ubo.single_basic", 524 "_array.shared.row_major_mat4x3_fragment"); 525 526 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034977, 527 "dEQP-GLES3.functional.ubo.single_bas", 528 "ic_array.shared.row_major_mat4x3_both"); 529 530 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034978, 531 "dEQP-GLES3.functional.ubo.single_basic_", 532 "array.shared.column_major_mat4x3_vertex"); 533 534 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034979, 535 "dEQP-GLES3.functional.ubo.single_basic_a", 536 "rray.shared.column_major_mat4x3_fragment"); 537 538 static SHRINK_HWTEST_F(ActsDeqpgles30035TestSuite, TestCase_034980, 539 "dEQP-GLES3.functional.ubo.single_basic", 540 "_array.shared.column_major_mat4x3_both"); 541