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_009332, 27f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 28f6603c60Sopenharmony_ci "random.conditionals.combined.0"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009333, 31f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 32f6603c60Sopenharmony_ci "random.conditionals.combined.1"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009334, 35f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 36f6603c60Sopenharmony_ci "random.conditionals.combined.2"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009335, 39f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 40f6603c60Sopenharmony_ci "random.conditionals.combined.3"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009336, 43f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 44f6603c60Sopenharmony_ci "random.conditionals.combined.4"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009337, 47f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 48f6603c60Sopenharmony_ci "random.conditionals.combined.5"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009338, 51f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 52f6603c60Sopenharmony_ci "random.conditionals.combined.6"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009339, 55f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 56f6603c60Sopenharmony_ci "random.conditionals.combined.7"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009340, 59f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 60f6603c60Sopenharmony_ci "random.conditionals.combined.8"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009341, 63f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 64f6603c60Sopenharmony_ci "random.conditionals.combined.9"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009342, 67f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 68f6603c60Sopenharmony_ci "random.conditionals.combined.10"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009343, 71f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 72f6603c60Sopenharmony_ci "random.conditionals.combined.11"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009344, 75f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 76f6603c60Sopenharmony_ci "random.conditionals.combined.12"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009345, 79f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 80f6603c60Sopenharmony_ci "random.conditionals.combined.13"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009346, 83f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 84f6603c60Sopenharmony_ci "random.conditionals.combined.14"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009347, 87f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 88f6603c60Sopenharmony_ci "random.conditionals.combined.15"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009348, 91f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 92f6603c60Sopenharmony_ci "random.conditionals.combined.16"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009349, 95f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 96f6603c60Sopenharmony_ci "random.conditionals.combined.17"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009350, 99f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 100f6603c60Sopenharmony_ci "random.conditionals.combined.18"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009351, 103f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 104f6603c60Sopenharmony_ci "random.conditionals.combined.19"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009352, 107f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 108f6603c60Sopenharmony_ci "random.conditionals.combined.20"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009353, 111f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 112f6603c60Sopenharmony_ci "random.conditionals.combined.21"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009354, 115f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 116f6603c60Sopenharmony_ci "random.conditionals.combined.22"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009355, 119f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 120f6603c60Sopenharmony_ci "random.conditionals.combined.23"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009356, 123f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 124f6603c60Sopenharmony_ci "random.conditionals.combined.24"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009357, 127f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 128f6603c60Sopenharmony_ci "random.conditionals.combined.25"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009358, 131f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 132f6603c60Sopenharmony_ci "random.conditionals.combined.26"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009359, 135f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 136f6603c60Sopenharmony_ci "random.conditionals.combined.27"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009360, 139f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 140f6603c60Sopenharmony_ci "random.conditionals.combined.28"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009361, 143f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 144f6603c60Sopenharmony_ci "random.conditionals.combined.29"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009362, 147f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 148f6603c60Sopenharmony_ci "random.conditionals.combined.30"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009363, 151f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 152f6603c60Sopenharmony_ci "random.conditionals.combined.31"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009364, 155f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 156f6603c60Sopenharmony_ci "random.conditionals.combined.32"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009365, 159f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 160f6603c60Sopenharmony_ci "random.conditionals.combined.33"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009366, 163f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 164f6603c60Sopenharmony_ci "random.conditionals.combined.34"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009367, 167f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 168f6603c60Sopenharmony_ci "random.conditionals.combined.35"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009368, 171f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 172f6603c60Sopenharmony_ci "random.conditionals.combined.36"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009369, 175f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 176f6603c60Sopenharmony_ci "random.conditionals.combined.37"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009370, 179f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 180f6603c60Sopenharmony_ci "random.conditionals.combined.38"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009371, 183f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 184f6603c60Sopenharmony_ci "random.conditionals.combined.39"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009372, 187f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 188f6603c60Sopenharmony_ci "random.conditionals.combined.40"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009373, 191f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 192f6603c60Sopenharmony_ci "random.conditionals.combined.41"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009374, 195f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 196f6603c60Sopenharmony_ci "random.conditionals.combined.42"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009375, 199f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 200f6603c60Sopenharmony_ci "random.conditionals.combined.43"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009376, 203f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 204f6603c60Sopenharmony_ci "random.conditionals.combined.44"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009377, 207f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 208f6603c60Sopenharmony_ci "random.conditionals.combined.45"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009378, 211f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 212f6603c60Sopenharmony_ci "random.conditionals.combined.46"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009379, 215f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 216f6603c60Sopenharmony_ci "random.conditionals.combined.47"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009380, 219f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 220f6603c60Sopenharmony_ci "random.conditionals.combined.48"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009381, 223f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 224f6603c60Sopenharmony_ci "random.conditionals.combined.49"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009382, 227f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 228f6603c60Sopenharmony_ci "random.conditionals.combined.50"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009383, 231f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 232f6603c60Sopenharmony_ci "random.conditionals.combined.51"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009384, 235f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 236f6603c60Sopenharmony_ci "random.conditionals.combined.52"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009385, 239f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 240f6603c60Sopenharmony_ci "random.conditionals.combined.53"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009386, 243f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 244f6603c60Sopenharmony_ci "random.conditionals.combined.54"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009387, 247f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 248f6603c60Sopenharmony_ci "random.conditionals.combined.55"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009388, 251f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 252f6603c60Sopenharmony_ci "random.conditionals.combined.56"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009389, 255f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 256f6603c60Sopenharmony_ci "random.conditionals.combined.57"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009390, 259f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 260f6603c60Sopenharmony_ci "random.conditionals.combined.58"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009391, 263f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 264f6603c60Sopenharmony_ci "random.conditionals.combined.59"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009392, 267f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 268f6603c60Sopenharmony_ci "random.conditionals.combined.60"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009393, 271f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 272f6603c60Sopenharmony_ci "random.conditionals.combined.61"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009394, 275f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 276f6603c60Sopenharmony_ci "random.conditionals.combined.62"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009395, 279f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 280f6603c60Sopenharmony_ci "random.conditionals.combined.63"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009396, 283f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 284f6603c60Sopenharmony_ci "random.conditionals.combined.64"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009397, 287f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 288f6603c60Sopenharmony_ci "random.conditionals.combined.65"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009398, 291f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 292f6603c60Sopenharmony_ci "random.conditionals.combined.66"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009399, 295f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 296f6603c60Sopenharmony_ci "random.conditionals.combined.67"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009400, 299f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 300f6603c60Sopenharmony_ci "random.conditionals.combined.68"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009401, 303f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 304f6603c60Sopenharmony_ci "random.conditionals.combined.69"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009402, 307f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 308f6603c60Sopenharmony_ci "random.conditionals.combined.70"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009403, 311f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 312f6603c60Sopenharmony_ci "random.conditionals.combined.71"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009404, 315f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 316f6603c60Sopenharmony_ci "random.conditionals.combined.72"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009405, 319f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 320f6603c60Sopenharmony_ci "random.conditionals.combined.73"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009406, 323f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 324f6603c60Sopenharmony_ci "random.conditionals.combined.74"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009407, 327f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 328f6603c60Sopenharmony_ci "random.conditionals.combined.75"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009408, 331f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 332f6603c60Sopenharmony_ci "random.conditionals.combined.76"); 333f6603c60Sopenharmony_ci 334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009409, 335f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 336f6603c60Sopenharmony_ci "random.conditionals.combined.77"); 337f6603c60Sopenharmony_ci 338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009410, 339f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 340f6603c60Sopenharmony_ci "random.conditionals.combined.78"); 341f6603c60Sopenharmony_ci 342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009411, 343f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 344f6603c60Sopenharmony_ci "random.conditionals.combined.79"); 345f6603c60Sopenharmony_ci 346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009412, 347f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 348f6603c60Sopenharmony_ci "random.conditionals.combined.80"); 349f6603c60Sopenharmony_ci 350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009413, 351f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 352f6603c60Sopenharmony_ci "random.conditionals.combined.81"); 353f6603c60Sopenharmony_ci 354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009414, 355f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 356f6603c60Sopenharmony_ci "random.conditionals.combined.82"); 357f6603c60Sopenharmony_ci 358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009415, 359f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 360f6603c60Sopenharmony_ci "random.conditionals.combined.83"); 361f6603c60Sopenharmony_ci 362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009416, 363f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 364f6603c60Sopenharmony_ci "random.conditionals.combined.84"); 365f6603c60Sopenharmony_ci 366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009417, 367f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 368f6603c60Sopenharmony_ci "random.conditionals.combined.85"); 369f6603c60Sopenharmony_ci 370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009418, 371f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 372f6603c60Sopenharmony_ci "random.conditionals.combined.86"); 373f6603c60Sopenharmony_ci 374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009419, 375f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 376f6603c60Sopenharmony_ci "random.conditionals.combined.87"); 377f6603c60Sopenharmony_ci 378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009420, 379f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 380f6603c60Sopenharmony_ci "random.conditionals.combined.88"); 381f6603c60Sopenharmony_ci 382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009421, 383f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 384f6603c60Sopenharmony_ci "random.conditionals.combined.89"); 385f6603c60Sopenharmony_ci 386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009422, 387f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 388f6603c60Sopenharmony_ci "random.conditionals.combined.90"); 389f6603c60Sopenharmony_ci 390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009423, 391f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 392f6603c60Sopenharmony_ci "random.conditionals.combined.91"); 393f6603c60Sopenharmony_ci 394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009424, 395f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 396f6603c60Sopenharmony_ci "random.conditionals.combined.92"); 397f6603c60Sopenharmony_ci 398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009425, 399f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 400f6603c60Sopenharmony_ci "random.conditionals.combined.93"); 401f6603c60Sopenharmony_ci 402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009426, 403f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 404f6603c60Sopenharmony_ci "random.conditionals.combined.94"); 405f6603c60Sopenharmony_ci 406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009427, 407f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 408f6603c60Sopenharmony_ci "random.conditionals.combined.95"); 409f6603c60Sopenharmony_ci 410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009428, 411f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 412f6603c60Sopenharmony_ci "random.conditionals.combined.96"); 413f6603c60Sopenharmony_ci 414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009429, 415f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 416f6603c60Sopenharmony_ci "random.conditionals.combined.97"); 417f6603c60Sopenharmony_ci 418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009430, 419f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 420f6603c60Sopenharmony_ci "random.conditionals.combined.98"); 421f6603c60Sopenharmony_ci 422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles20010TestSuite, TestCase_009431, 423f6603c60Sopenharmony_ci "dEQP-GLES2.functional.shaders.", 424f6603c60Sopenharmony_ci "random.conditionals.combined.99"); 425