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, TC003076, "dEQP-EGL.functional.native_color_mapping.na", 27 "tive_window.rgb565_no_depth_no_stencil_clear"); 28 29 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003077, "dEQP-EGL.functional.native_color_mapping.nat", 30 "ive_window.rgb565_no_depth_no_stencil_render"); 31 32 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003078, "dEQP-EGL.functional.native_color_mapping.n", 33 "ative_window.rgb565_no_depth_stencil_clear"); 34 35 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003079, "dEQP-EGL.functional.native_color_mapping.n", 36 "ative_window.rgb565_no_depth_stencil_render"); 37 38 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003080, "dEQP-EGL.functional.native_color_mapping.n", 39 "ative_window.rgb565_depth_no_stencil_clear"); 40 41 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003081, "dEQP-EGL.functional.native_color_mapping.n", 42 "ative_window.rgb565_depth_no_stencil_render"); 43 44 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003082, "dEQP-EGL.functional.native_color_mapping", 45 ".native_window.rgb565_depth_stencil_clear"); 46 47 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003083, "dEQP-EGL.functional.native_color_mapping.", 48 "native_window.rgb565_depth_stencil_render"); 49 50 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003084, "dEQP-EGL.functional.native_color_mapping.na", 51 "tive_window.rgb888_no_depth_no_stencil_clear"); 52 53 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003085, "dEQP-EGL.functional.native_color_mapping.nat", 54 "ive_window.rgb888_no_depth_no_stencil_render"); 55 56 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003086, "dEQP-EGL.functional.native_color_mapping.n", 57 "ative_window.rgb888_no_depth_stencil_clear"); 58 59 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003087, "dEQP-EGL.functional.native_color_mapping.n", 60 "ative_window.rgb888_no_depth_stencil_render"); 61 62 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003088, "dEQP-EGL.functional.native_color_mapping.n", 63 "ative_window.rgb888_depth_no_stencil_clear"); 64 65 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003089, "dEQP-EGL.functional.native_color_mapping.n", 66 "ative_window.rgb888_depth_no_stencil_render"); 67 68 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003090, "dEQP-EGL.functional.native_color_mapping", 69 ".native_window.rgb888_depth_stencil_clear"); 70 71 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003091, "dEQP-EGL.functional.native_color_mapping.", 72 "native_window.rgb888_depth_stencil_render"); 73 74 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003092, "dEQP-EGL.functional.native_color_mapping.nat", 75 "ive_window.rgba4444_no_depth_no_stencil_clear"); 76 77 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003093, "dEQP-EGL.functional.native_color_mapping.nati", 78 "ve_window.rgba4444_no_depth_no_stencil_render"); 79 80 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003094, "dEQP-EGL.functional.native_color_mapping.na", 81 "tive_window.rgba4444_no_depth_stencil_clear"); 82 83 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003095, "dEQP-EGL.functional.native_color_mapping.na", 84 "tive_window.rgba4444_no_depth_stencil_render"); 85 86 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003096, "dEQP-EGL.functional.native_color_mapping.na", 87 "tive_window.rgba4444_depth_no_stencil_clear"); 88 89 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003097, "dEQP-EGL.functional.native_color_mapping.na", 90 "tive_window.rgba4444_depth_no_stencil_render"); 91 92 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003098, "dEQP-EGL.functional.native_color_mapping.", 93 "native_window.rgba4444_depth_stencil_clear"); 94 95 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003099, "dEQP-EGL.functional.native_color_mapping.n", 96 "ative_window.rgba4444_depth_stencil_render"); 97 98 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003100, "dEQP-EGL.functional.native_color_mapping.nat", 99 "ive_window.rgba5551_no_depth_no_stencil_clear"); 100 101 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003101, "dEQP-EGL.functional.native_color_mapping.nati", 102 "ve_window.rgba5551_no_depth_no_stencil_render"); 103 104 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003102, "dEQP-EGL.functional.native_color_mapping.na", 105 "tive_window.rgba5551_no_depth_stencil_clear"); 106 107 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003103, "dEQP-EGL.functional.native_color_mapping.na", 108 "tive_window.rgba5551_no_depth_stencil_render"); 109 110 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003104, "dEQP-EGL.functional.native_color_mapping.na", 111 "tive_window.rgba5551_depth_no_stencil_clear"); 112 113 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003105, "dEQP-EGL.functional.native_color_mapping.na", 114 "tive_window.rgba5551_depth_no_stencil_render"); 115 116 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003106, "dEQP-EGL.functional.native_color_mapping.", 117 "native_window.rgba5551_depth_stencil_clear"); 118 119 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003107, "dEQP-EGL.functional.native_color_mapping.n", 120 "ative_window.rgba5551_depth_stencil_render"); 121 122 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003108, "dEQP-EGL.functional.native_color_mapping.nat", 123 "ive_window.rgba8888_no_depth_no_stencil_clear"); 124 125 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003109, "dEQP-EGL.functional.native_color_mapping.nati", 126 "ve_window.rgba8888_no_depth_no_stencil_render"); 127 128 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003110, "dEQP-EGL.functional.native_color_mapping.na", 129 "tive_window.rgba8888_no_depth_stencil_clear"); 130 131 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003111, "dEQP-EGL.functional.native_color_mapping.na", 132 "tive_window.rgba8888_no_depth_stencil_render"); 133 134 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003112, "dEQP-EGL.functional.native_color_mapping.na", 135 "tive_window.rgba8888_depth_no_stencil_clear"); 136 137 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003113, "dEQP-EGL.functional.native_color_mapping.na", 138 "tive_window.rgba8888_depth_no_stencil_render"); 139 140 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003114, "dEQP-EGL.functional.native_color_mapping.", 141 "native_window.rgba8888_depth_stencil_clear"); 142 143 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003115, "dEQP-EGL.functional.native_color_mapping.n", 144 "ative_window.rgba8888_depth_stencil_render"); 145 146 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003116, "dEQP-EGL.functional.native_color_", 147 "mapping.native_window.other_clear"); 148 149 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003117, "dEQP-EGL.functional.native_color_", 150 "mapping.native_window.other_render"); 151 152 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003118, "dEQP-EGL.functional.native_color_mapping.na", 153 "tive_pixmap.rgb565_no_depth_no_stencil_clear"); 154 155 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003119, "dEQP-EGL.functional.native_color_mapping.nat", 156 "ive_pixmap.rgb565_no_depth_no_stencil_render"); 157 158 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003120, "dEQP-EGL.functional.native_color_mapping.n", 159 "ative_pixmap.rgb565_no_depth_stencil_clear"); 160 161 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003121, "dEQP-EGL.functional.native_color_mapping.n", 162 "ative_pixmap.rgb565_no_depth_stencil_render"); 163 164 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003122, "dEQP-EGL.functional.native_color_mapping.n", 165 "ative_pixmap.rgb565_depth_no_stencil_clear"); 166 167 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003123, "dEQP-EGL.functional.native_color_mapping.n", 168 "ative_pixmap.rgb565_depth_no_stencil_render"); 169 170 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003124, "dEQP-EGL.functional.native_color_mapping", 171 ".native_pixmap.rgb565_depth_stencil_clear"); 172 173 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003125, "dEQP-EGL.functional.native_color_mapping.", 174 "native_pixmap.rgb565_depth_stencil_render"); 175 176 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003126, "dEQP-EGL.functional.native_color_mapping.na", 177 "tive_pixmap.rgb888_no_depth_no_stencil_clear"); 178 179 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003127, "dEQP-EGL.functional.native_color_mapping.nat", 180 "ive_pixmap.rgb888_no_depth_no_stencil_render"); 181 182 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003128, "dEQP-EGL.functional.native_color_mapping.n", 183 "ative_pixmap.rgb888_no_depth_stencil_clear"); 184 185 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003129, "dEQP-EGL.functional.native_color_mapping.n", 186 "ative_pixmap.rgb888_no_depth_stencil_render"); 187 188 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003130, "dEQP-EGL.functional.native_color_mapping.n", 189 "ative_pixmap.rgb888_depth_no_stencil_clear"); 190 191 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003131, "dEQP-EGL.functional.native_color_mapping.n", 192 "ative_pixmap.rgb888_depth_no_stencil_render"); 193 194 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003132, "dEQP-EGL.functional.native_color_mapping", 195 ".native_pixmap.rgb888_depth_stencil_clear"); 196 197 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003133, "dEQP-EGL.functional.native_color_mapping.", 198 "native_pixmap.rgb888_depth_stencil_render"); 199 200 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003134, "dEQP-EGL.functional.native_color_mapping.nat", 201 "ive_pixmap.rgba4444_no_depth_no_stencil_clear"); 202 203 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003135, "dEQP-EGL.functional.native_color_mapping.nati", 204 "ve_pixmap.rgba4444_no_depth_no_stencil_render"); 205 206 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003136, "dEQP-EGL.functional.native_color_mapping.na", 207 "tive_pixmap.rgba4444_no_depth_stencil_clear"); 208 209 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003137, "dEQP-EGL.functional.native_color_mapping.na", 210 "tive_pixmap.rgba4444_no_depth_stencil_render"); 211 212 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003138, "dEQP-EGL.functional.native_color_mapping.na", 213 "tive_pixmap.rgba4444_depth_no_stencil_clear"); 214 215 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003139, "dEQP-EGL.functional.native_color_mapping.na", 216 "tive_pixmap.rgba4444_depth_no_stencil_render"); 217 218 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003140, "dEQP-EGL.functional.native_color_mapping.", 219 "native_pixmap.rgba4444_depth_stencil_clear"); 220 221 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003141, "dEQP-EGL.functional.native_color_mapping.n", 222 "ative_pixmap.rgba4444_depth_stencil_render"); 223 224 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003142, "dEQP-EGL.functional.native_color_mapping.nat", 225 "ive_pixmap.rgba5551_no_depth_no_stencil_clear"); 226 227 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003143, "dEQP-EGL.functional.native_color_mapping.nati", 228 "ve_pixmap.rgba5551_no_depth_no_stencil_render"); 229 230 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003144, "dEQP-EGL.functional.native_color_mapping.na", 231 "tive_pixmap.rgba5551_no_depth_stencil_clear"); 232 233 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003145, "dEQP-EGL.functional.native_color_mapping.na", 234 "tive_pixmap.rgba5551_no_depth_stencil_render"); 235 236 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003146, "dEQP-EGL.functional.native_color_mapping.na", 237 "tive_pixmap.rgba5551_depth_no_stencil_clear"); 238 239 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003147, "dEQP-EGL.functional.native_color_mapping.na", 240 "tive_pixmap.rgba5551_depth_no_stencil_render"); 241 242 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003148, "dEQP-EGL.functional.native_color_mapping.", 243 "native_pixmap.rgba5551_depth_stencil_clear"); 244 245 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003149, "dEQP-EGL.functional.native_color_mapping.n", 246 "ative_pixmap.rgba5551_depth_stencil_render"); 247 248 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003150, "dEQP-EGL.functional.native_color_mapping.nat", 249 "ive_pixmap.rgba8888_no_depth_no_stencil_clear"); 250 251 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003151, "dEQP-EGL.functional.native_color_mapping.nati", 252 "ve_pixmap.rgba8888_no_depth_no_stencil_render"); 253 254 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003152, "dEQP-EGL.functional.native_color_mapping.na", 255 "tive_pixmap.rgba8888_no_depth_stencil_clear"); 256 257 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003153, "dEQP-EGL.functional.native_color_mapping.na", 258 "tive_pixmap.rgba8888_no_depth_stencil_render"); 259 260 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003154, "dEQP-EGL.functional.native_color_mapping.na", 261 "tive_pixmap.rgba8888_depth_no_stencil_clear"); 262 263 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003155, "dEQP-EGL.functional.native_color_mapping.na", 264 "tive_pixmap.rgba8888_depth_no_stencil_render"); 265 266 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003156, "dEQP-EGL.functional.native_color_mapping.", 267 "native_pixmap.rgba8888_depth_stencil_clear"); 268 269 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003157, "dEQP-EGL.functional.native_color_mapping.n", 270 "ative_pixmap.rgba8888_depth_stencil_render"); 271 272 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003158, "dEQP-EGL.functional.native_color_", 273 "mapping.native_pixmap.other_clear"); 274 275 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003159, "dEQP-EGL.functional.native_color_", 276 "mapping.native_pixmap.other_render"); 277 278 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003160, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 279 "to_native_pixmap.rgb565_no_depth_no_stencil_clear"); 280 281 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003161, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 282 "to_native_pixmap.rgb565_no_depth_no_stencil_render"); 283 284 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003162, "dEQP-EGL.functional.native_color_mapping.pbuffe", 285 "r_to_native_pixmap.rgb565_no_depth_stencil_clear"); 286 287 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003163, "dEQP-EGL.functional.native_color_mapping.pbuffer", 288 "_to_native_pixmap.rgb565_no_depth_stencil_render"); 289 290 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003164, "dEQP-EGL.functional.native_color_mapping.pbuffe", 291 "r_to_native_pixmap.rgb565_depth_no_stencil_clear"); 292 293 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003165, "dEQP-EGL.functional.native_color_mapping.pbuffer", 294 "_to_native_pixmap.rgb565_depth_no_stencil_render"); 295 296 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003166, "dEQP-EGL.functional.native_color_mapping.pbuff", 297 "er_to_native_pixmap.rgb565_depth_stencil_clear"); 298 299 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003167, "dEQP-EGL.functional.native_color_mapping.pbuff", 300 "er_to_native_pixmap.rgb565_depth_stencil_render"); 301 302 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003168, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 303 "to_native_pixmap.rgb888_no_depth_no_stencil_clear"); 304 305 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003169, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 306 "to_native_pixmap.rgb888_no_depth_no_stencil_render"); 307 308 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003170, "dEQP-EGL.functional.native_color_mapping.pbuffe", 309 "r_to_native_pixmap.rgb888_no_depth_stencil_clear"); 310 311 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003171, "dEQP-EGL.functional.native_color_mapping.pbuffer", 312 "_to_native_pixmap.rgb888_no_depth_stencil_render"); 313 314 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003172, "dEQP-EGL.functional.native_color_mapping.pbuffe", 315 "r_to_native_pixmap.rgb888_depth_no_stencil_clear"); 316 317 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003173, "dEQP-EGL.functional.native_color_mapping.pbuffer", 318 "_to_native_pixmap.rgb888_depth_no_stencil_render"); 319 320 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003174, "dEQP-EGL.functional.native_color_mapping.pbuff", 321 "er_to_native_pixmap.rgb888_depth_stencil_clear"); 322 323 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003175, "dEQP-EGL.functional.native_color_mapping.pbuff", 324 "er_to_native_pixmap.rgb888_depth_stencil_render"); 325 326 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003176, "dEQP-EGL.functional.native_color_mapping.pbuffer_t", 327 "o_native_pixmap.rgba4444_no_depth_no_stencil_clear"); 328 329 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003177, "dEQP-EGL.functional.native_color_mapping.pbuffer_t", 330 "o_native_pixmap.rgba4444_no_depth_no_stencil_render"); 331 332 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003178, "dEQP-EGL.functional.native_color_mapping.pbuffer", 333 "_to_native_pixmap.rgba4444_no_depth_stencil_clear"); 334 335 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003179, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 336 "to_native_pixmap.rgba4444_no_depth_stencil_render"); 337 338 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003180, "dEQP-EGL.functional.native_color_mapping.pbuffer", 339 "_to_native_pixmap.rgba4444_depth_no_stencil_clear"); 340 341 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003181, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 342 "to_native_pixmap.rgba4444_depth_no_stencil_render"); 343 344 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003182, "dEQP-EGL.functional.native_color_mapping.pbuffe", 345 "r_to_native_pixmap.rgba4444_depth_stencil_clear"); 346 347 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003183, "dEQP-EGL.functional.native_color_mapping.pbuffe", 348 "r_to_native_pixmap.rgba4444_depth_stencil_render"); 349 350 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003184, "dEQP-EGL.functional.native_color_mapping.pbuffer_t", 351 "o_native_pixmap.rgba5551_no_depth_no_stencil_clear"); 352 353 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003185, "dEQP-EGL.functional.native_color_mapping.pbuffer_t", 354 "o_native_pixmap.rgba5551_no_depth_no_stencil_render"); 355 356 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003186, "dEQP-EGL.functional.native_color_mapping.pbuffer", 357 "_to_native_pixmap.rgba5551_no_depth_stencil_clear"); 358 359 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003187, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 360 "to_native_pixmap.rgba5551_no_depth_stencil_render"); 361 362 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003188, "dEQP-EGL.functional.native_color_mapping.pbuffer", 363 "_to_native_pixmap.rgba5551_depth_no_stencil_clear"); 364 365 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003189, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 366 "to_native_pixmap.rgba5551_depth_no_stencil_render"); 367 368 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003190, "dEQP-EGL.functional.native_color_mapping.pbuffe", 369 "r_to_native_pixmap.rgba5551_depth_stencil_clear"); 370 371 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003191, "dEQP-EGL.functional.native_color_mapping.pbuffe", 372 "r_to_native_pixmap.rgba5551_depth_stencil_render"); 373 374 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003192, "dEQP-EGL.functional.native_color_mapping.pbuffer_t", 375 "o_native_pixmap.rgba8888_no_depth_no_stencil_clear"); 376 377 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003193, "dEQP-EGL.functional.native_color_mapping.pbuffer_t", 378 "o_native_pixmap.rgba8888_no_depth_no_stencil_render"); 379 380 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003194, "dEQP-EGL.functional.native_color_mapping.pbuffer", 381 "_to_native_pixmap.rgba8888_no_depth_stencil_clear"); 382 383 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003195, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 384 "to_native_pixmap.rgba8888_no_depth_stencil_render"); 385 386 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003196, "dEQP-EGL.functional.native_color_mapping.pbuffer", 387 "_to_native_pixmap.rgba8888_depth_no_stencil_clear"); 388 389 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003197, "dEQP-EGL.functional.native_color_mapping.pbuffer_", 390 "to_native_pixmap.rgba8888_depth_no_stencil_render"); 391 392 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003198, "dEQP-EGL.functional.native_color_mapping.pbuffe", 393 "r_to_native_pixmap.rgba8888_depth_stencil_clear"); 394 395 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003199, "dEQP-EGL.functional.native_color_mapping.pbuffe", 396 "r_to_native_pixmap.rgba8888_depth_stencil_render"); 397 398 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003200, "dEQP-EGL.functional.native_color_mappi", 399 "ng.pbuffer_to_native_pixmap.other_clear"); 400 401 static SHRINK_HWTEST_F(ActsEgl0001TS, TC003201, "dEQP-EGL.functional.native_color_mappin", 402 "g.pbuffer_to_native_pixmap.other_render"); 403