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 "../EglBaseFunc.h" 19 #include "../ActsEgl0001TestSuite.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(ActsEgl0001TS, TC000240, "dEQP-EGL.functional.query_sur""face.sim", 27 "ple.window.rgb565_no_depth_no_stencil"); 28 29 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000241, "dEQP-EGL.functional.query_sur""face.s", 30 "imple.window.rgb565_no_depth_stencil"); 31 32 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000242, "dEQP-EGL.functional.query_sur""face.s", 33 "imple.window.rgb565_depth_no_stencil"); 34 35 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000243, "dEQP-EGL.functional.query_sur""face.", 36 "simple.window.rgb565_depth_stencil"); 37 38 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000244, "dEQP-EGL.functional.query_sur""face.sim", 39 "ple.window.rgb888_no_depth_no_stencil"); 40 41 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000245, "dEQP-EGL.functional.query_sur""face.s", 42 "imple.window.rgb888_no_depth_stencil"); 43 44 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000246, "dEQP-EGL.functional.query_sur""face.s", 45 "imple.window.rgb888_depth_no_stencil"); 46 47 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000247, "dEQP-EGL.functional.query_sur""face.", 48 "simple.window.rgb888_depth_stencil"); 49 50 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000248, "dEQP-EGL.functional.query_sur""face.simp", 51 "le.window.rgba4444_no_depth_no_stencil"); 52 53 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000249, "dEQP-EGL.functional.query_sur""face.si", 54 "mple.window.rgba4444_no_depth_stencil"); 55 56 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000250, "dEQP-EGL.functional.query_sur""face.si", 57 "mple.window.rgba4444_depth_no_stencil"); 58 59 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000251, "dEQP-EGL.functional.query_sur""face.s", 60 "imple.window.rgba4444_depth_stencil"); 61 62 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000252, "dEQP-EGL.functional.query_sur""face.simp", 63 "le.window.rgba5551_no_depth_no_stencil"); 64 65 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000253, "dEQP-EGL.functional.query_sur""face.si", 66 "mple.window.rgba5551_no_depth_stencil"); 67 68 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000254, "dEQP-EGL.functional.query_sur""face.si", 69 "mple.window.rgba5551_depth_no_stencil"); 70 71 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000255, "dEQP-EGL.functional.query_sur""face.s", 72 "imple.window.rgba5551_depth_stencil"); 73 74 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000256, "dEQP-EGL.functional.query_sur""face.simp", 75 "le.window.rgba8888_no_depth_no_stencil"); 76 77 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000257, "dEQP-EGL.functional.query_sur""face.si", 78 "mple.window.rgba8888_no_depth_stencil"); 79 80 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000258, "dEQP-EGL.functional.query_sur""face.si", 81 "mple.window.rgba8888_depth_no_stencil"); 82 83 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000259, "dEQP-EGL.functional.query_sur""face.s", 84 "imple.window.rgba8888_depth_stencil"); 85 86 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000260, "dEQP-EGL.functional.query_sur""face.si", 87 "mple.window.other"); 88 89 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000261, "dEQP-EGL.functional.query_sur""face.sim", 90 "ple.pixmap.rgb565_no_depth_no_stencil"); 91 92 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000262, "dEQP-EGL.functional.query_sur""face.s", 93 "imple.pixmap.rgb565_no_depth_stencil"); 94 95 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000263, "dEQP-EGL.functional.query_sur""face.s", 96 "imple.pixmap.rgb565_depth_no_stencil"); 97 98 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000264, "dEQP-EGL.functional.query_sur""face.", 99 "simple.pixmap.rgb565_depth_stencil"); 100 101 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000265, "dEQP-EGL.functional.query_sur""face.sim", 102 "ple.pixmap.rgb888_no_depth_no_stencil"); 103 104 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000266, "dEQP-EGL.functional.query_sur""face.s", 105 "imple.pixmap.rgb888_no_depth_stencil"); 106 107 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000267, "dEQP-EGL.functional.query_sur""face.s", 108 "imple.pixmap.rgb888_depth_no_stencil"); 109 110 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000268, "dEQP-EGL.functional.query_sur""face.", 111 "simple.pixmap.rgb888_depth_stencil"); 112 113 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000269, "dEQP-EGL.functional.query_sur""face.simp", 114 "le.pixmap.rgba4444_no_depth_no_stencil"); 115 116 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000270, "dEQP-EGL.functional.query_sur""face.si", 117 "mple.pixmap.rgba4444_no_depth_stencil"); 118 119 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000271, "dEQP-EGL.functional.query_sur""face.si", 120 "mple.pixmap.rgba4444_depth_no_stencil"); 121 122 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000272, "dEQP-EGL.functional.query_sur""face.s", 123 "imple.pixmap.rgba4444_depth_stencil"); 124 125 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000273, "dEQP-EGL.functional.query_sur""face.simp", 126 "le.pixmap.rgba5551_no_depth_no_stencil"); 127 128 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000274, "dEQP-EGL.functional.query_sur""face.si", 129 "mple.pixmap.rgba5551_no_depth_stencil"); 130 131 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000275, "dEQP-EGL.functional.query_sur""face.si", 132 "mple.pixmap.rgba5551_depth_no_stencil"); 133 134 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000276, "dEQP-EGL.functional.query_sur""face.s", 135 "imple.pixmap.rgba5551_depth_stencil"); 136 137 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000277, "dEQP-EGL.functional.query_sur""face.simp", 138 "le.pixmap.rgba8888_no_depth_no_stencil"); 139 140 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000278, "dEQP-EGL.functional.query_sur""face.si", 141 "mple.pixmap.rgba8888_no_depth_stencil"); 142 143 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000279, "dEQP-EGL.functional.query_sur""face.si", 144 "mple.pixmap.rgba8888_depth_no_stencil"); 145 146 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000280, "dEQP-EGL.functional.query_sur""face.s", 147 "imple.pixmap.rgba8888_depth_stencil"); 148 149 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000281, "dEQP-EGL.functional.query_sur""face.sim", 150 "ple.pixmap.other"); 151 152 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000282, "dEQP-EGL.functional.query_sur""face.sim", 153 "ple.pbuffer.rgb565_no_depth_no_stencil"); 154 155 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000283, "dEQP-EGL.functional.query_sur""face.si", 156 "mple.pbuffer.rgb565_no_depth_stencil"); 157 158 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000284, "dEQP-EGL.functional.query_sur""face.si", 159 "mple.pbuffer.rgb565_depth_no_stencil"); 160 161 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000285, "dEQP-EGL.functional.query_sur""face.", 162 "simple.pbuffer.rgb565_depth_stencil"); 163 164 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000286, "dEQP-EGL.functional.query_sur""face.sim", 165 "ple.pbuffer.rgb888_no_depth_no_stencil"); 166 167 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000287, "dEQP-EGL.functional.query_sur""face.si", 168 "mple.pbuffer.rgb888_no_depth_stencil"); 169 170 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000288, "dEQP-EGL.functional.query_sur""face.si", 171 "mple.pbuffer.rgb888_depth_no_stencil"); 172 173 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000289, "dEQP-EGL.functional.query_sur""face.", 174 "simple.pbuffer.rgb888_depth_stencil"); 175 176 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000290, "dEQP-EGL.functional.query_sur""face.simp", 177 "le.pbuffer.rgba4444_no_depth_no_stencil"); 178 179 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000291, "dEQP-EGL.functional.query_sur""face.sim", 180 "ple.pbuffer.rgba4444_no_depth_stencil"); 181 182 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000292, "dEQP-EGL.functional.query_sur""face.sim", 183 "ple.pbuffer.rgba4444_depth_no_stencil"); 184 185 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000293, "dEQP-EGL.functional.query_sur""face.s", 186 "imple.pbuffer.rgba4444_depth_stencil"); 187 188 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000294, "dEQP-EGL.functional.query_sur""face.simp", 189 "le.pbuffer.rgba5551_no_depth_no_stencil"); 190 191 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000295, "dEQP-EGL.functional.query_sur""face.sim", 192 "ple.pbuffer.rgba5551_no_depth_stencil"); 193 194 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000296, "dEQP-EGL.functional.query_sur""face.sim", 195 "ple.pbuffer.rgba5551_depth_no_stencil"); 196 197 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000297, "dEQP-EGL.functional.query_sur""face.s", 198 "imple.pbuffer.rgba5551_depth_stencil"); 199 200 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000298, "dEQP-EGL.functional.query_sur""face.simp", 201 "le.pbuffer.rgba8888_no_depth_no_stencil"); 202 203 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000299, "dEQP-EGL.functional.query_sur""face.sim", 204 "ple.pbuffer.rgba8888_no_depth_stencil"); 205 206 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000300, "dEQP-EGL.functional.query_sur""face.sim", 207 "ple.pbuffer.rgba8888_depth_no_stencil"); 208 209 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000301, "dEQP-EGL.functional.query_sur""face.s", 210 "imple.pbuffer.rgba8888_depth_stencil"); 211 212 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000302, "dEQP-EGL.functional.query_sur""face.simple", 213 ".pbuffer.other"); 214 215 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000303, "dEQP-EGL.functional.query_sur""face.set_at", 216 "tribute.window.rgb565_no_depth_no_stencil"); 217 218 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000304, "dEQP-EGL.functional.query_sur""face.set_a", 219 "ttribute.window.rgb565_no_depth_stencil"); 220 221 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000305, "dEQP-EGL.functional.query_sur""face.set_a", 222 "ttribute.window.rgb565_depth_no_stencil"); 223 224 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000306, "dEQP-EGL.functional.query_sur""face.set", 225 "_attribute.window.rgb565_depth_stencil"); 226 227 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000307, "dEQP-EGL.functional.query_sur""face.set_at", 228 "tribute.window.rgb888_no_depth_no_stencil"); 229 230 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000308, "dEQP-EGL.functional.query_sur""face.set_a", 231 "ttribute.window.rgb888_no_depth_stencil"); 232 233 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000309, "dEQP-EGL.functional.query_sur""face.set_a", 234 "ttribute.window.rgb888_depth_no_stencil"); 235 236 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000310, "dEQP-EGL.functional.query_sur""face.set", 237 "_attribute.window.rgb888_depth_stencil"); 238 239 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000311, "dEQP-EGL.functional.query_sur""face.set_att", 240 "ribute.window.rgba4444_no_depth_no_stencil"); 241 242 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000312, "dEQP-EGL.functional.query_sur""face.set_at", 243 "tribute.window.rgba4444_no_depth_stencil"); 244 245 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000313, "dEQP-EGL.functional.query_sur""face.set_at", 246 "tribute.window.rgba4444_depth_no_stencil"); 247 248 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000314, "dEQP-EGL.functional.query_sur""face.set_", 249 "attribute.window.rgba4444_depth_stencil"); 250 251 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000315, "dEQP-EGL.functional.query_sur""face.set_att", 252 "ribute.window.rgba5551_no_depth_no_stencil"); 253 254 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000316, "dEQP-EGL.functional.query_sur""face.set_at", 255 "tribute.window.rgba5551_no_depth_stencil"); 256 257 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000317, "dEQP-EGL.functional.query_sur""face.set_at", 258 "tribute.window.rgba5551_depth_no_stencil"); 259 260 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000318, "dEQP-EGL.functional.query_sur""face.set_", 261 "attribute.window.rgba5551_depth_stencil"); 262 263 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000319, "dEQP-EGL.functional.query_sur""face.set_att", 264 "ribute.window.rgba8888_no_depth_no_stencil"); 265 266 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000320, "dEQP-EGL.functional.query_sur""face.set_at", 267 "tribute.window.rgba8888_no_depth_stencil"); 268 269 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000321, "dEQP-EGL.functional.query_sur""face.set_at", 270 "tribute.window.rgba8888_depth_no_stencil"); 271 272 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000322, "dEQP-EGL.functional.query_sur""face.set_", 273 "attribute.window.rgba8888_depth_stencil"); 274 275 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000323, "dEQP-EGL.functional.query_surf", 276 "ace.set_attribute.window.other"); 277 278 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000324, "dEQP-EGL.functional.query_sur""face.set_at", 279 "tribute.pixmap.rgb565_no_depth_no_stencil"); 280 281 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000325, "dEQP-EGL.functional.query_sur""face.set_a", 282 "ttribute.pixmap.rgb565_no_depth_stencil"); 283 284 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000326, "dEQP-EGL.functional.query_sur""face.set_a", 285 "ttribute.pixmap.rgb565_depth_no_stencil"); 286 287 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000327, "dEQP-EGL.functional.query_sur""face.set", 288 "_attribute.pixmap.rgb565_depth_stencil"); 289 290 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000328, "dEQP-EGL.functional.query_sur""face.set_at", 291 "tribute.pixmap.rgb888_no_depth_no_stencil"); 292 293 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000329, "dEQP-EGL.functional.query_sur""face.set_a", 294 "ttribute.pixmap.rgb888_no_depth_stencil"); 295 296 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000330, "dEQP-EGL.functional.query_sur""face.set_a", 297 "ttribute.pixmap.rgb888_depth_no_stencil"); 298 299 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000331, "dEQP-EGL.functional.query_sur""face.set", 300 "_attribute.pixmap.rgb888_depth_stencil"); 301 302 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000332, "dEQP-EGL.functional.query_sur""face.set_att", 303 "ribute.pixmap.rgba4444_no_depth_no_stencil"); 304 305 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000333, "dEQP-EGL.functional.query_sur""face.set_at", 306 "tribute.pixmap.rgba4444_no_depth_stencil"); 307 308 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000334, "dEQP-EGL.functional.query_sur""face.set_at", 309 "tribute.pixmap.rgba4444_depth_no_stencil"); 310 311 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000335, "dEQP-EGL.functional.query_sur""face.set_", 312 "attribute.pixmap.rgba4444_depth_stencil"); 313 314 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000336, "dEQP-EGL.functional.query_sur""face.set_att", 315 "ribute.pixmap.rgba5551_no_depth_no_stencil"); 316 317 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000337, "dEQP-EGL.functional.query_sur""face.set_at", 318 "tribute.pixmap.rgba5551_no_depth_stencil"); 319 320 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000338, "dEQP-EGL.functional.query_sur""face.set_at", 321 "tribute.pixmap.rgba5551_depth_no_stencil"); 322 323 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000339, "dEQP-EGL.functional.query_sur""face.set_", 324 "attribute.pixmap.rgba5551_depth_stencil"); 325 326 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000340, "dEQP-EGL.functional.query_sur""face.set_att", 327 "ribute.pixmap.rgba8888_no_depth_no_stencil"); 328 329 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000341, "dEQP-EGL.functional.query_sur""face.set_at", 330 "tribute.pixmap.rgba8888_no_depth_stencil"); 331 332 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000342, "dEQP-EGL.functional.query_sur""face.set_at", 333 "tribute.pixmap.rgba8888_depth_no_stencil"); 334 335 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000343, "dEQP-EGL.functional.query_sur""face.set_", 336 "attribute.pixmap.rgba8888_depth_stencil"); 337 338 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000344, "dEQP-EGL.functional.query_surf", 339 "ace.set_attribute.pixmap.other"); 340 341 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000345, "dEQP-EGL.functional.query_sur""face.set_att", 342 "ribute.pbuffer.rgb565_no_depth_no_stencil"); 343 344 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000346, "dEQP-EGL.functional.query_sur""face.set_a", 345 "ttribute.pbuffer.rgb565_no_depth_stencil"); 346 347 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000347, "dEQP-EGL.functional.query_sur""face.set_a", 348 "ttribute.pbuffer.rgb565_depth_no_stencil"); 349 350 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000348, "dEQP-EGL.functional.query_sur""face.set_", 351 "attribute.pbuffer.rgb565_depth_stencil"); 352 353 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000349, "dEQP-EGL.functional.query_sur""face.set_att", 354 "ribute.pbuffer.rgb888_no_depth_no_stencil"); 355 356 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000350, "dEQP-EGL.functional.query_sur""face.set_a", 357 "ttribute.pbuffer.rgb888_no_depth_stencil"); 358 359 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000351, "dEQP-EGL.functional.query_sur""face.set_a", 360 "ttribute.pbuffer.rgb888_depth_no_stencil"); 361 362 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000352, "dEQP-EGL.functional.query_sur""face.set_", 363 "attribute.pbuffer.rgb888_depth_stencil"); 364 365 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000353, "dEQP-EGL.functional.query_sur""face.set_attr", 366 "ibute.pbuffer.rgba4444_no_depth_no_stencil"); 367 368 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000354, "dEQP-EGL.functional.query_sur""face.set_at", 369 "tribute.pbuffer.rgba4444_no_depth_stencil"); 370 371 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000355, "dEQP-EGL.functional.query_sur""face.set_at", 372 "tribute.pbuffer.rgba4444_depth_no_stencil"); 373 374 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000356, "dEQP-EGL.functional.query_sur""face.set_a", 375 "ttribute.pbuffer.rgba4444_depth_stencil"); 376 377 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000357, "dEQP-EGL.functional.query_sur""face.set_attr", 378 "ibute.pbuffer.rgba5551_no_depth_no_stencil"); 379 380 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000358, "dEQP-EGL.functional.query_sur""face.set_at", 381 "tribute.pbuffer.rgba5551_no_depth_stencil"); 382 383 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000359, "dEQP-EGL.functional.query_sur""face.set_at", 384 "tribute.pbuffer.rgba5551_depth_no_stencil"); 385 386 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000360, "dEQP-EGL.functional.query_sur""face.set_a", 387 "ttribute.pbuffer.rgba5551_depth_stencil"); 388 389 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000361, "dEQP-EGL.functional.query_sur""face.set_attr", 390 "ibute.pbuffer.rgba8888_no_depth_no_stencil"); 391 392 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000362, "dEQP-EGL.functional.query_sur""face.set_at", 393 "tribute.pbuffer.rgba8888_no_depth_stencil"); 394 395 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000363, "dEQP-EGL.functional.query_sur""face.set_at", 396 "tribute.pbuffer.rgba8888_depth_no_stencil"); 397 398 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000364, "dEQP-EGL.functional.query_sur""face.set_a", 399 "ttribute.pbuffer.rgba8888_depth_stencil"); 400 401 static SHRINK_HWTEST_F(ActsEgl0001TS, TC000365, "dEQP-EGL.functional.query_surf", 402 "ace.set_attribute.pbuffer.other"); 403