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 "../Deqpgles2BaseFunc.h" 19f6603c60Sopenharmony_ci#include "../ActsDeqpgles20010TestSuite.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(ActsDeqpgles20010TestSuite, TestCase_009132, 27f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 28f6603c60Sopenharmony_ci ".random.conditionals.vertex.0"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009133, 31f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 32f6603c60Sopenharmony_ci ".random.conditionals.vertex.1"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009134, 35f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 36f6603c60Sopenharmony_ci ".random.conditionals.vertex.2"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009135, 39f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 40f6603c60Sopenharmony_ci ".random.conditionals.vertex.3"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009136, 43f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 44f6603c60Sopenharmony_ci ".random.conditionals.vertex.4"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009137, 47f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 48f6603c60Sopenharmony_ci ".random.conditionals.vertex.5"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009138, 51f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 52f6603c60Sopenharmony_ci ".random.conditionals.vertex.6"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009139, 55f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 56f6603c60Sopenharmony_ci ".random.conditionals.vertex.7"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009140, 59f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 60f6603c60Sopenharmony_ci ".random.conditionals.vertex.8"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009141, 63f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 64f6603c60Sopenharmony_ci ".random.conditionals.vertex.9"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009142, 67f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 68f6603c60Sopenharmony_ci ".random.conditionals.vertex.10"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009143, 71f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 72f6603c60Sopenharmony_ci ".random.conditionals.vertex.11"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009144, 75f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 76f6603c60Sopenharmony_ci ".random.conditionals.vertex.12"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009145, 79f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 80f6603c60Sopenharmony_ci ".random.conditionals.vertex.13"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009146, 83f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 84f6603c60Sopenharmony_ci ".random.conditionals.vertex.14"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009147, 87f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 88f6603c60Sopenharmony_ci ".random.conditionals.vertex.15"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009148, 91f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 92f6603c60Sopenharmony_ci ".random.conditionals.vertex.16"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009149, 95f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 96f6603c60Sopenharmony_ci ".random.conditionals.vertex.17"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009150, 99f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 100f6603c60Sopenharmony_ci ".random.conditionals.vertex.18"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009151, 103f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 104f6603c60Sopenharmony_ci ".random.conditionals.vertex.19"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009152, 107f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 108f6603c60Sopenharmony_ci ".random.conditionals.vertex.20"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009153, 111f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 112f6603c60Sopenharmony_ci ".random.conditionals.vertex.21"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009154, 115f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 116f6603c60Sopenharmony_ci ".random.conditionals.vertex.22"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009155, 119f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 120f6603c60Sopenharmony_ci ".random.conditionals.vertex.23"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009156, 123f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 124f6603c60Sopenharmony_ci ".random.conditionals.vertex.24"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009157, 127f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 128f6603c60Sopenharmony_ci ".random.conditionals.vertex.25"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009158, 131f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 132f6603c60Sopenharmony_ci ".random.conditionals.vertex.26"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009159, 135f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 136f6603c60Sopenharmony_ci ".random.conditionals.vertex.27"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009160, 139f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 140f6603c60Sopenharmony_ci ".random.conditionals.vertex.28"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009161, 143f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 144f6603c60Sopenharmony_ci ".random.conditionals.vertex.29"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009162, 147f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 148f6603c60Sopenharmony_ci ".random.conditionals.vertex.30"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009163, 151f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 152f6603c60Sopenharmony_ci ".random.conditionals.vertex.31"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009164, 155f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 156f6603c60Sopenharmony_ci ".random.conditionals.vertex.32"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009165, 159f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 160f6603c60Sopenharmony_ci ".random.conditionals.vertex.33"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009166, 163f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 164f6603c60Sopenharmony_ci ".random.conditionals.vertex.34"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009167, 167f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 168f6603c60Sopenharmony_ci ".random.conditionals.vertex.35"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009168, 171f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 172f6603c60Sopenharmony_ci ".random.conditionals.vertex.36"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009169, 175f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 176f6603c60Sopenharmony_ci ".random.conditionals.vertex.37"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009170, 179f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 180f6603c60Sopenharmony_ci ".random.conditionals.vertex.38"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009171, 183f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 184f6603c60Sopenharmony_ci ".random.conditionals.vertex.39"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009172, 187f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 188f6603c60Sopenharmony_ci ".random.conditionals.vertex.40"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009173, 191f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 192f6603c60Sopenharmony_ci ".random.conditionals.vertex.41"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009174, 195f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 196f6603c60Sopenharmony_ci ".random.conditionals.vertex.42"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009175, 199f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 200f6603c60Sopenharmony_ci ".random.conditionals.vertex.43"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009176, 203f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 204f6603c60Sopenharmony_ci ".random.conditionals.vertex.44"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009177, 207f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 208f6603c60Sopenharmony_ci ".random.conditionals.vertex.45"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009178, 211f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 212f6603c60Sopenharmony_ci ".random.conditionals.vertex.46"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009179, 215f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 216f6603c60Sopenharmony_ci ".random.conditionals.vertex.47"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009180, 219f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 220f6603c60Sopenharmony_ci ".random.conditionals.vertex.48"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009181, 223f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 224f6603c60Sopenharmony_ci ".random.conditionals.vertex.49"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009182, 227f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 228f6603c60Sopenharmony_ci ".random.conditionals.vertex.50"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009183, 231f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 232f6603c60Sopenharmony_ci ".random.conditionals.vertex.51"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009184, 235f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 236f6603c60Sopenharmony_ci ".random.conditionals.vertex.52"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009185, 239f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 240f6603c60Sopenharmony_ci ".random.conditionals.vertex.53"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009186, 243f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 244f6603c60Sopenharmony_ci ".random.conditionals.vertex.54"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009187, 247f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 248f6603c60Sopenharmony_ci ".random.conditionals.vertex.55"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009188, 251f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 252f6603c60Sopenharmony_ci ".random.conditionals.vertex.56"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009189, 255f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 256f6603c60Sopenharmony_ci ".random.conditionals.vertex.57"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009190, 259f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 260f6603c60Sopenharmony_ci ".random.conditionals.vertex.58"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009191, 263f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 264f6603c60Sopenharmony_ci ".random.conditionals.vertex.59"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009192, 267f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 268f6603c60Sopenharmony_ci ".random.conditionals.vertex.60"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009193, 271f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 272f6603c60Sopenharmony_ci ".random.conditionals.vertex.61"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009194, 275f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 276f6603c60Sopenharmony_ci ".random.conditionals.vertex.62"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009195, 279f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 280f6603c60Sopenharmony_ci ".random.conditionals.vertex.63"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009196, 283f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 284f6603c60Sopenharmony_ci ".random.conditionals.vertex.64"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009197, 287f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 288f6603c60Sopenharmony_ci ".random.conditionals.vertex.65"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009198, 291f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 292f6603c60Sopenharmony_ci ".random.conditionals.vertex.66"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009199, 295f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 296f6603c60Sopenharmony_ci ".random.conditionals.vertex.67"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009200, 299f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 300f6603c60Sopenharmony_ci ".random.conditionals.vertex.68"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009201, 303f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 304f6603c60Sopenharmony_ci ".random.conditionals.vertex.69"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009202, 307f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 308f6603c60Sopenharmony_ci ".random.conditionals.vertex.70"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009203, 311f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 312f6603c60Sopenharmony_ci ".random.conditionals.vertex.71"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009204, 315f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 316f6603c60Sopenharmony_ci ".random.conditionals.vertex.72"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009205, 319f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 320f6603c60Sopenharmony_ci ".random.conditionals.vertex.73"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009206, 323f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 324f6603c60Sopenharmony_ci ".random.conditionals.vertex.74"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009207, 327f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 328f6603c60Sopenharmony_ci ".random.conditionals.vertex.75"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009208, 331f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 332f6603c60Sopenharmony_ci ".random.conditionals.vertex.76"); 333f6603c60Sopenharmony_ci 334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009209, 335f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 336f6603c60Sopenharmony_ci ".random.conditionals.vertex.77"); 337f6603c60Sopenharmony_ci 338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009210, 339f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 340f6603c60Sopenharmony_ci ".random.conditionals.vertex.78"); 341f6603c60Sopenharmony_ci 342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009211, 343f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 344f6603c60Sopenharmony_ci ".random.conditionals.vertex.79"); 345f6603c60Sopenharmony_ci 346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009212, 347f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 348f6603c60Sopenharmony_ci ".random.conditionals.vertex.80"); 349f6603c60Sopenharmony_ci 350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009213, 351f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 352f6603c60Sopenharmony_ci ".random.conditionals.vertex.81"); 353f6603c60Sopenharmony_ci 354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009214, 355f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 356f6603c60Sopenharmony_ci ".random.conditionals.vertex.82"); 357f6603c60Sopenharmony_ci 358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009215, 359f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 360f6603c60Sopenharmony_ci ".random.conditionals.vertex.83"); 361f6603c60Sopenharmony_ci 362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009216, 363f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 364f6603c60Sopenharmony_ci ".random.conditionals.vertex.84"); 365f6603c60Sopenharmony_ci 366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009217, 367f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 368f6603c60Sopenharmony_ci ".random.conditionals.vertex.85"); 369f6603c60Sopenharmony_ci 370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009218, 371f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 372f6603c60Sopenharmony_ci ".random.conditionals.vertex.86"); 373f6603c60Sopenharmony_ci 374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009219, 375f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 376f6603c60Sopenharmony_ci ".random.conditionals.vertex.87"); 377f6603c60Sopenharmony_ci 378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009220, 379f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 380f6603c60Sopenharmony_ci ".random.conditionals.vertex.88"); 381f6603c60Sopenharmony_ci 382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009221, 383f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 384f6603c60Sopenharmony_ci ".random.conditionals.vertex.89"); 385f6603c60Sopenharmony_ci 386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009222, 387f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 388f6603c60Sopenharmony_ci ".random.conditionals.vertex.90"); 389f6603c60Sopenharmony_ci 390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009223, 391f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 392f6603c60Sopenharmony_ci ".random.conditionals.vertex.91"); 393f6603c60Sopenharmony_ci 394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009224, 395f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 396f6603c60Sopenharmony_ci ".random.conditionals.vertex.92"); 397f6603c60Sopenharmony_ci 398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009225, 399f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 400f6603c60Sopenharmony_ci ".random.conditionals.vertex.93"); 401f6603c60Sopenharmony_ci 402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009226, 403f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 404f6603c60Sopenharmony_ci ".random.conditionals.vertex.94"); 405f6603c60Sopenharmony_ci 406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009227, 407f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 408f6603c60Sopenharmony_ci ".random.conditionals.vertex.95"); 409f6603c60Sopenharmony_ci 410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009228, 411f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 412f6603c60Sopenharmony_ci ".random.conditionals.vertex.96"); 413f6603c60Sopenharmony_ci 414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009229, 415f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 416f6603c60Sopenharmony_ci ".random.conditionals.vertex.97"); 417f6603c60Sopenharmony_ci 418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009230, 419f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 420f6603c60Sopenharmony_ci ".random.conditionals.vertex.98"); 421f6603c60Sopenharmony_ci 422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009231, 423f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders", 424f6603c60Sopenharmony_ci ".random.conditionals.vertex.99"); 425