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 "../ActsDeqpgles30016TestSuite.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(ActsDeqpgles30016TestSuite, TestCase_015492, 27 "dEQP-GLES3.functional.shaders.matri", 28 "x.div.uniform.lowp_mat2_float_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015493, 31 "dEQP-GLES3.functional.shaders.matrix", 32 ".div.uniform.lowp_mat2_float_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015494, 35 "dEQP-GLES3.functional.shaders.matri", 36 "x.div.uniform.lowp_mat2_mat2_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015495, 39 "dEQP-GLES3.functional.shaders.matrix", 40 ".div.uniform.lowp_mat2_mat2_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015496, 43 "dEQP-GLES3.functional.shaders.matrix.", 44 "div.uniform.mediump_mat2_float_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015497, 47 "dEQP-GLES3.functional.shaders.matrix.d", 48 "iv.uniform.mediump_mat2_float_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015498, 51 "dEQP-GLES3.functional.shaders.matrix", 52 ".div.uniform.mediump_mat2_mat2_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015499, 55 "dEQP-GLES3.functional.shaders.matrix.", 56 "div.uniform.mediump_mat2_mat2_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015500, 59 "dEQP-GLES3.functional.shaders.matrix", 60 ".div.uniform.highp_mat2_float_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015501, 63 "dEQP-GLES3.functional.shaders.matrix.", 64 "div.uniform.highp_mat2_float_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015502, 67 "dEQP-GLES3.functional.shaders.matri", 68 "x.div.uniform.highp_mat2_mat2_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015503, 71 "dEQP-GLES3.functional.shaders.matrix", 72 ".div.uniform.highp_mat2_mat2_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015504, 75 "dEQP-GLES3.functional.shaders.matrix", 76 ".div.uniform.lowp_mat2x3_float_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015505, 79 "dEQP-GLES3.functional.shaders.matrix.", 80 "div.uniform.lowp_mat2x3_float_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015506, 83 "dEQP-GLES3.functional.shaders.matrix.", 84 "div.uniform.lowp_mat2x3_mat2x3_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015507, 87 "dEQP-GLES3.functional.shaders.matrix.d", 88 "iv.uniform.lowp_mat2x3_mat2x3_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015508, 91 "dEQP-GLES3.functional.shaders.matrix.d", 92 "iv.uniform.mediump_mat2x3_float_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015509, 95 "dEQP-GLES3.functional.shaders.matrix.di", 96 "v.uniform.mediump_mat2x3_float_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015510, 99 "dEQP-GLES3.functional.shaders.matrix.d", 100 "iv.uniform.mediump_mat2x3_mat2x3_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015511, 103 "dEQP-GLES3.functional.shaders.matrix.di", 104 "v.uniform.mediump_mat2x3_mat2x3_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015512, 107 "dEQP-GLES3.functional.shaders.matrix.", 108 "div.uniform.highp_mat2x3_float_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015513, 111 "dEQP-GLES3.functional.shaders.matrix.d", 112 "iv.uniform.highp_mat2x3_float_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015514, 115 "dEQP-GLES3.functional.shaders.matrix.", 116 "div.uniform.highp_mat2x3_mat2x3_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015515, 119 "dEQP-GLES3.functional.shaders.matrix.d", 120 "iv.uniform.highp_mat2x3_mat2x3_fragment"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015516, 123 "dEQP-GLES3.functional.shaders.matrix", 124 ".div.uniform.lowp_mat2x4_float_vertex"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015517, 127 "dEQP-GLES3.functional.shaders.matrix.", 128 "div.uniform.lowp_mat2x4_float_fragment"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015518, 131 "dEQP-GLES3.functional.shaders.matrix.", 132 "div.uniform.lowp_mat2x4_mat2x4_vertex"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015519, 135 "dEQP-GLES3.functional.shaders.matrix.d", 136 "iv.uniform.lowp_mat2x4_mat2x4_fragment"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015520, 139 "dEQP-GLES3.functional.shaders.matrix.d", 140 "iv.uniform.mediump_mat2x4_float_vertex"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015521, 143 "dEQP-GLES3.functional.shaders.matrix.di", 144 "v.uniform.mediump_mat2x4_float_fragment"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015522, 147 "dEQP-GLES3.functional.shaders.matrix.d", 148 "iv.uniform.mediump_mat2x4_mat2x4_vertex"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015523, 151 "dEQP-GLES3.functional.shaders.matrix.di", 152 "v.uniform.mediump_mat2x4_mat2x4_fragment"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015524, 155 "dEQP-GLES3.functional.shaders.matrix.", 156 "div.uniform.highp_mat2x4_float_vertex"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015525, 159 "dEQP-GLES3.functional.shaders.matrix.d", 160 "iv.uniform.highp_mat2x4_float_fragment"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015526, 163 "dEQP-GLES3.functional.shaders.matrix.", 164 "div.uniform.highp_mat2x4_mat2x4_vertex"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015527, 167 "dEQP-GLES3.functional.shaders.matrix.d", 168 "iv.uniform.highp_mat2x4_mat2x4_fragment"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015528, 171 "dEQP-GLES3.functional.shaders.matrix", 172 ".div.uniform.lowp_mat3x2_float_vertex"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015529, 175 "dEQP-GLES3.functional.shaders.matrix.", 176 "div.uniform.lowp_mat3x2_float_fragment"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015530, 179 "dEQP-GLES3.functional.shaders.matrix.", 180 "div.uniform.lowp_mat3x2_mat3x2_vertex"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015531, 183 "dEQP-GLES3.functional.shaders.matrix.d", 184 "iv.uniform.lowp_mat3x2_mat3x2_fragment"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015532, 187 "dEQP-GLES3.functional.shaders.matrix.d", 188 "iv.uniform.mediump_mat3x2_float_vertex"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015533, 191 "dEQP-GLES3.functional.shaders.matrix.di", 192 "v.uniform.mediump_mat3x2_float_fragment"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015534, 195 "dEQP-GLES3.functional.shaders.matrix.d", 196 "iv.uniform.mediump_mat3x2_mat3x2_vertex"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015535, 199 "dEQP-GLES3.functional.shaders.matrix.di", 200 "v.uniform.mediump_mat3x2_mat3x2_fragment"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015536, 203 "dEQP-GLES3.functional.shaders.matrix.", 204 "div.uniform.highp_mat3x2_float_vertex"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015537, 207 "dEQP-GLES3.functional.shaders.matrix.d", 208 "iv.uniform.highp_mat3x2_float_fragment"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015538, 211 "dEQP-GLES3.functional.shaders.matrix.", 212 "div.uniform.highp_mat3x2_mat3x2_vertex"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015539, 215 "dEQP-GLES3.functional.shaders.matrix.d", 216 "iv.uniform.highp_mat3x2_mat3x2_fragment"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015540, 219 "dEQP-GLES3.functional.shaders.matri", 220 "x.div.uniform.lowp_mat3_float_vertex"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015541, 223 "dEQP-GLES3.functional.shaders.matrix", 224 ".div.uniform.lowp_mat3_float_fragment"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015542, 227 "dEQP-GLES3.functional.shaders.matri", 228 "x.div.uniform.lowp_mat3_mat3_vertex"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015543, 231 "dEQP-GLES3.functional.shaders.matrix", 232 ".div.uniform.lowp_mat3_mat3_fragment"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015544, 235 "dEQP-GLES3.functional.shaders.matrix.", 236 "div.uniform.mediump_mat3_float_vertex"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015545, 239 "dEQP-GLES3.functional.shaders.matrix.d", 240 "iv.uniform.mediump_mat3_float_fragment"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015546, 243 "dEQP-GLES3.functional.shaders.matrix", 244 ".div.uniform.mediump_mat3_mat3_vertex"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015547, 247 "dEQP-GLES3.functional.shaders.matrix.", 248 "div.uniform.mediump_mat3_mat3_fragment"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015548, 251 "dEQP-GLES3.functional.shaders.matrix", 252 ".div.uniform.highp_mat3_float_vertex"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015549, 255 "dEQP-GLES3.functional.shaders.matrix.", 256 "div.uniform.highp_mat3_float_fragment"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015550, 259 "dEQP-GLES3.functional.shaders.matri", 260 "x.div.uniform.highp_mat3_mat3_vertex"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015551, 263 "dEQP-GLES3.functional.shaders.matrix", 264 ".div.uniform.highp_mat3_mat3_fragment"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015552, 267 "dEQP-GLES3.functional.shaders.matrix", 268 ".div.uniform.lowp_mat3x4_float_vertex"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015553, 271 "dEQP-GLES3.functional.shaders.matrix.", 272 "div.uniform.lowp_mat3x4_float_fragment"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015554, 275 "dEQP-GLES3.functional.shaders.matrix.", 276 "div.uniform.lowp_mat3x4_mat3x4_vertex"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015555, 279 "dEQP-GLES3.functional.shaders.matrix.d", 280 "iv.uniform.lowp_mat3x4_mat3x4_fragment"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015556, 283 "dEQP-GLES3.functional.shaders.matrix.d", 284 "iv.uniform.mediump_mat3x4_float_vertex"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015557, 287 "dEQP-GLES3.functional.shaders.matrix.di", 288 "v.uniform.mediump_mat3x4_float_fragment"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015558, 291 "dEQP-GLES3.functional.shaders.matrix.d", 292 "iv.uniform.mediump_mat3x4_mat3x4_vertex"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015559, 295 "dEQP-GLES3.functional.shaders.matrix.di", 296 "v.uniform.mediump_mat3x4_mat3x4_fragment"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015560, 299 "dEQP-GLES3.functional.shaders.matrix.", 300 "div.uniform.highp_mat3x4_float_vertex"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015561, 303 "dEQP-GLES3.functional.shaders.matrix.d", 304 "iv.uniform.highp_mat3x4_float_fragment"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015562, 307 "dEQP-GLES3.functional.shaders.matrix.", 308 "div.uniform.highp_mat3x4_mat3x4_vertex"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015563, 311 "dEQP-GLES3.functional.shaders.matrix.d", 312 "iv.uniform.highp_mat3x4_mat3x4_fragment"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015564, 315 "dEQP-GLES3.functional.shaders.matrix", 316 ".div.uniform.lowp_mat4x2_float_vertex"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015565, 319 "dEQP-GLES3.functional.shaders.matrix.", 320 "div.uniform.lowp_mat4x2_float_fragment"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015566, 323 "dEQP-GLES3.functional.shaders.matrix.", 324 "div.uniform.lowp_mat4x2_mat4x2_vertex"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015567, 327 "dEQP-GLES3.functional.shaders.matrix.d", 328 "iv.uniform.lowp_mat4x2_mat4x2_fragment"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015568, 331 "dEQP-GLES3.functional.shaders.matrix.d", 332 "iv.uniform.mediump_mat4x2_float_vertex"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015569, 335 "dEQP-GLES3.functional.shaders.matrix.di", 336 "v.uniform.mediump_mat4x2_float_fragment"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015570, 339 "dEQP-GLES3.functional.shaders.matrix.d", 340 "iv.uniform.mediump_mat4x2_mat4x2_vertex"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015571, 343 "dEQP-GLES3.functional.shaders.matrix.di", 344 "v.uniform.mediump_mat4x2_mat4x2_fragment"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015572, 347 "dEQP-GLES3.functional.shaders.matrix.", 348 "div.uniform.highp_mat4x2_float_vertex"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015573, 351 "dEQP-GLES3.functional.shaders.matrix.d", 352 "iv.uniform.highp_mat4x2_float_fragment"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015574, 355 "dEQP-GLES3.functional.shaders.matrix.", 356 "div.uniform.highp_mat4x2_mat4x2_vertex"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015575, 359 "dEQP-GLES3.functional.shaders.matrix.d", 360 "iv.uniform.highp_mat4x2_mat4x2_fragment"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015576, 363 "dEQP-GLES3.functional.shaders.matrix", 364 ".div.uniform.lowp_mat4x3_float_vertex"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015577, 367 "dEQP-GLES3.functional.shaders.matrix.", 368 "div.uniform.lowp_mat4x3_float_fragment"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015578, 371 "dEQP-GLES3.functional.shaders.matrix.", 372 "div.uniform.lowp_mat4x3_mat4x3_vertex"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015579, 375 "dEQP-GLES3.functional.shaders.matrix.d", 376 "iv.uniform.lowp_mat4x3_mat4x3_fragment"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015580, 379 "dEQP-GLES3.functional.shaders.matrix.d", 380 "iv.uniform.mediump_mat4x3_float_vertex"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015581, 383 "dEQP-GLES3.functional.shaders.matrix.di", 384 "v.uniform.mediump_mat4x3_float_fragment"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015582, 387 "dEQP-GLES3.functional.shaders.matrix.d", 388 "iv.uniform.mediump_mat4x3_mat4x3_vertex"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015583, 391 "dEQP-GLES3.functional.shaders.matrix.di", 392 "v.uniform.mediump_mat4x3_mat4x3_fragment"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015584, 395 "dEQP-GLES3.functional.shaders.matrix.", 396 "div.uniform.highp_mat4x3_float_vertex"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015585, 399 "dEQP-GLES3.functional.shaders.matrix.d", 400 "iv.uniform.highp_mat4x3_float_fragment"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015586, 403 "dEQP-GLES3.functional.shaders.matrix.", 404 "div.uniform.highp_mat4x3_mat4x3_vertex"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015587, 407 "dEQP-GLES3.functional.shaders.matrix.d", 408 "iv.uniform.highp_mat4x3_mat4x3_fragment"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015588, 411 "dEQP-GLES3.functional.shaders.matri", 412 "x.div.uniform.lowp_mat4_float_vertex"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015589, 415 "dEQP-GLES3.functional.shaders.matrix", 416 ".div.uniform.lowp_mat4_float_fragment"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015590, 419 "dEQP-GLES3.functional.shaders.matri", 420 "x.div.uniform.lowp_mat4_mat4_vertex"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015591, 423 "dEQP-GLES3.functional.shaders.matrix", 424 ".div.uniform.lowp_mat4_mat4_fragment"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015592, 427 "dEQP-GLES3.functional.shaders.matrix.", 428 "div.uniform.mediump_mat4_float_vertex"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015593, 431 "dEQP-GLES3.functional.shaders.matrix.d", 432 "iv.uniform.mediump_mat4_float_fragment"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015594, 435 "dEQP-GLES3.functional.shaders.matrix", 436 ".div.uniform.mediump_mat4_mat4_vertex"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015595, 439 "dEQP-GLES3.functional.shaders.matrix.", 440 "div.uniform.mediump_mat4_mat4_fragment"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015596, 443 "dEQP-GLES3.functional.shaders.matrix", 444 ".div.uniform.highp_mat4_float_vertex"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015597, 447 "dEQP-GLES3.functional.shaders.matrix.", 448 "div.uniform.highp_mat4_float_fragment"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015598, 451 "dEQP-GLES3.functional.shaders.matri", 452 "x.div.uniform.highp_mat4_mat4_vertex"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30016TestSuite, TestCase_015599, 455 "dEQP-GLES3.functional.shaders.matrix", 456 ".div.uniform.highp_mat4_mat4_fragment"); 457