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 "../ActsDeqpgles30025TestSuite.h" 20#include "shrinkdefine.h" 21 22using namespace std; 23using namespace testing::ext; 24using namespace OHOS; 25 26static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024217, 27 "dEQP-GLES3.functional.texture.filtering.cu", 28 "be.combinations.nearest_nearest_clamp_clamp"); 29 30static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024218, 31 "dEQP-GLES3.functional.texture.filtering.cub", 32 "e.combinations.nearest_nearest_clamp_repeat"); 33 34static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024219, 35 "dEQP-GLES3.functional.texture.filtering.cub", 36 "e.combinations.nearest_nearest_clamp_mirror"); 37 38static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024220, 39 "dEQP-GLES3.functional.texture.filtering.cub", 40 "e.combinations.nearest_nearest_repeat_clamp"); 41 42static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024221, 43 "dEQP-GLES3.functional.texture.filtering.cub", 44 "e.combinations.nearest_nearest_repeat_repeat"); 45 46static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024222, 47 "dEQP-GLES3.functional.texture.filtering.cub", 48 "e.combinations.nearest_nearest_repeat_mirror"); 49 50static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024223, 51 "dEQP-GLES3.functional.texture.filtering.cub", 52 "e.combinations.nearest_nearest_mirror_clamp"); 53 54static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024224, 55 "dEQP-GLES3.functional.texture.filtering.cub", 56 "e.combinations.nearest_nearest_mirror_repeat"); 57 58static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024225, 59 "dEQP-GLES3.functional.texture.filtering.cub", 60 "e.combinations.nearest_nearest_mirror_mirror"); 61 62static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024226, 63 "dEQP-GLES3.functional.texture.filtering.cu", 64 "be.combinations.nearest_linear_clamp_clamp"); 65 66static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024227, 67 "dEQP-GLES3.functional.texture.filtering.cu", 68 "be.combinations.nearest_linear_clamp_repeat"); 69 70static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024228, 71 "dEQP-GLES3.functional.texture.filtering.cu", 72 "be.combinations.nearest_linear_clamp_mirror"); 73 74static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024229, 75 "dEQP-GLES3.functional.texture.filtering.cu", 76 "be.combinations.nearest_linear_repeat_clamp"); 77 78static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024230, 79 "dEQP-GLES3.functional.texture.filtering.cub", 80 "e.combinations.nearest_linear_repeat_repeat"); 81 82static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024231, 83 "dEQP-GLES3.functional.texture.filtering.cub", 84 "e.combinations.nearest_linear_repeat_mirror"); 85 86static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024232, 87 "dEQP-GLES3.functional.texture.filtering.cu", 88 "be.combinations.nearest_linear_mirror_clamp"); 89 90static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024233, 91 "dEQP-GLES3.functional.texture.filtering.cub", 92 "e.combinations.nearest_linear_mirror_repeat"); 93 94static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024234, 95 "dEQP-GLES3.functional.texture.filtering.cub", 96 "e.combinations.nearest_linear_mirror_mirror"); 97 98static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024235, 99 "dEQP-GLES3.functional.texture.filtering.cu", 100 "be.combinations.linear_nearest_clamp_clamp"); 101 102static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024236, 103 "dEQP-GLES3.functional.texture.filtering.cu", 104 "be.combinations.linear_nearest_clamp_repeat"); 105 106static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024237, 107 "dEQP-GLES3.functional.texture.filtering.cu", 108 "be.combinations.linear_nearest_clamp_mirror"); 109 110static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024238, 111 "dEQP-GLES3.functional.texture.filtering.cu", 112 "be.combinations.linear_nearest_repeat_clamp"); 113 114static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024239, 115 "dEQP-GLES3.functional.texture.filtering.cub", 116 "e.combinations.linear_nearest_repeat_repeat"); 117 118static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024240, 119 "dEQP-GLES3.functional.texture.filtering.cub", 120 "e.combinations.linear_nearest_repeat_mirror"); 121 122static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024241, 123 "dEQP-GLES3.functional.texture.filtering.cu", 124 "be.combinations.linear_nearest_mirror_clamp"); 125 126static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024242, 127 "dEQP-GLES3.functional.texture.filtering.cub", 128 "e.combinations.linear_nearest_mirror_repeat"); 129 130static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024243, 131 "dEQP-GLES3.functional.texture.filtering.cub", 132 "e.combinations.linear_nearest_mirror_mirror"); 133 134static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024244, 135 "dEQP-GLES3.functional.texture.filtering.c", 136 "ube.combinations.linear_linear_clamp_clamp"); 137 138static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024245, 139 "dEQP-GLES3.functional.texture.filtering.cu", 140 "be.combinations.linear_linear_clamp_repeat"); 141 142static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024246, 143 "dEQP-GLES3.functional.texture.filtering.cu", 144 "be.combinations.linear_linear_clamp_mirror"); 145 146static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024247, 147 "dEQP-GLES3.functional.texture.filtering.cu", 148 "be.combinations.linear_linear_repeat_clamp"); 149 150static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024248, 151 "dEQP-GLES3.functional.texture.filtering.cu", 152 "be.combinations.linear_linear_repeat_repeat"); 153 154static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024249, 155 "dEQP-GLES3.functional.texture.filtering.cu", 156 "be.combinations.linear_linear_repeat_mirror"); 157 158static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024250, 159 "dEQP-GLES3.functional.texture.filtering.cu", 160 "be.combinations.linear_linear_mirror_clamp"); 161 162static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024251, 163 "dEQP-GLES3.functional.texture.filtering.cu", 164 "be.combinations.linear_linear_mirror_repeat"); 165 166static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024252, 167 "dEQP-GLES3.functional.texture.filtering.cu", 168 "be.combinations.linear_linear_mirror_mirror"); 169 170static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024253, 171 "dEQP-GLES3.functional.texture.filtering.cube.combi", 172 "nations.nearest_mipmap_nearest_nearest_clamp_clamp"); 173 174static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024254, 175 "dEQP-GLES3.functional.texture.filtering.cube.combi", 176 "nations.nearest_mipmap_nearest_nearest_clamp_repeat"); 177 178static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024255, 179 "dEQP-GLES3.functional.texture.filtering.cube.combi", 180 "nations.nearest_mipmap_nearest_nearest_clamp_mirror"); 181 182static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024256, 183 "dEQP-GLES3.functional.texture.filtering.cube.combi", 184 "nations.nearest_mipmap_nearest_nearest_repeat_clamp"); 185 186static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024257, 187 "dEQP-GLES3.functional.texture.filtering.cube.combin", 188 "ations.nearest_mipmap_nearest_nearest_repeat_repeat"); 189 190static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024258, 191 "dEQP-GLES3.functional.texture.filtering.cube.combin", 192 "ations.nearest_mipmap_nearest_nearest_repeat_mirror"); 193 194static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024259, 195 "dEQP-GLES3.functional.texture.filtering.cube.combi", 196 "nations.nearest_mipmap_nearest_nearest_mirror_clamp"); 197 198static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024260, 199 "dEQP-GLES3.functional.texture.filtering.cube.combin", 200 "ations.nearest_mipmap_nearest_nearest_mirror_repeat"); 201 202static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024261, 203 "dEQP-GLES3.functional.texture.filtering.cube.combin", 204 "ations.nearest_mipmap_nearest_nearest_mirror_mirror"); 205 206static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024262, 207 "dEQP-GLES3.functional.texture.filtering.cube.comb", 208 "inations.nearest_mipmap_nearest_linear_clamp_clamp"); 209 210static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024263, 211 "dEQP-GLES3.functional.texture.filtering.cube.combi", 212 "nations.nearest_mipmap_nearest_linear_clamp_repeat"); 213 214static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024264, 215 "dEQP-GLES3.functional.texture.filtering.cube.combi", 216 "nations.nearest_mipmap_nearest_linear_clamp_mirror"); 217 218static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024265, 219 "dEQP-GLES3.functional.texture.filtering.cube.combi", 220 "nations.nearest_mipmap_nearest_linear_repeat_clamp"); 221 222static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024266, 223 "dEQP-GLES3.functional.texture.filtering.cube.combi", 224 "nations.nearest_mipmap_nearest_linear_repeat_repeat"); 225 226static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024267, 227 "dEQP-GLES3.functional.texture.filtering.cube.combi", 228 "nations.nearest_mipmap_nearest_linear_repeat_mirror"); 229 230static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024268, 231 "dEQP-GLES3.functional.texture.filtering.cube.combi", 232 "nations.nearest_mipmap_nearest_linear_mirror_clamp"); 233 234static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024269, 235 "dEQP-GLES3.functional.texture.filtering.cube.combi", 236 "nations.nearest_mipmap_nearest_linear_mirror_repeat"); 237 238static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024270, 239 "dEQP-GLES3.functional.texture.filtering.cube.combi", 240 "nations.nearest_mipmap_nearest_linear_mirror_mirror"); 241 242static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024271, 243 "dEQP-GLES3.functional.texture.filtering.cube.comb", 244 "inations.linear_mipmap_nearest_nearest_clamp_clamp"); 245 246static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024272, 247 "dEQP-GLES3.functional.texture.filtering.cube.combi", 248 "nations.linear_mipmap_nearest_nearest_clamp_repeat"); 249 250static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024273, 251 "dEQP-GLES3.functional.texture.filtering.cube.combi", 252 "nations.linear_mipmap_nearest_nearest_clamp_mirror"); 253 254static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024274, 255 "dEQP-GLES3.functional.texture.filtering.cube.combi", 256 "nations.linear_mipmap_nearest_nearest_repeat_clamp"); 257 258static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024275, 259 "dEQP-GLES3.functional.texture.filtering.cube.combi", 260 "nations.linear_mipmap_nearest_nearest_repeat_repeat"); 261 262static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024276, 263 "dEQP-GLES3.functional.texture.filtering.cube.combi", 264 "nations.linear_mipmap_nearest_nearest_repeat_mirror"); 265 266static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024277, 267 "dEQP-GLES3.functional.texture.filtering.cube.combi", 268 "nations.linear_mipmap_nearest_nearest_mirror_clamp"); 269 270static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024278, 271 "dEQP-GLES3.functional.texture.filtering.cube.combi", 272 "nations.linear_mipmap_nearest_nearest_mirror_repeat"); 273 274static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024279, 275 "dEQP-GLES3.functional.texture.filtering.cube.combi", 276 "nations.linear_mipmap_nearest_nearest_mirror_mirror"); 277 278static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024280, 279 "dEQP-GLES3.functional.texture.filtering.cube.comb", 280 "inations.linear_mipmap_nearest_linear_clamp_clamp"); 281 282static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024281, 283 "dEQP-GLES3.functional.texture.filtering.cube.comb", 284 "inations.linear_mipmap_nearest_linear_clamp_repeat"); 285 286static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024282, 287 "dEQP-GLES3.functional.texture.filtering.cube.comb", 288 "inations.linear_mipmap_nearest_linear_clamp_mirror"); 289 290static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024283, 291 "dEQP-GLES3.functional.texture.filtering.cube.comb", 292 "inations.linear_mipmap_nearest_linear_repeat_clamp"); 293 294static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024284, 295 "dEQP-GLES3.functional.texture.filtering.cube.combi", 296 "nations.linear_mipmap_nearest_linear_repeat_repeat"); 297 298static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024285, 299 "dEQP-GLES3.functional.texture.filtering.cube.combi", 300 "nations.linear_mipmap_nearest_linear_repeat_mirror"); 301 302static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024286, 303 "dEQP-GLES3.functional.texture.filtering.cube.comb", 304 "inations.linear_mipmap_nearest_linear_mirror_clamp"); 305 306static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024287, 307 "dEQP-GLES3.functional.texture.filtering.cube.combi", 308 "nations.linear_mipmap_nearest_linear_mirror_repeat"); 309 310static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024288, 311 "dEQP-GLES3.functional.texture.filtering.cube.combi", 312 "nations.linear_mipmap_nearest_linear_mirror_mirror"); 313 314static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024289, 315 "dEQP-GLES3.functional.texture.filtering.cube.comb", 316 "inations.nearest_mipmap_linear_nearest_clamp_clamp"); 317 318static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024290, 319 "dEQP-GLES3.functional.texture.filtering.cube.combi", 320 "nations.nearest_mipmap_linear_nearest_clamp_repeat"); 321 322static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024291, 323 "dEQP-GLES3.functional.texture.filtering.cube.combi", 324 "nations.nearest_mipmap_linear_nearest_clamp_mirror"); 325 326static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024292, 327 "dEQP-GLES3.functional.texture.filtering.cube.combi", 328 "nations.nearest_mipmap_linear_nearest_repeat_clamp"); 329 330static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024293, 331 "dEQP-GLES3.functional.texture.filtering.cube.combi", 332 "nations.nearest_mipmap_linear_nearest_repeat_repeat"); 333 334static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024294, 335 "dEQP-GLES3.functional.texture.filtering.cube.combi", 336 "nations.nearest_mipmap_linear_nearest_repeat_mirror"); 337 338static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024295, 339 "dEQP-GLES3.functional.texture.filtering.cube.combi", 340 "nations.nearest_mipmap_linear_nearest_mirror_clamp"); 341 342static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024296, 343 "dEQP-GLES3.functional.texture.filtering.cube.combi", 344 "nations.nearest_mipmap_linear_nearest_mirror_repeat"); 345 346static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024297, 347 "dEQP-GLES3.functional.texture.filtering.cube.combi", 348 "nations.nearest_mipmap_linear_nearest_mirror_mirror"); 349 350static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024298, 351 "dEQP-GLES3.functional.texture.filtering.cube.comb", 352 "inations.nearest_mipmap_linear_linear_clamp_clamp"); 353 354static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024299, 355 "dEQP-GLES3.functional.texture.filtering.cube.comb", 356 "inations.nearest_mipmap_linear_linear_clamp_repeat"); 357 358static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024300, 359 "dEQP-GLES3.functional.texture.filtering.cube.comb", 360 "inations.nearest_mipmap_linear_linear_clamp_mirror"); 361 362static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024301, 363 "dEQP-GLES3.functional.texture.filtering.cube.comb", 364 "inations.nearest_mipmap_linear_linear_repeat_clamp"); 365 366static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024302, 367 "dEQP-GLES3.functional.texture.filtering.cube.combi", 368 "nations.nearest_mipmap_linear_linear_repeat_repeat"); 369 370static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024303, 371 "dEQP-GLES3.functional.texture.filtering.cube.combi", 372 "nations.nearest_mipmap_linear_linear_repeat_mirror"); 373 374static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024304, 375 "dEQP-GLES3.functional.texture.filtering.cube.comb", 376 "inations.nearest_mipmap_linear_linear_mirror_clamp"); 377 378static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024305, 379 "dEQP-GLES3.functional.texture.filtering.cube.combi", 380 "nations.nearest_mipmap_linear_linear_mirror_repeat"); 381 382static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024306, 383 "dEQP-GLES3.functional.texture.filtering.cube.combi", 384 "nations.nearest_mipmap_linear_linear_mirror_mirror"); 385 386static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024307, 387 "dEQP-GLES3.functional.texture.filtering.cube.comb", 388 "inations.linear_mipmap_linear_nearest_clamp_clamp"); 389 390static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024308, 391 "dEQP-GLES3.functional.texture.filtering.cube.comb", 392 "inations.linear_mipmap_linear_nearest_clamp_repeat"); 393 394static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024309, 395 "dEQP-GLES3.functional.texture.filtering.cube.comb", 396 "inations.linear_mipmap_linear_nearest_clamp_mirror"); 397 398static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024310, 399 "dEQP-GLES3.functional.texture.filtering.cube.comb", 400 "inations.linear_mipmap_linear_nearest_repeat_clamp"); 401 402static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024311, 403 "dEQP-GLES3.functional.texture.filtering.cube.combi", 404 "nations.linear_mipmap_linear_nearest_repeat_repeat"); 405 406static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024312, 407 "dEQP-GLES3.functional.texture.filtering.cube.combi", 408 "nations.linear_mipmap_linear_nearest_repeat_mirror"); 409 410static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024313, 411 "dEQP-GLES3.functional.texture.filtering.cube.comb", 412 "inations.linear_mipmap_linear_nearest_mirror_clamp"); 413 414static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024314, 415 "dEQP-GLES3.functional.texture.filtering.cube.combi", 416 "nations.linear_mipmap_linear_nearest_mirror_repeat"); 417 418static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024315, 419 "dEQP-GLES3.functional.texture.filtering.cube.combi", 420 "nations.linear_mipmap_linear_nearest_mirror_mirror"); 421 422static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024316, 423 "dEQP-GLES3.functional.texture.filtering.cube.com", 424 "binations.linear_mipmap_linear_linear_clamp_clamp"); 425 426static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024317, 427 "dEQP-GLES3.functional.texture.filtering.cube.comb", 428 "inations.linear_mipmap_linear_linear_clamp_repeat"); 429 430static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024318, 431 "dEQP-GLES3.functional.texture.filtering.cube.comb", 432 "inations.linear_mipmap_linear_linear_clamp_mirror"); 433 434static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024319, 435 "dEQP-GLES3.functional.texture.filtering.cube.comb", 436 "inations.linear_mipmap_linear_linear_repeat_clamp"); 437 438static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024320, 439 "dEQP-GLES3.functional.texture.filtering.cube.comb", 440 "inations.linear_mipmap_linear_linear_repeat_repeat"); 441 442static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024321, 443 "dEQP-GLES3.functional.texture.filtering.cube.comb", 444 "inations.linear_mipmap_linear_linear_repeat_mirror"); 445 446static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024322, 447 "dEQP-GLES3.functional.texture.filtering.cube.comb", 448 "inations.linear_mipmap_linear_linear_mirror_clamp"); 449 450static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024323, 451 "dEQP-GLES3.functional.texture.filtering.cube.comb", 452 "inations.linear_mipmap_linear_linear_mirror_repeat"); 453 454static SHRINK_HWTEST_F(ActsDeqpgles30025TestSuite, TestCase_024324, 455 "dEQP-GLES3.functional.texture.filtering.cube.comb", 456 "inations.linear_mipmap_linear_linear_mirror_mirror"); 457