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 "../ActsDeqpgles20007TestSuite.h" 20#include "shrinkdefine.h" 21 22using namespace std; 23using namespace testing::ext; 24using namespace OHOS; 25 26static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006989, 27 "dEQP-GLES2.functional.shaders.matr", 28 "ix.sub.const_lowp_mat2_float_vertex"); 29 30static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006990, 31 "dEQP-GLES2.functional.shaders.matri", 32 "x.sub.const_lowp_mat2_float_fragment"); 33 34static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006991, 35 "dEQP-GLES2.functional.shaders.matr", 36 "ix.sub.const_lowp_mat2_mat2_vertex"); 37 38static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006992, 39 "dEQP-GLES2.functional.shaders.matri", 40 "x.sub.const_lowp_mat2_mat2_fragment"); 41 42static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006993, 43 "dEQP-GLES2.functional.shaders.matrix", 44 ".sub.const_mediump_mat2_float_vertex"); 45 46static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006994, 47 "dEQP-GLES2.functional.shaders.matrix.", 48 "sub.const_mediump_mat2_float_fragment"); 49 50static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006995, 51 "dEQP-GLES2.functional.shaders.matri", 52 "x.sub.const_mediump_mat2_mat2_vertex"); 53 54static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006996, 55 "dEQP-GLES2.functional.shaders.matrix", 56 ".sub.const_mediump_mat2_mat2_fragment"); 57 58static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006997, 59 "dEQP-GLES2.functional.shaders.matri", 60 "x.sub.const_highp_mat2_float_vertex"); 61 62static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006998, 63 "dEQP-GLES2.functional.shaders.matrix", 64 ".sub.const_highp_mat2_float_fragment"); 65 66static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_006999, 67 "dEQP-GLES2.functional.shaders.matr", 68 "ix.sub.const_highp_mat2_mat2_vertex"); 69 70static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007000, 71 "dEQP-GLES2.functional.shaders.matri", 72 "x.sub.const_highp_mat2_mat2_fragment"); 73 74static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007001, 75 "dEQP-GLES2.functional.shaders.matr", 76 "ix.sub.const_lowp_mat3_float_vertex"); 77 78static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007002, 79 "dEQP-GLES2.functional.shaders.matri", 80 "x.sub.const_lowp_mat3_float_fragment"); 81 82static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007003, 83 "dEQP-GLES2.functional.shaders.matr", 84 "ix.sub.const_lowp_mat3_mat3_vertex"); 85 86static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007004, 87 "dEQP-GLES2.functional.shaders.matri", 88 "x.sub.const_lowp_mat3_mat3_fragment"); 89 90static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007005, 91 "dEQP-GLES2.functional.shaders.matrix", 92 ".sub.const_mediump_mat3_float_vertex"); 93 94static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007006, 95 "dEQP-GLES2.functional.shaders.matrix.", 96 "sub.const_mediump_mat3_float_fragment"); 97 98static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007007, 99 "dEQP-GLES2.functional.shaders.matri", 100 "x.sub.const_mediump_mat3_mat3_vertex"); 101 102static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007008, 103 "dEQP-GLES2.functional.shaders.matrix", 104 ".sub.const_mediump_mat3_mat3_fragment"); 105 106static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007009, 107 "dEQP-GLES2.functional.shaders.matri", 108 "x.sub.const_highp_mat3_float_vertex"); 109 110static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007010, 111 "dEQP-GLES2.functional.shaders.matrix", 112 ".sub.const_highp_mat3_float_fragment"); 113 114static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007011, 115 "dEQP-GLES2.functional.shaders.matr", 116 "ix.sub.const_highp_mat3_mat3_vertex"); 117 118static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007012, 119 "dEQP-GLES2.functional.shaders.matri", 120 "x.sub.const_highp_mat3_mat3_fragment"); 121 122static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007013, 123 "dEQP-GLES2.functional.shaders.matr", 124 "ix.sub.const_lowp_mat4_float_vertex"); 125 126static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007014, 127 "dEQP-GLES2.functional.shaders.matri", 128 "x.sub.const_lowp_mat4_float_fragment"); 129 130static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007015, 131 "dEQP-GLES2.functional.shaders.matr", 132 "ix.sub.const_lowp_mat4_mat4_vertex"); 133 134static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007016, 135 "dEQP-GLES2.functional.shaders.matri", 136 "x.sub.const_lowp_mat4_mat4_fragment"); 137 138static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007017, 139 "dEQP-GLES2.functional.shaders.matrix", 140 ".sub.const_mediump_mat4_float_vertex"); 141 142static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007018, 143 "dEQP-GLES2.functional.shaders.matrix.", 144 "sub.const_mediump_mat4_float_fragment"); 145 146static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007019, 147 "dEQP-GLES2.functional.shaders.matri", 148 "x.sub.const_mediump_mat4_mat4_vertex"); 149 150static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007020, 151 "dEQP-GLES2.functional.shaders.matrix", 152 ".sub.const_mediump_mat4_mat4_fragment"); 153 154static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007021, 155 "dEQP-GLES2.functional.shaders.matri", 156 "x.sub.const_highp_mat4_float_vertex"); 157 158static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007022, 159 "dEQP-GLES2.functional.shaders.matrix", 160 ".sub.const_highp_mat4_float_fragment"); 161 162static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007023, 163 "dEQP-GLES2.functional.shaders.matr", 164 "ix.sub.const_highp_mat4_mat4_vertex"); 165 166static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007024, 167 "dEQP-GLES2.functional.shaders.matri", 168 "x.sub.const_highp_mat4_mat4_fragment"); 169 170static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007025, 171 "dEQP-GLES2.functional.shaders.matri", 172 "x.sub.uniform_lowp_mat2_float_vertex"); 173 174static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007026, 175 "dEQP-GLES2.functional.shaders.matrix", 176 ".sub.uniform_lowp_mat2_float_fragment"); 177 178static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007027, 179 "dEQP-GLES2.functional.shaders.matri", 180 "x.sub.uniform_lowp_mat2_mat2_vertex"); 181 182static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007028, 183 "dEQP-GLES2.functional.shaders.matrix", 184 ".sub.uniform_lowp_mat2_mat2_fragment"); 185 186static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007029, 187 "dEQP-GLES2.functional.shaders.matrix.", 188 "sub.uniform_mediump_mat2_float_vertex"); 189 190static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007030, 191 "dEQP-GLES2.functional.shaders.matrix.s", 192 "ub.uniform_mediump_mat2_float_fragment"); 193 194static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007031, 195 "dEQP-GLES2.functional.shaders.matrix", 196 ".sub.uniform_mediump_mat2_mat2_vertex"); 197 198static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007032, 199 "dEQP-GLES2.functional.shaders.matrix.", 200 "sub.uniform_mediump_mat2_mat2_fragment"); 201 202static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007033, 203 "dEQP-GLES2.functional.shaders.matrix", 204 ".sub.uniform_highp_mat2_float_vertex"); 205 206static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007034, 207 "dEQP-GLES2.functional.shaders.matrix.", 208 "sub.uniform_highp_mat2_float_fragment"); 209 210static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007035, 211 "dEQP-GLES2.functional.shaders.matri", 212 "x.sub.uniform_highp_mat2_mat2_vertex"); 213 214static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007036, 215 "dEQP-GLES2.functional.shaders.matrix", 216 ".sub.uniform_highp_mat2_mat2_fragment"); 217 218static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007037, 219 "dEQP-GLES2.functional.shaders.matri", 220 "x.sub.uniform_lowp_mat3_float_vertex"); 221 222static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007038, 223 "dEQP-GLES2.functional.shaders.matrix", 224 ".sub.uniform_lowp_mat3_float_fragment"); 225 226static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007039, 227 "dEQP-GLES2.functional.shaders.matri", 228 "x.sub.uniform_lowp_mat3_mat3_vertex"); 229 230static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007040, 231 "dEQP-GLES2.functional.shaders.matrix", 232 ".sub.uniform_lowp_mat3_mat3_fragment"); 233 234static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007041, 235 "dEQP-GLES2.functional.shaders.matrix.", 236 "sub.uniform_mediump_mat3_float_vertex"); 237 238static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007042, 239 "dEQP-GLES2.functional.shaders.matrix.s", 240 "ub.uniform_mediump_mat3_float_fragment"); 241 242static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007043, 243 "dEQP-GLES2.functional.shaders.matrix", 244 ".sub.uniform_mediump_mat3_mat3_vertex"); 245 246static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007044, 247 "dEQP-GLES2.functional.shaders.matrix.", 248 "sub.uniform_mediump_mat3_mat3_fragment"); 249 250static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007045, 251 "dEQP-GLES2.functional.shaders.matrix", 252 ".sub.uniform_highp_mat3_float_vertex"); 253 254static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007046, 255 "dEQP-GLES2.functional.shaders.matrix.", 256 "sub.uniform_highp_mat3_float_fragment"); 257 258static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007047, 259 "dEQP-GLES2.functional.shaders.matri", 260 "x.sub.uniform_highp_mat3_mat3_vertex"); 261 262static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007048, 263 "dEQP-GLES2.functional.shaders.matrix", 264 ".sub.uniform_highp_mat3_mat3_fragment"); 265 266static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007049, 267 "dEQP-GLES2.functional.shaders.matri", 268 "x.sub.uniform_lowp_mat4_float_vertex"); 269 270static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007050, 271 "dEQP-GLES2.functional.shaders.matrix", 272 ".sub.uniform_lowp_mat4_float_fragment"); 273 274static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007051, 275 "dEQP-GLES2.functional.shaders.matri", 276 "x.sub.uniform_lowp_mat4_mat4_vertex"); 277 278static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007052, 279 "dEQP-GLES2.functional.shaders.matrix", 280 ".sub.uniform_lowp_mat4_mat4_fragment"); 281 282static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007053, 283 "dEQP-GLES2.functional.shaders.matrix.", 284 "sub.uniform_mediump_mat4_float_vertex"); 285 286static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007054, 287 "dEQP-GLES2.functional.shaders.matrix.s", 288 "ub.uniform_mediump_mat4_float_fragment"); 289 290static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007055, 291 "dEQP-GLES2.functional.shaders.matrix", 292 ".sub.uniform_mediump_mat4_mat4_vertex"); 293 294static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007056, 295 "dEQP-GLES2.functional.shaders.matrix.", 296 "sub.uniform_mediump_mat4_mat4_fragment"); 297 298static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007057, 299 "dEQP-GLES2.functional.shaders.matrix", 300 ".sub.uniform_highp_mat4_float_vertex"); 301 302static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007058, 303 "dEQP-GLES2.functional.shaders.matrix.", 304 "sub.uniform_highp_mat4_float_fragment"); 305 306static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007059, 307 "dEQP-GLES2.functional.shaders.matri", 308 "x.sub.uniform_highp_mat4_mat4_vertex"); 309 310static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007060, 311 "dEQP-GLES2.functional.shaders.matrix", 312 ".sub.uniform_highp_mat4_mat4_fragment"); 313 314static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007061, 315 "dEQP-GLES2.functional.shaders.matri", 316 "x.sub.dynamic_lowp_mat2_float_vertex"); 317 318static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007062, 319 "dEQP-GLES2.functional.shaders.matrix", 320 ".sub.dynamic_lowp_mat2_float_fragment"); 321 322static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007063, 323 "dEQP-GLES2.functional.shaders.matri", 324 "x.sub.dynamic_lowp_mat2_mat2_vertex"); 325 326static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007064, 327 "dEQP-GLES2.functional.shaders.matrix", 328 ".sub.dynamic_lowp_mat2_mat2_fragment"); 329 330static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007065, 331 "dEQP-GLES2.functional.shaders.matrix.", 332 "sub.dynamic_mediump_mat2_float_vertex"); 333 334static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007066, 335 "dEQP-GLES2.functional.shaders.matrix.s", 336 "ub.dynamic_mediump_mat2_float_fragment"); 337 338static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007067, 339 "dEQP-GLES2.functional.shaders.matrix", 340 ".sub.dynamic_mediump_mat2_mat2_vertex"); 341 342static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007068, 343 "dEQP-GLES2.functional.shaders.matrix.", 344 "sub.dynamic_mediump_mat2_mat2_fragment"); 345 346static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007069, 347 "dEQP-GLES2.functional.shaders.matrix", 348 ".sub.dynamic_highp_mat2_float_vertex"); 349 350static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007070, 351 "dEQP-GLES2.functional.shaders.matrix.", 352 "sub.dynamic_highp_mat2_float_fragment"); 353 354static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007071, 355 "dEQP-GLES2.functional.shaders.matri", 356 "x.sub.dynamic_highp_mat2_mat2_vertex"); 357 358static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007072, 359 "dEQP-GLES2.functional.shaders.matrix", 360 ".sub.dynamic_highp_mat2_mat2_fragment"); 361 362static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007073, 363 "dEQP-GLES2.functional.shaders.matri", 364 "x.sub.dynamic_lowp_mat3_float_vertex"); 365 366static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007074, 367 "dEQP-GLES2.functional.shaders.matrix", 368 ".sub.dynamic_lowp_mat3_float_fragment"); 369 370static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007075, 371 "dEQP-GLES2.functional.shaders.matri", 372 "x.sub.dynamic_lowp_mat3_mat3_vertex"); 373 374static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007076, 375 "dEQP-GLES2.functional.shaders.matrix", 376 ".sub.dynamic_lowp_mat3_mat3_fragment"); 377 378static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007077, 379 "dEQP-GLES2.functional.shaders.matrix.", 380 "sub.dynamic_mediump_mat3_float_vertex"); 381 382static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007078, 383 "dEQP-GLES2.functional.shaders.matrix.s", 384 "ub.dynamic_mediump_mat3_float_fragment"); 385 386static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007079, 387 "dEQP-GLES2.functional.shaders.matrix", 388 ".sub.dynamic_mediump_mat3_mat3_vertex"); 389 390static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007080, 391 "dEQP-GLES2.functional.shaders.matrix.", 392 "sub.dynamic_mediump_mat3_mat3_fragment"); 393 394static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007081, 395 "dEQP-GLES2.functional.shaders.matrix", 396 ".sub.dynamic_highp_mat3_float_vertex"); 397 398static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007082, 399 "dEQP-GLES2.functional.shaders.matrix.", 400 "sub.dynamic_highp_mat3_float_fragment"); 401 402static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007083, 403 "dEQP-GLES2.functional.shaders.matri", 404 "x.sub.dynamic_highp_mat3_mat3_vertex"); 405 406static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007084, 407 "dEQP-GLES2.functional.shaders.matrix", 408 ".sub.dynamic_highp_mat3_mat3_fragment"); 409 410static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007085, 411 "dEQP-GLES2.functional.shaders.matri", 412 "x.sub.dynamic_lowp_mat4_float_vertex"); 413 414static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007086, 415 "dEQP-GLES2.functional.shaders.matrix", 416 ".sub.dynamic_lowp_mat4_float_fragment"); 417 418static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007087, 419 "dEQP-GLES2.functional.shaders.matri", 420 "x.sub.dynamic_lowp_mat4_mat4_vertex"); 421 422static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007088, 423 "dEQP-GLES2.functional.shaders.matrix", 424 ".sub.dynamic_lowp_mat4_mat4_fragment"); 425 426static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007089, 427 "dEQP-GLES2.functional.shaders.matrix.", 428 "sub.dynamic_mediump_mat4_float_vertex"); 429 430static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007090, 431 "dEQP-GLES2.functional.shaders.matrix.s", 432 "ub.dynamic_mediump_mat4_float_fragment"); 433 434static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007091, 435 "dEQP-GLES2.functional.shaders.matrix", 436 ".sub.dynamic_mediump_mat4_mat4_vertex"); 437 438static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007092, 439 "dEQP-GLES2.functional.shaders.matrix.", 440 "sub.dynamic_mediump_mat4_mat4_fragment"); 441 442static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007093, 443 "dEQP-GLES2.functional.shaders.matrix", 444 ".sub.dynamic_highp_mat4_float_vertex"); 445 446static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007094, 447 "dEQP-GLES2.functional.shaders.matrix.", 448 "sub.dynamic_highp_mat4_float_fragment"); 449 450static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007095, 451 "dEQP-GLES2.functional.shaders.matri", 452 "x.sub.dynamic_highp_mat4_mat4_vertex"); 453 454static SHRINK_HWTEST_F(ActsDeqpgles20007TestSuite, TestCase_007096, 455 "dEQP-GLES2.functional.shaders.matrix", 456 ".sub.dynamic_highp_mat4_mat4_fragment"); 457