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 "../ActsDeqpgles30027TestSuite.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(ActsDeqpgles30027TestSuite, TestCase_026708, 27 "dEQP-GLES3.functional.texture.specifi", 28 "cation.texstorage2d.format.rgba32f_2d"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026709, 31 "dEQP-GLES3.functional.texture.specific", 32 "ation.texstorage2d.format.rgba32f_cube"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026710, 35 "dEQP-GLES3.functional.texture.specifi", 36 "cation.texstorage2d.format.rgba32i_2d"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026711, 39 "dEQP-GLES3.functional.texture.specific", 40 "ation.texstorage2d.format.rgba32i_cube"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026712, 43 "dEQP-GLES3.functional.texture.specifi", 44 "cation.texstorage2d.format.rgba32ui_2d"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026713, 47 "dEQP-GLES3.functional.texture.specific", 48 "ation.texstorage2d.format.rgba32ui_cube"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026714, 51 "dEQP-GLES3.functional.texture.specifi", 52 "cation.texstorage2d.format.rgba16f_2d"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026715, 55 "dEQP-GLES3.functional.texture.specific", 56 "ation.texstorage2d.format.rgba16f_cube"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026716, 59 "dEQP-GLES3.functional.texture.specifi", 60 "cation.texstorage2d.format.rgba16i_2d"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026717, 63 "dEQP-GLES3.functional.texture.specific", 64 "ation.texstorage2d.format.rgba16i_cube"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026718, 67 "dEQP-GLES3.functional.texture.specifi", 68 "cation.texstorage2d.format.rgba16ui_2d"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026719, 71 "dEQP-GLES3.functional.texture.specific", 72 "ation.texstorage2d.format.rgba16ui_cube"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026720, 75 "dEQP-GLES3.functional.texture.specif", 76 "ication.texstorage2d.format.rgba8_2d"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026721, 79 "dEQP-GLES3.functional.texture.specifi", 80 "cation.texstorage2d.format.rgba8_cube"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026722, 83 "dEQP-GLES3.functional.texture.specif", 84 "ication.texstorage2d.format.rgba8i_2d"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026723, 87 "dEQP-GLES3.functional.texture.specifi", 88 "cation.texstorage2d.format.rgba8i_cube"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026724, 91 "dEQP-GLES3.functional.texture.specifi", 92 "cation.texstorage2d.format.rgba8ui_2d"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026725, 95 "dEQP-GLES3.functional.texture.specific", 96 "ation.texstorage2d.format.rgba8ui_cube"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026726, 99 "dEQP-GLES3.functional.texture.specifica", 100 "tion.texstorage2d.format.srgb8_alpha8_2d"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026727, 103 "dEQP-GLES3.functional.texture.specificat", 104 "ion.texstorage2d.format.srgb8_alpha8_cube"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026728, 107 "dEQP-GLES3.functional.texture.specifi", 108 "cation.texstorage2d.format.rgb10_a2_2d"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026729, 111 "dEQP-GLES3.functional.texture.specific", 112 "ation.texstorage2d.format.rgb10_a2_cube"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026730, 115 "dEQP-GLES3.functional.texture.specific", 116 "ation.texstorage2d.format.rgb10_a2ui_2d"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026731, 119 "dEQP-GLES3.functional.texture.specifica", 120 "tion.texstorage2d.format.rgb10_a2ui_cube"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026732, 123 "dEQP-GLES3.functional.texture.specif", 124 "ication.texstorage2d.format.rgba4_2d"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026733, 127 "dEQP-GLES3.functional.texture.specifi", 128 "cation.texstorage2d.format.rgba4_cube"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026734, 131 "dEQP-GLES3.functional.texture.specifi", 132 "cation.texstorage2d.format.rgb5_a1_2d"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026735, 135 "dEQP-GLES3.functional.texture.specific", 136 "ation.texstorage2d.format.rgb5_a1_cube"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026736, 139 "dEQP-GLES3.functional.texture.specifica", 140 "tion.texstorage2d.format.rgba8_snorm_2d"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026737, 143 "dEQP-GLES3.functional.texture.specificat", 144 "ion.texstorage2d.format.rgba8_snorm_cube"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026738, 147 "dEQP-GLES3.functional.texture.speci", 148 "fication.texstorage2d.format.rgb8_2d"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026739, 151 "dEQP-GLES3.functional.texture.specif", 152 "ication.texstorage2d.format.rgb8_cube"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026740, 155 "dEQP-GLES3.functional.texture.specif", 156 "ication.texstorage2d.format.rgb565_2d"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026741, 159 "dEQP-GLES3.functional.texture.specifi", 160 "cation.texstorage2d.format.rgb565_cube"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026742, 163 "dEQP-GLES3.functional.texture.specificat", 164 "ion.texstorage2d.format.r11f_g11f_b10f_2d"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026743, 167 "dEQP-GLES3.functional.texture.specificati", 168 "on.texstorage2d.format.r11f_g11f_b10f_cube"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026744, 171 "dEQP-GLES3.functional.texture.specif", 172 "ication.texstorage2d.format.rgb32f_2d"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026745, 175 "dEQP-GLES3.functional.texture.specifi", 176 "cation.texstorage2d.format.rgb32f_cube"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026746, 179 "dEQP-GLES3.functional.texture.specif", 180 "ication.texstorage2d.format.rgb32i_2d"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026747, 183 "dEQP-GLES3.functional.texture.specifi", 184 "cation.texstorage2d.format.rgb32i_cube"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026748, 187 "dEQP-GLES3.functional.texture.specifi", 188 "cation.texstorage2d.format.rgb32ui_2d"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026749, 191 "dEQP-GLES3.functional.texture.specific", 192 "ation.texstorage2d.format.rgb32ui_cube"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026750, 195 "dEQP-GLES3.functional.texture.specif", 196 "ication.texstorage2d.format.rgb16f_2d"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026751, 199 "dEQP-GLES3.functional.texture.specifi", 200 "cation.texstorage2d.format.rgb16f_cube"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026752, 203 "dEQP-GLES3.functional.texture.specif", 204 "ication.texstorage2d.format.rgb16i_2d"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026753, 207 "dEQP-GLES3.functional.texture.specifi", 208 "cation.texstorage2d.format.rgb16i_cube"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026754, 211 "dEQP-GLES3.functional.texture.specifi", 212 "cation.texstorage2d.format.rgb16ui_2d"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026755, 215 "dEQP-GLES3.functional.texture.specific", 216 "ation.texstorage2d.format.rgb16ui_cube"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026756, 219 "dEQP-GLES3.functional.texture.specific", 220 "ation.texstorage2d.format.rgb8_snorm_2d"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026757, 223 "dEQP-GLES3.functional.texture.specifica", 224 "tion.texstorage2d.format.rgb8_snorm_cube"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026758, 227 "dEQP-GLES3.functional.texture.specif", 228 "ication.texstorage2d.format.rgb8i_2d"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026759, 231 "dEQP-GLES3.functional.texture.specifi", 232 "cation.texstorage2d.format.rgb8i_cube"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026760, 235 "dEQP-GLES3.functional.texture.specif", 236 "ication.texstorage2d.format.rgb8ui_2d"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026761, 239 "dEQP-GLES3.functional.texture.specifi", 240 "cation.texstorage2d.format.rgb8ui_cube"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026762, 243 "dEQP-GLES3.functional.texture.specif", 244 "ication.texstorage2d.format.srgb8_2d"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026763, 247 "dEQP-GLES3.functional.texture.specifi", 248 "cation.texstorage2d.format.srgb8_cube"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026764, 251 "dEQP-GLES3.functional.texture.specifi", 252 "cation.texstorage2d.format.rgb9_e5_2d"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026765, 255 "dEQP-GLES3.functional.texture.specific", 256 "ation.texstorage2d.format.rgb9_e5_cube"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026766, 259 "dEQP-GLES3.functional.texture.specif", 260 "ication.texstorage2d.format.rg32f_2d"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026767, 263 "dEQP-GLES3.functional.texture.specifi", 264 "cation.texstorage2d.format.rg32f_cube"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026768, 267 "dEQP-GLES3.functional.texture.specif", 268 "ication.texstorage2d.format.rg32i_2d"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026769, 271 "dEQP-GLES3.functional.texture.specifi", 272 "cation.texstorage2d.format.rg32i_cube"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026770, 275 "dEQP-GLES3.functional.texture.specif", 276 "ication.texstorage2d.format.rg32ui_2d"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026771, 279 "dEQP-GLES3.functional.texture.specifi", 280 "cation.texstorage2d.format.rg32ui_cube"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026772, 283 "dEQP-GLES3.functional.texture.specif", 284 "ication.texstorage2d.format.rg16f_2d"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026773, 287 "dEQP-GLES3.functional.texture.specifi", 288 "cation.texstorage2d.format.rg16f_cube"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026774, 291 "dEQP-GLES3.functional.texture.specif", 292 "ication.texstorage2d.format.rg16i_2d"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026775, 295 "dEQP-GLES3.functional.texture.specifi", 296 "cation.texstorage2d.format.rg16i_cube"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026776, 299 "dEQP-GLES3.functional.texture.specif", 300 "ication.texstorage2d.format.rg16ui_2d"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026777, 303 "dEQP-GLES3.functional.texture.specifi", 304 "cation.texstorage2d.format.rg16ui_cube"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026778, 307 "dEQP-GLES3.functional.texture.speci", 308 "fication.texstorage2d.format.rg8_2d"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026779, 311 "dEQP-GLES3.functional.texture.specif", 312 "ication.texstorage2d.format.rg8_cube"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026780, 315 "dEQP-GLES3.functional.texture.speci", 316 "fication.texstorage2d.format.rg8i_2d"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026781, 319 "dEQP-GLES3.functional.texture.specif", 320 "ication.texstorage2d.format.rg8i_cube"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026782, 323 "dEQP-GLES3.functional.texture.specif", 324 "ication.texstorage2d.format.rg8ui_2d"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026783, 327 "dEQP-GLES3.functional.texture.specifi", 328 "cation.texstorage2d.format.rg8ui_cube"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026784, 331 "dEQP-GLES3.functional.texture.specific", 332 "ation.texstorage2d.format.rg8_snorm_2d"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026785, 335 "dEQP-GLES3.functional.texture.specifica", 336 "tion.texstorage2d.format.rg8_snorm_cube"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026786, 339 "dEQP-GLES3.functional.texture.speci", 340 "fication.texstorage2d.format.r32f_2d"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026787, 343 "dEQP-GLES3.functional.texture.specif", 344 "ication.texstorage2d.format.r32f_cube"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026788, 347 "dEQP-GLES3.functional.texture.speci", 348 "fication.texstorage2d.format.r32i_2d"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026789, 351 "dEQP-GLES3.functional.texture.specif", 352 "ication.texstorage2d.format.r32i_cube"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026790, 355 "dEQP-GLES3.functional.texture.specif", 356 "ication.texstorage2d.format.r32ui_2d"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026791, 359 "dEQP-GLES3.functional.texture.specifi", 360 "cation.texstorage2d.format.r32ui_cube"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026792, 363 "dEQP-GLES3.functional.texture.speci", 364 "fication.texstorage2d.format.r16f_2d"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026793, 367 "dEQP-GLES3.functional.texture.specif", 368 "ication.texstorage2d.format.r16f_cube"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026794, 371 "dEQP-GLES3.functional.texture.speci", 372 "fication.texstorage2d.format.r16i_2d"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026795, 375 "dEQP-GLES3.functional.texture.specif", 376 "ication.texstorage2d.format.r16i_cube"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026796, 379 "dEQP-GLES3.functional.texture.specif", 380 "ication.texstorage2d.format.r16ui_2d"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026797, 383 "dEQP-GLES3.functional.texture.specifi", 384 "cation.texstorage2d.format.r16ui_cube"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026798, 387 "dEQP-GLES3.functional.texture.spec", 388 "ification.texstorage2d.format.r8_2d"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026799, 391 "dEQP-GLES3.functional.texture.speci", 392 "fication.texstorage2d.format.r8_cube"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026800, 395 "dEQP-GLES3.functional.texture.speci", 396 "fication.texstorage2d.format.r8i_2d"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026801, 399 "dEQP-GLES3.functional.texture.specif", 400 "ication.texstorage2d.format.r8i_cube"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026802, 403 "dEQP-GLES3.functional.texture.speci", 404 "fication.texstorage2d.format.r8ui_2d"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026803, 407 "dEQP-GLES3.functional.texture.specif", 408 "ication.texstorage2d.format.r8ui_cube"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026804, 411 "dEQP-GLES3.functional.texture.specifi", 412 "cation.texstorage2d.format.r8_snorm_2d"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026805, 415 "dEQP-GLES3.functional.texture.specific", 416 "ation.texstorage2d.format.r8_snorm_cube"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026806, 419 "dEQP-GLES3.functional.texture.specificatio", 420 "n.texstorage2d.format.depth_component32f_2d"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026807, 423 "dEQP-GLES3.functional.texture.specification", 424 ".texstorage2d.format.depth_component32f_cube"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026808, 427 "dEQP-GLES3.functional.texture.specificatio", 428 "n.texstorage2d.format.depth_component24_2d"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026809, 431 "dEQP-GLES3.functional.texture.specification", 432 ".texstorage2d.format.depth_component24_cube"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026810, 435 "dEQP-GLES3.functional.texture.specificatio", 436 "n.texstorage2d.format.depth_component16_2d"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026811, 439 "dEQP-GLES3.functional.texture.specification", 440 ".texstorage2d.format.depth_component16_cube"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026812, 443 "dEQP-GLES3.functional.texture.specificatio", 444 "n.texstorage2d.format.depth32f_stencil8_2d"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026813, 447 "dEQP-GLES3.functional.texture.specification", 448 ".texstorage2d.format.depth32f_stencil8_cube"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026814, 451 "dEQP-GLES3.functional.texture.specificati", 452 "on.texstorage2d.format.depth24_stencil8_2d"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026815, 455 "dEQP-GLES3.functional.texture.specificatio", 456 "n.texstorage2d.format.depth24_stencil8_cube"); 457