1f6603c60Sopenharmony_ci/* 2f6603c60Sopenharmony_ci * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3f6603c60Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4f6603c60Sopenharmony_ci * you may not use this file except in compliance with the License. 5f6603c60Sopenharmony_ci * You may obtain a copy of the License at 6f6603c60Sopenharmony_ci * 7f6603c60Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8f6603c60Sopenharmony_ci * 9f6603c60Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10f6603c60Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11f6603c60Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12f6603c60Sopenharmony_ci * See the License for the specific language governing permissions and 13f6603c60Sopenharmony_ci * limitations under the License. 14f6603c60Sopenharmony_ci */ 15f6603c60Sopenharmony_ci 16f6603c60Sopenharmony_ci#include <climits> 17f6603c60Sopenharmony_ci#include <gtest/gtest.h> 18f6603c60Sopenharmony_ci#include "../Deqpgles31BaseFunc.h" 19f6603c60Sopenharmony_ci#include "../ActsDeqpgles310020TestSuite.h" 20f6603c60Sopenharmony_ci#include "shrinkdefine.h" 21f6603c60Sopenharmony_ci 22f6603c60Sopenharmony_ciusing namespace std; 23f6603c60Sopenharmony_ciusing namespace testing::ext; 24f6603c60Sopenharmony_ciusing namespace OHOS; 25f6603c60Sopenharmony_ci 26f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019006, 27f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 28f6603c60Sopenharmony_ci "ve_coverage.log.shader.create_shader"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019007, 31f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 32f6603c60Sopenharmony_ci "ve_coverage.log.shader.shader_source"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019008, 35f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negativ", 36f6603c60Sopenharmony_ci "e_coverage.log.shader.compile_shader"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019009, 39f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 40f6603c60Sopenharmony_ci "ve_coverage.log.shader.delete_shader"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019010, 43f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 44f6603c60Sopenharmony_ci "ve_coverage.log.shader.shader_binary"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019011, 47f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 48f6603c60Sopenharmony_ci "ve_coverage.log.shader.attach_shader"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019012, 51f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 52f6603c60Sopenharmony_ci "ve_coverage.log.shader.detach_shader"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019013, 55f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 56f6603c60Sopenharmony_ci "ve_coverage.log.shader.link_program"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019014, 59f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negat", 60f6603c60Sopenharmony_ci "ive_coverage.log.shader.use_program"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019015, 63f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negativ", 64f6603c60Sopenharmony_ci "e_coverage.log.shader.delete_program"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019016, 67f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative", 68f6603c60Sopenharmony_ci "_coverage.log.shader.validate_program"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019017, 71f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 72f6603c60Sopenharmony_ci "coverage.log.shader.get_program_binary"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019018, 75f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negativ", 76f6603c60Sopenharmony_ci "e_coverage.log.shader.program_binary"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019019, 79f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 80f6603c60Sopenharmony_ci "coverage.log.shader.program_parameteri"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019020, 83f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 84f6603c60Sopenharmony_ci "ve_coverage.log.shader.gen_samplers"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019021, 87f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negati", 88f6603c60Sopenharmony_ci "ve_coverage.log.shader.bind_sampler"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019022, 91f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negativ", 92f6603c60Sopenharmony_ci "e_coverage.log.shader.delete_samplers"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019023, 95f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 96f6603c60Sopenharmony_ci "verage.log.shader.get_sampler_parameteriv"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019024, 99f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 100f6603c60Sopenharmony_ci "verage.log.shader.get_sampler_parameterfv"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019025, 103f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 104f6603c60Sopenharmony_ci "erage.log.shader.get_sampler_parameterIiv"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019026, 107f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 108f6603c60Sopenharmony_ci "erage.log.shader.get_sampler_parameterIuiv"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019027, 111f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 112f6603c60Sopenharmony_ci "coverage.log.shader.sampler_parameteri"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019028, 115f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 116f6603c60Sopenharmony_ci "coverage.log.shader.sampler_parameteriv"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019029, 119f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 120f6603c60Sopenharmony_ci "coverage.log.shader.sampler_parameterf"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019030, 123f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 124f6603c60Sopenharmony_ci "coverage.log.shader.sampler_parameterfv"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019031, 127f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 128f6603c60Sopenharmony_ci "overage.log.shader.sampler_parameterIiv"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019032, 131f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 132f6603c60Sopenharmony_ci "overage.log.shader.sampler_parameterIuiv"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019033, 135f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 136f6603c60Sopenharmony_ci "coverage.log.shader.get_attrib_location"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019034, 139f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 140f6603c60Sopenharmony_ci "overage.log.shader.get_uniform_location"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019035, 143f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 144f6603c60Sopenharmony_ci "overage.log.shader.bind_attrib_location"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019036, 147f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 148f6603c60Sopenharmony_ci "overage.log.shader.uniform_block_binding"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019037, 151f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 152f6603c60Sopenharmony_ci "erage.log.shader.uniformf_invalid_program"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019038, 155f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 156f6603c60Sopenharmony_ci "rage.log.shader.uniformf_incompatible_type"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019039, 159f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 160f6603c60Sopenharmony_ci "erage.log.shader.uniformf_invalid_location"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019040, 163f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 164f6603c60Sopenharmony_ci "erage.log.shader.uniformfv_invalid_program"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019041, 167f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 168f6603c60Sopenharmony_ci "rage.log.shader.uniformfv_incompatible_type"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019042, 171f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 172f6603c60Sopenharmony_ci "rage.log.shader.uniformfv_invalid_location"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019043, 175f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 176f6603c60Sopenharmony_ci "verage.log.shader.uniformfv_invalid_count"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019044, 179f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 180f6603c60Sopenharmony_ci "erage.log.shader.uniformi_invalid_program"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019045, 183f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 184f6603c60Sopenharmony_ci "rage.log.shader.uniformi_incompatible_type"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019046, 187f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 188f6603c60Sopenharmony_ci "erage.log.shader.uniformi_invalid_location"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019047, 191f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 192f6603c60Sopenharmony_ci "erage.log.shader.uniformiv_invalid_program"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019048, 195f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 196f6603c60Sopenharmony_ci "rage.log.shader.uniformiv_incompatible_type"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019049, 199f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 200f6603c60Sopenharmony_ci "rage.log.shader.uniformiv_invalid_location"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019050, 203f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 204f6603c60Sopenharmony_ci "verage.log.shader.uniformiv_invalid_count"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019051, 207f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 208f6603c60Sopenharmony_ci "erage.log.shader.uniformui_invalid_program"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019052, 211f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 212f6603c60Sopenharmony_ci "rage.log.shader.uniformui_incompatible_type"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019053, 215f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 216f6603c60Sopenharmony_ci "rage.log.shader.uniformui_invalid_location"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019054, 219f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 220f6603c60Sopenharmony_ci "rage.log.shader.uniformuiv_invalid_program"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019055, 223f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 224f6603c60Sopenharmony_ci "age.log.shader.uniformuiv_incompatible_type"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019056, 227f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 228f6603c60Sopenharmony_ci "rage.log.shader.uniformuiv_invalid_location"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019057, 231f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 232f6603c60Sopenharmony_ci "erage.log.shader.uniformuiv_invalid_count"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019058, 235f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 236f6603c60Sopenharmony_ci "e.log.shader.uniform_matrixfv_invalid_program"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019059, 239f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage", 240f6603c60Sopenharmony_ci ".log.shader.uniform_matrixfv_incompatible_type"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019060, 243f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 244f6603c60Sopenharmony_ci "e.log.shader.uniform_matrixfv_invalid_location"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019061, 247f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 248f6603c60Sopenharmony_ci "ge.log.shader.uniform_matrixfv_invalid_count"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019062, 251f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 252f6603c60Sopenharmony_ci "verage.log.shader.gen_transform_feedbacks"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019063, 255f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 256f6603c60Sopenharmony_ci "verage.log.shader.bind_transform_feedback"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019064, 259f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 260f6603c60Sopenharmony_ci "rage.log.shader.delete_transform_feedbacks"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019065, 263f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 264f6603c60Sopenharmony_ci "erage.log.shader.begin_transform_feedback"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019066, 267f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 268f6603c60Sopenharmony_ci "erage.log.shader.pause_transform_feedback"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019067, 271f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 272f6603c60Sopenharmony_ci "erage.log.shader.resume_transform_feedback"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019068, 275f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 276f6603c60Sopenharmony_ci "verage.log.shader.end_transform_feedback"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019069, 279f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 280f6603c60Sopenharmony_ci "ge.log.shader.get_transform_feedback_varying"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019070, 283f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 284f6603c60Sopenharmony_ci "rage.log.shader.transform_feedback_varyings"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019071, 287f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 288f6603c60Sopenharmony_ci "verage.log.shader.compile_compute_shader"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019072, 291f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 292f6603c60Sopenharmony_ci "coverage.log.shader.link_compute_shader"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019073, 295f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 296f6603c60Sopenharmony_ci "age.log.shader.srgb_decode_samplerparameteri"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019074, 299f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 300f6603c60Sopenharmony_ci "age.log.shader.srgb_decode_samplerparameterf"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019075, 303f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 304f6603c60Sopenharmony_ci "ge.log.shader.srgb_decode_samplerparameteriv"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019076, 307f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 308f6603c60Sopenharmony_ci "ge.log.shader.srgb_decode_samplerparameterfv"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019077, 311f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 312f6603c60Sopenharmony_ci "ge.log.shader.srgb_decode_samplerparameterIiv"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310020TestSuite, TestCase_019078, 315f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 316f6603c60Sopenharmony_ci "e.log.shader.srgb_decode_samplerparameterIuiv"); 317