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_026408, 27 "dEQP-GLES3.functional.texture.specifi", 28 "cation.teximage3d_pbo.rgba32f_2d_array"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026409, 31 "dEQP-GLES3.functional.texture.spec", 32 "ification.teximage3d_pbo.rgba32f_3d"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026410, 35 "dEQP-GLES3.functional.texture.specifi", 36 "cation.teximage3d_pbo.rgba32i_2d_array"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026411, 39 "dEQP-GLES3.functional.texture.spec", 40 "ification.teximage3d_pbo.rgba32i_3d"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026412, 43 "dEQP-GLES3.functional.texture.specific", 44 "ation.teximage3d_pbo.rgba32ui_2d_array"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026413, 47 "dEQP-GLES3.functional.texture.speci", 48 "fication.teximage3d_pbo.rgba32ui_3d"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026414, 51 "dEQP-GLES3.functional.texture.specifi", 52 "cation.teximage3d_pbo.rgba16f_2d_array"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026415, 55 "dEQP-GLES3.functional.texture.spec", 56 "ification.teximage3d_pbo.rgba16f_3d"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026416, 59 "dEQP-GLES3.functional.texture.specifi", 60 "cation.teximage3d_pbo.rgba16i_2d_array"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026417, 63 "dEQP-GLES3.functional.texture.spec", 64 "ification.teximage3d_pbo.rgba16i_3d"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026418, 67 "dEQP-GLES3.functional.texture.specific", 68 "ation.teximage3d_pbo.rgba16ui_2d_array"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026419, 71 "dEQP-GLES3.functional.texture.speci", 72 "fication.teximage3d_pbo.rgba16ui_3d"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026420, 75 "dEQP-GLES3.functional.texture.specif", 76 "ication.teximage3d_pbo.rgba8_2d_array"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026421, 79 "dEQP-GLES3.functional.texture.spe", 80 "cification.teximage3d_pbo.rgba8_3d"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026422, 83 "dEQP-GLES3.functional.texture.specifi", 84 "cation.teximage3d_pbo.rgba8i_2d_array"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026423, 87 "dEQP-GLES3.functional.texture.spec", 88 "ification.teximage3d_pbo.rgba8i_3d"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026424, 91 "dEQP-GLES3.functional.texture.specifi", 92 "cation.teximage3d_pbo.rgba8ui_2d_array"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026425, 95 "dEQP-GLES3.functional.texture.spec", 96 "ification.teximage3d_pbo.rgba8ui_3d"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026426, 99 "dEQP-GLES3.functional.texture.specificat", 100 "ion.teximage3d_pbo.srgb8_alpha8_2d_array"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026427, 103 "dEQP-GLES3.functional.texture.specifi", 104 "cation.teximage3d_pbo.srgb8_alpha8_3d"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026428, 107 "dEQP-GLES3.functional.texture.specific", 108 "ation.teximage3d_pbo.rgb10_a2_2d_array"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026429, 111 "dEQP-GLES3.functional.texture.speci", 112 "fication.teximage3d_pbo.rgb10_a2_3d"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026430, 115 "dEQP-GLES3.functional.texture.specifica", 116 "tion.teximage3d_pbo.rgb10_a2ui_2d_array"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026431, 119 "dEQP-GLES3.functional.texture.specif", 120 "ication.teximage3d_pbo.rgb10_a2ui_3d"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026432, 123 "dEQP-GLES3.functional.texture.specif", 124 "ication.teximage3d_pbo.rgba4_2d_array"); 125 126 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026433, 127 "dEQP-GLES3.functional.texture.spe", 128 "cification.teximage3d_pbo.rgba4_3d"); 129 130 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026434, 131 "dEQP-GLES3.functional.texture.specifi", 132 "cation.teximage3d_pbo.rgb5_a1_2d_array"); 133 134 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026435, 135 "dEQP-GLES3.functional.texture.spec", 136 "ification.teximage3d_pbo.rgb5_a1_3d"); 137 138 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026436, 139 "dEQP-GLES3.functional.texture.specifica", 140 "tion.teximage3d_pbo.rgba8_snorm_2d_array"); 141 142 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026437, 143 "dEQP-GLES3.functional.texture.specif", 144 "ication.teximage3d_pbo.rgba8_snorm_3d"); 145 146 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026438, 147 "dEQP-GLES3.functional.texture.specif", 148 "ication.teximage3d_pbo.rgb8_2d_array"); 149 150 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026439, 151 "dEQP-GLES3.functional.texture.spe", 152 "cification.teximage3d_pbo.rgb8_3d"); 153 154 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026440, 155 "dEQP-GLES3.functional.texture.specifi", 156 "cation.teximage3d_pbo.rgb565_2d_array"); 157 158 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026441, 159 "dEQP-GLES3.functional.texture.spec", 160 "ification.teximage3d_pbo.rgb565_3d"); 161 162 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026442, 163 "dEQP-GLES3.functional.texture.specificati", 164 "on.teximage3d_pbo.r11f_g11f_b10f_2d_array"); 165 166 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026443, 167 "dEQP-GLES3.functional.texture.specific", 168 "ation.teximage3d_pbo.r11f_g11f_b10f_3d"); 169 170 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026444, 171 "dEQP-GLES3.functional.texture.specifi", 172 "cation.teximage3d_pbo.rgb32f_2d_array"); 173 174 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026445, 175 "dEQP-GLES3.functional.texture.spec", 176 "ification.teximage3d_pbo.rgb32f_3d"); 177 178 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026446, 179 "dEQP-GLES3.functional.texture.specifi", 180 "cation.teximage3d_pbo.rgb32i_2d_array"); 181 182 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026447, 183 "dEQP-GLES3.functional.texture.spec", 184 "ification.teximage3d_pbo.rgb32i_3d"); 185 186 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026448, 187 "dEQP-GLES3.functional.texture.specifi", 188 "cation.teximage3d_pbo.rgb32ui_2d_array"); 189 190 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026449, 191 "dEQP-GLES3.functional.texture.spec", 192 "ification.teximage3d_pbo.rgb32ui_3d"); 193 194 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026450, 195 "dEQP-GLES3.functional.texture.specifi", 196 "cation.teximage3d_pbo.rgb16f_2d_array"); 197 198 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026451, 199 "dEQP-GLES3.functional.texture.spec", 200 "ification.teximage3d_pbo.rgb16f_3d"); 201 202 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026452, 203 "dEQP-GLES3.functional.texture.specifi", 204 "cation.teximage3d_pbo.rgb16i_2d_array"); 205 206 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026453, 207 "dEQP-GLES3.functional.texture.spec", 208 "ification.teximage3d_pbo.rgb16i_3d"); 209 210 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026454, 211 "dEQP-GLES3.functional.texture.specifi", 212 "cation.teximage3d_pbo.rgb16ui_2d_array"); 213 214 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026455, 215 "dEQP-GLES3.functional.texture.spec", 216 "ification.teximage3d_pbo.rgb16ui_3d"); 217 218 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026456, 219 "dEQP-GLES3.functional.texture.specifica", 220 "tion.teximage3d_pbo.rgb8_snorm_2d_array"); 221 222 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026457, 223 "dEQP-GLES3.functional.texture.specif", 224 "ication.teximage3d_pbo.rgb8_snorm_3d"); 225 226 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026458, 227 "dEQP-GLES3.functional.texture.specif", 228 "ication.teximage3d_pbo.rgb8i_2d_array"); 229 230 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026459, 231 "dEQP-GLES3.functional.texture.spe", 232 "cification.teximage3d_pbo.rgb8i_3d"); 233 234 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026460, 235 "dEQP-GLES3.functional.texture.specifi", 236 "cation.teximage3d_pbo.rgb8ui_2d_array"); 237 238 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026461, 239 "dEQP-GLES3.functional.texture.spec", 240 "ification.teximage3d_pbo.rgb8ui_3d"); 241 242 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026462, 243 "dEQP-GLES3.functional.texture.specif", 244 "ication.teximage3d_pbo.srgb8_2d_array"); 245 246 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026463, 247 "dEQP-GLES3.functional.texture.spe", 248 "cification.teximage3d_pbo.srgb8_3d"); 249 250 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026464, 251 "dEQP-GLES3.functional.texture.specifi", 252 "cation.teximage3d_pbo.rgb9_e5_2d_array"); 253 254 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026465, 255 "dEQP-GLES3.functional.texture.spec", 256 "ification.teximage3d_pbo.rgb9_e5_3d"); 257 258 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026466, 259 "dEQP-GLES3.functional.texture.specif", 260 "ication.teximage3d_pbo.rg32f_2d_array"); 261 262 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026467, 263 "dEQP-GLES3.functional.texture.spe", 264 "cification.teximage3d_pbo.rg32f_3d"); 265 266 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026468, 267 "dEQP-GLES3.functional.texture.specif", 268 "ication.teximage3d_pbo.rg32i_2d_array"); 269 270 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026469, 271 "dEQP-GLES3.functional.texture.spe", 272 "cification.teximage3d_pbo.rg32i_3d"); 273 274 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026470, 275 "dEQP-GLES3.functional.texture.specifi", 276 "cation.teximage3d_pbo.rg32ui_2d_array"); 277 278 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026471, 279 "dEQP-GLES3.functional.texture.spec", 280 "ification.teximage3d_pbo.rg32ui_3d"); 281 282 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026472, 283 "dEQP-GLES3.functional.texture.specif", 284 "ication.teximage3d_pbo.rg16f_2d_array"); 285 286 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026473, 287 "dEQP-GLES3.functional.texture.spe", 288 "cification.teximage3d_pbo.rg16f_3d"); 289 290 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026474, 291 "dEQP-GLES3.functional.texture.specif", 292 "ication.teximage3d_pbo.rg16i_2d_array"); 293 294 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026475, 295 "dEQP-GLES3.functional.texture.spe", 296 "cification.teximage3d_pbo.rg16i_3d"); 297 298 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026476, 299 "dEQP-GLES3.functional.texture.specifi", 300 "cation.teximage3d_pbo.rg16ui_2d_array"); 301 302 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026477, 303 "dEQP-GLES3.functional.texture.spec", 304 "ification.teximage3d_pbo.rg16ui_3d"); 305 306 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026478, 307 "dEQP-GLES3.functional.texture.speci", 308 "fication.teximage3d_pbo.rg8_2d_array"); 309 310 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026479, 311 "dEQP-GLES3.functional.texture.sp", 312 "ecification.teximage3d_pbo.rg8_3d"); 313 314 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026480, 315 "dEQP-GLES3.functional.texture.specif", 316 "ication.teximage3d_pbo.rg8i_2d_array"); 317 318 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026481, 319 "dEQP-GLES3.functional.texture.spe", 320 "cification.teximage3d_pbo.rg8i_3d"); 321 322 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026482, 323 "dEQP-GLES3.functional.texture.specif", 324 "ication.teximage3d_pbo.rg8ui_2d_array"); 325 326 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026483, 327 "dEQP-GLES3.functional.texture.spe", 328 "cification.teximage3d_pbo.rg8ui_3d"); 329 330 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026484, 331 "dEQP-GLES3.functional.texture.specific", 332 "ation.teximage3d_pbo.rg8_snorm_2d_array"); 333 334 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026485, 335 "dEQP-GLES3.functional.texture.speci", 336 "fication.teximage3d_pbo.rg8_snorm_3d"); 337 338 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026486, 339 "dEQP-GLES3.functional.texture.specif", 340 "ication.teximage3d_pbo.r32f_2d_array"); 341 342 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026487, 343 "dEQP-GLES3.functional.texture.spe", 344 "cification.teximage3d_pbo.r32f_3d"); 345 346 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026488, 347 "dEQP-GLES3.functional.texture.specif", 348 "ication.teximage3d_pbo.r32i_2d_array"); 349 350 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026489, 351 "dEQP-GLES3.functional.texture.spe", 352 "cification.teximage3d_pbo.r32i_3d"); 353 354 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026490, 355 "dEQP-GLES3.functional.texture.specif", 356 "ication.teximage3d_pbo.r32ui_2d_array"); 357 358 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026491, 359 "dEQP-GLES3.functional.texture.spe", 360 "cification.teximage3d_pbo.r32ui_3d"); 361 362 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026492, 363 "dEQP-GLES3.functional.texture.specif", 364 "ication.teximage3d_pbo.r16f_2d_array"); 365 366 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026493, 367 "dEQP-GLES3.functional.texture.spe", 368 "cification.teximage3d_pbo.r16f_3d"); 369 370 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026494, 371 "dEQP-GLES3.functional.texture.specif", 372 "ication.teximage3d_pbo.r16i_2d_array"); 373 374 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026495, 375 "dEQP-GLES3.functional.texture.spe", 376 "cification.teximage3d_pbo.r16i_3d"); 377 378 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026496, 379 "dEQP-GLES3.functional.texture.specif", 380 "ication.teximage3d_pbo.r16ui_2d_array"); 381 382 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026497, 383 "dEQP-GLES3.functional.texture.spe", 384 "cification.teximage3d_pbo.r16ui_3d"); 385 386 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026498, 387 "dEQP-GLES3.functional.texture.speci", 388 "fication.teximage3d_pbo.r8_2d_array"); 389 390 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026499, 391 "dEQP-GLES3.functional.texture.sp", 392 "ecification.teximage3d_pbo.r8_3d"); 393 394 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026500, 395 "dEQP-GLES3.functional.texture.speci", 396 "fication.teximage3d_pbo.r8i_2d_array"); 397 398 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026501, 399 "dEQP-GLES3.functional.texture.sp", 400 "ecification.teximage3d_pbo.r8i_3d"); 401 402 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026502, 403 "dEQP-GLES3.functional.texture.specif", 404 "ication.teximage3d_pbo.r8ui_2d_array"); 405 406 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026503, 407 "dEQP-GLES3.functional.texture.spe", 408 "cification.teximage3d_pbo.r8ui_3d"); 409 410 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026504, 411 "dEQP-GLES3.functional.texture.specific", 412 "ation.teximage3d_pbo.r8_snorm_2d_array"); 413 414 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026505, 415 "dEQP-GLES3.functional.texture.speci", 416 "fication.teximage3d_pbo.r8_snorm_3d"); 417 418 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026506, 419 "dEQP-GLES3.functional.texture.specifica", 420 "tion.teximage3d_pbo.rgb8_offset_2d_array"); 421 422 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026507, 423 "dEQP-GLES3.functional.texture.specif", 424 "ication.teximage3d_pbo.rgb8_offset_3d"); 425 426 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026508, 427 "dEQP-GLES3.functional.texture.specificati", 428 "on.teximage3d_pbo.rgb8_alignment_2d_array"); 429 430 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026509, 431 "dEQP-GLES3.functional.texture.specific", 432 "ation.teximage3d_pbo.rgb8_alignment_3d"); 433 434 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026510, 435 "dEQP-GLES3.functional.texture.specificatio", 436 "n.teximage3d_pbo.rgb8_image_height_2d_array"); 437 438 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026511, 439 "dEQP-GLES3.functional.texture.specifica", 440 "tion.teximage3d_pbo.rgb8_image_height_3d"); 441 442 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026512, 443 "dEQP-GLES3.functional.texture.specificati", 444 "on.teximage3d_pbo.rgb8_row_length_2d_array"); 445 446 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026513, 447 "dEQP-GLES3.functional.texture.specific", 448 "ation.teximage3d_pbo.rgb8_row_length_3d"); 449 450 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026514, 451 "dEQP-GLES3.functional.texture.specificatio", 452 "n.teximage3d_pbo.rgb8_skip_images_2d_array"); 453 454 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026515, 455 "dEQP-GLES3.functional.texture.specifica", 456 "tion.teximage3d_pbo.rgb8_skip_images_3d"); 457 458 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026516, 459 "dEQP-GLES3.functional.texture.specificati", 460 "on.teximage3d_pbo.rgb8_skip_rows_2d_array"); 461 462 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026517, 463 "dEQP-GLES3.functional.texture.specific", 464 "ation.teximage3d_pbo.rgb8_skip_rows_3d"); 465 466 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026518, 467 "dEQP-GLES3.functional.texture.specificatio", 468 "n.teximage3d_pbo.rgb8_skip_pixels_2d_array"); 469 470 static SHRINK_HWTEST_F(ActsDeqpgles30027TestSuite, TestCase_026519, 471 "dEQP-GLES3.functional.texture.specifica", 472 "tion.teximage3d_pbo.rgb8_skip_pixels_3d"); 473