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 "../ActsDeqpgles310019TestSuite.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(ActsDeqpgles310019TestSuite, TestCase_018508, 27f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 28f6603c60Sopenharmony_ci "coverage.callbacks.shader.create_shader"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018509, 31f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 32f6603c60Sopenharmony_ci "coverage.callbacks.shader.shader_source"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018510, 35f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 36f6603c60Sopenharmony_ci "overage.callbacks.shader.compile_shader"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018511, 39f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 40f6603c60Sopenharmony_ci "coverage.callbacks.shader.delete_shader"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018512, 43f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 44f6603c60Sopenharmony_ci "coverage.callbacks.shader.shader_binary"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018513, 47f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 48f6603c60Sopenharmony_ci "coverage.callbacks.shader.attach_shader"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018514, 51f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 52f6603c60Sopenharmony_ci "coverage.callbacks.shader.detach_shader"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018515, 55f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 56f6603c60Sopenharmony_ci "coverage.callbacks.shader.link_program"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018516, 59f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative", 60f6603c60Sopenharmony_ci "_coverage.callbacks.shader.use_program"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018517, 63f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 64f6603c60Sopenharmony_ci "overage.callbacks.shader.delete_program"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018518, 67f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_co", 68f6603c60Sopenharmony_ci "verage.callbacks.shader.validate_program"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018519, 71f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 72f6603c60Sopenharmony_ci "erage.callbacks.shader.get_program_binary"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018520, 75f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 76f6603c60Sopenharmony_ci "overage.callbacks.shader.program_binary"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018521, 79f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 80f6603c60Sopenharmony_ci "erage.callbacks.shader.program_parameteri"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018522, 83f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 84f6603c60Sopenharmony_ci "coverage.callbacks.shader.gen_samplers"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018523, 87f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_", 88f6603c60Sopenharmony_ci "coverage.callbacks.shader.bind_sampler"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018524, 91f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_c", 92f6603c60Sopenharmony_ci "overage.callbacks.shader.delete_samplers"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018525, 95f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 96f6603c60Sopenharmony_ci "age.callbacks.shader.get_sampler_parameteriv"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018526, 99f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 100f6603c60Sopenharmony_ci "age.callbacks.shader.get_sampler_parameterfv"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018527, 103f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 104f6603c60Sopenharmony_ci "ge.callbacks.shader.get_sampler_parameterIiv"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018528, 107f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 108f6603c60Sopenharmony_ci "ge.callbacks.shader.get_sampler_parameterIuiv"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018529, 111f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 112f6603c60Sopenharmony_ci "erage.callbacks.shader.sampler_parameteri"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018530, 115f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 116f6603c60Sopenharmony_ci "erage.callbacks.shader.sampler_parameteriv"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018531, 119f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 120f6603c60Sopenharmony_ci "erage.callbacks.shader.sampler_parameterf"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018532, 123f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 124f6603c60Sopenharmony_ci "erage.callbacks.shader.sampler_parameterfv"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018533, 127f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 128f6603c60Sopenharmony_ci "rage.callbacks.shader.sampler_parameterIiv"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018534, 131f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 132f6603c60Sopenharmony_ci "rage.callbacks.shader.sampler_parameterIuiv"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018535, 135f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 136f6603c60Sopenharmony_ci "erage.callbacks.shader.get_attrib_location"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018536, 139f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 140f6603c60Sopenharmony_ci "rage.callbacks.shader.get_uniform_location"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018537, 143f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 144f6603c60Sopenharmony_ci "rage.callbacks.shader.bind_attrib_location"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018538, 147f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cove", 148f6603c60Sopenharmony_ci "rage.callbacks.shader.uniform_block_binding"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018539, 151f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 152f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformf_invalid_program"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018540, 155f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 156f6603c60Sopenharmony_ci "e.callbacks.shader.uniformf_incompatible_type"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018541, 159f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 160f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformf_invalid_location"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018542, 163f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 164f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformfv_invalid_program"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018543, 167f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 168f6603c60Sopenharmony_ci "e.callbacks.shader.uniformfv_incompatible_type"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018544, 171f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 172f6603c60Sopenharmony_ci "e.callbacks.shader.uniformfv_invalid_location"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018545, 175f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 176f6603c60Sopenharmony_ci "age.callbacks.shader.uniformfv_invalid_count"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018546, 179f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 180f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformi_invalid_program"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018547, 183f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 184f6603c60Sopenharmony_ci "e.callbacks.shader.uniformi_incompatible_type"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018548, 187f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 188f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformi_invalid_location"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018549, 191f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 192f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformiv_invalid_program"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018550, 195f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 196f6603c60Sopenharmony_ci "e.callbacks.shader.uniformiv_incompatible_type"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018551, 199f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 200f6603c60Sopenharmony_ci "e.callbacks.shader.uniformiv_invalid_location"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018552, 203f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 204f6603c60Sopenharmony_ci "age.callbacks.shader.uniformiv_invalid_count"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018553, 207f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 208f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformui_invalid_program"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018554, 211f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 212f6603c60Sopenharmony_ci "e.callbacks.shader.uniformui_incompatible_type"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018555, 215f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 216f6603c60Sopenharmony_ci "e.callbacks.shader.uniformui_invalid_location"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018556, 219f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 220f6603c60Sopenharmony_ci "e.callbacks.shader.uniformuiv_invalid_program"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018557, 223f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage", 224f6603c60Sopenharmony_ci ".callbacks.shader.uniformuiv_incompatible_type"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018558, 227f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 228f6603c60Sopenharmony_ci "e.callbacks.shader.uniformuiv_invalid_location"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018559, 231f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 232f6603c60Sopenharmony_ci "ge.callbacks.shader.uniformuiv_invalid_count"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018560, 235f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.c", 236f6603c60Sopenharmony_ci "allbacks.shader.uniform_matrixfv_invalid_program"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018561, 239f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.ca", 240f6603c60Sopenharmony_ci "llbacks.shader.uniform_matrixfv_incompatible_type"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018562, 243f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.c", 244f6603c60Sopenharmony_ci "allbacks.shader.uniform_matrixfv_invalid_location"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018563, 247f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.", 248f6603c60Sopenharmony_ci "callbacks.shader.uniform_matrixfv_invalid_count"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018564, 251f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 252f6603c60Sopenharmony_ci "age.callbacks.shader.gen_transform_feedbacks"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018565, 255f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 256f6603c60Sopenharmony_ci "age.callbacks.shader.bind_transform_feedback"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018566, 259f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 260f6603c60Sopenharmony_ci "e.callbacks.shader.delete_transform_feedbacks"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018567, 263f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 264f6603c60Sopenharmony_ci "ge.callbacks.shader.begin_transform_feedback"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018568, 267f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 268f6603c60Sopenharmony_ci "ge.callbacks.shader.pause_transform_feedback"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018569, 271f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_covera", 272f6603c60Sopenharmony_ci "ge.callbacks.shader.resume_transform_feedback"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018570, 275f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 276f6603c60Sopenharmony_ci "age.callbacks.shader.end_transform_feedback"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018571, 279f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.", 280f6603c60Sopenharmony_ci "callbacks.shader.get_transform_feedback_varying"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018572, 283f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverag", 284f6603c60Sopenharmony_ci "e.callbacks.shader.transform_feedback_varyings"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018573, 287f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cover", 288f6603c60Sopenharmony_ci "age.callbacks.shader.compile_compute_shader"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018574, 291f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_cov", 292f6603c60Sopenharmony_ci "erage.callbacks.shader.link_compute_shader"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018575, 295f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage", 296f6603c60Sopenharmony_ci ".callbacks.shader.srgb_decode_samplerparameteri"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018576, 299f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage", 300f6603c60Sopenharmony_ci ".callbacks.shader.srgb_decode_samplerparameterf"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018577, 303f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.", 304f6603c60Sopenharmony_ci "callbacks.shader.srgb_decode_samplerparameteriv"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018578, 307f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.", 308f6603c60Sopenharmony_ci "callbacks.shader.srgb_decode_samplerparameterfv"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018579, 311f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.", 312f6603c60Sopenharmony_ci "callbacks.shader.srgb_decode_samplerparameterIiv"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles310019TestSuite, TestCase_018580, 315f6603c60Sopenharmony_ci "dEQP-GLES31.functional.debug.negative_coverage.c", 316f6603c60Sopenharmony_ci "allbacks.shader.srgb_decode_samplerparameterIuiv"); 317