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 "../Deqpgles3BaseFunc.h" 19f6603c60Sopenharmony_ci#include "../ActsDeqpgles30022TestSuite.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(ActsDeqpgles30022TestSuite, TestCase_021535, 27f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 28f6603c60Sopenharmony_ci "rs.random.texture.fragment.0"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021536, 31f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 32f6603c60Sopenharmony_ci "rs.random.texture.fragment.1"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021537, 35f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 36f6603c60Sopenharmony_ci "rs.random.texture.fragment.2"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021538, 39f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 40f6603c60Sopenharmony_ci "rs.random.texture.fragment.3"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021539, 43f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 44f6603c60Sopenharmony_ci "rs.random.texture.fragment.4"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021540, 47f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 48f6603c60Sopenharmony_ci "rs.random.texture.fragment.5"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021541, 51f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 52f6603c60Sopenharmony_ci "rs.random.texture.fragment.6"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021542, 55f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 56f6603c60Sopenharmony_ci "rs.random.texture.fragment.7"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021543, 59f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 60f6603c60Sopenharmony_ci "rs.random.texture.fragment.8"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021544, 63f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shade", 64f6603c60Sopenharmony_ci "rs.random.texture.fragment.9"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021545, 67f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 68f6603c60Sopenharmony_ci "s.random.texture.fragment.10"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021546, 71f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 72f6603c60Sopenharmony_ci "s.random.texture.fragment.11"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021547, 75f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 76f6603c60Sopenharmony_ci "s.random.texture.fragment.12"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021548, 79f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 80f6603c60Sopenharmony_ci "s.random.texture.fragment.13"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021549, 83f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 84f6603c60Sopenharmony_ci "s.random.texture.fragment.14"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021550, 87f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 88f6603c60Sopenharmony_ci "s.random.texture.fragment.15"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021551, 91f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 92f6603c60Sopenharmony_ci "s.random.texture.fragment.16"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021552, 95f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 96f6603c60Sopenharmony_ci "s.random.texture.fragment.17"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021553, 99f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 100f6603c60Sopenharmony_ci "s.random.texture.fragment.18"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021554, 103f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 104f6603c60Sopenharmony_ci "s.random.texture.fragment.19"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021555, 107f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 108f6603c60Sopenharmony_ci "s.random.texture.fragment.20"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021556, 111f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 112f6603c60Sopenharmony_ci "s.random.texture.fragment.21"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021557, 115f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 116f6603c60Sopenharmony_ci "s.random.texture.fragment.22"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021558, 119f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 120f6603c60Sopenharmony_ci "s.random.texture.fragment.23"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021559, 123f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 124f6603c60Sopenharmony_ci "s.random.texture.fragment.24"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021560, 127f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 128f6603c60Sopenharmony_ci "s.random.texture.fragment.25"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021561, 131f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 132f6603c60Sopenharmony_ci "s.random.texture.fragment.26"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021562, 135f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 136f6603c60Sopenharmony_ci "s.random.texture.fragment.27"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021563, 139f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 140f6603c60Sopenharmony_ci "s.random.texture.fragment.28"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021564, 143f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 144f6603c60Sopenharmony_ci "s.random.texture.fragment.29"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021565, 147f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 148f6603c60Sopenharmony_ci "s.random.texture.fragment.30"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021566, 151f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 152f6603c60Sopenharmony_ci "s.random.texture.fragment.31"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021567, 155f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 156f6603c60Sopenharmony_ci "s.random.texture.fragment.32"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021568, 159f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 160f6603c60Sopenharmony_ci "s.random.texture.fragment.33"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021569, 163f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 164f6603c60Sopenharmony_ci "s.random.texture.fragment.34"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021570, 167f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 168f6603c60Sopenharmony_ci "s.random.texture.fragment.35"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021571, 171f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 172f6603c60Sopenharmony_ci "s.random.texture.fragment.36"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021572, 175f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 176f6603c60Sopenharmony_ci "s.random.texture.fragment.37"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021573, 179f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 180f6603c60Sopenharmony_ci "s.random.texture.fragment.38"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021574, 183f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 184f6603c60Sopenharmony_ci "s.random.texture.fragment.39"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021575, 187f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 188f6603c60Sopenharmony_ci "s.random.texture.fragment.40"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021576, 191f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 192f6603c60Sopenharmony_ci "s.random.texture.fragment.41"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021577, 195f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 196f6603c60Sopenharmony_ci "s.random.texture.fragment.42"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021578, 199f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 200f6603c60Sopenharmony_ci "s.random.texture.fragment.43"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021579, 203f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 204f6603c60Sopenharmony_ci "s.random.texture.fragment.44"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021580, 207f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 208f6603c60Sopenharmony_ci "s.random.texture.fragment.45"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021581, 211f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 212f6603c60Sopenharmony_ci "s.random.texture.fragment.46"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021582, 215f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 216f6603c60Sopenharmony_ci "s.random.texture.fragment.47"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021583, 219f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 220f6603c60Sopenharmony_ci "s.random.texture.fragment.48"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021584, 223f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 224f6603c60Sopenharmony_ci "s.random.texture.fragment.49"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021585, 227f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 228f6603c60Sopenharmony_ci "s.random.texture.fragment.50"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021586, 231f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 232f6603c60Sopenharmony_ci "s.random.texture.fragment.51"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021587, 235f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 236f6603c60Sopenharmony_ci "s.random.texture.fragment.52"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021588, 239f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 240f6603c60Sopenharmony_ci "s.random.texture.fragment.53"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021589, 243f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 244f6603c60Sopenharmony_ci "s.random.texture.fragment.54"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021590, 247f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 248f6603c60Sopenharmony_ci "s.random.texture.fragment.55"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021591, 251f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 252f6603c60Sopenharmony_ci "s.random.texture.fragment.56"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021592, 255f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 256f6603c60Sopenharmony_ci "s.random.texture.fragment.57"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021593, 259f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 260f6603c60Sopenharmony_ci "s.random.texture.fragment.58"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021594, 263f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 264f6603c60Sopenharmony_ci "s.random.texture.fragment.59"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021595, 267f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 268f6603c60Sopenharmony_ci "s.random.texture.fragment.60"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021596, 271f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 272f6603c60Sopenharmony_ci "s.random.texture.fragment.61"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021597, 275f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 276f6603c60Sopenharmony_ci "s.random.texture.fragment.62"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021598, 279f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 280f6603c60Sopenharmony_ci "s.random.texture.fragment.63"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021599, 283f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 284f6603c60Sopenharmony_ci "s.random.texture.fragment.64"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021600, 287f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 288f6603c60Sopenharmony_ci "s.random.texture.fragment.65"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021601, 291f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 292f6603c60Sopenharmony_ci "s.random.texture.fragment.66"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021602, 295f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 296f6603c60Sopenharmony_ci "s.random.texture.fragment.67"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021603, 299f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 300f6603c60Sopenharmony_ci "s.random.texture.fragment.68"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021604, 303f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 304f6603c60Sopenharmony_ci "s.random.texture.fragment.69"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021605, 307f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 308f6603c60Sopenharmony_ci "s.random.texture.fragment.70"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021606, 311f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 312f6603c60Sopenharmony_ci "s.random.texture.fragment.71"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021607, 315f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 316f6603c60Sopenharmony_ci "s.random.texture.fragment.72"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021608, 319f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 320f6603c60Sopenharmony_ci "s.random.texture.fragment.73"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021609, 323f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 324f6603c60Sopenharmony_ci "s.random.texture.fragment.74"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021610, 327f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 328f6603c60Sopenharmony_ci "s.random.texture.fragment.75"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021611, 331f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 332f6603c60Sopenharmony_ci "s.random.texture.fragment.76"); 333f6603c60Sopenharmony_ci 334f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021612, 335f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 336f6603c60Sopenharmony_ci "s.random.texture.fragment.77"); 337f6603c60Sopenharmony_ci 338f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021613, 339f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 340f6603c60Sopenharmony_ci "s.random.texture.fragment.78"); 341f6603c60Sopenharmony_ci 342f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021614, 343f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 344f6603c60Sopenharmony_ci "s.random.texture.fragment.79"); 345f6603c60Sopenharmony_ci 346f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021615, 347f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 348f6603c60Sopenharmony_ci "s.random.texture.fragment.80"); 349f6603c60Sopenharmony_ci 350f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021616, 351f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 352f6603c60Sopenharmony_ci "s.random.texture.fragment.81"); 353f6603c60Sopenharmony_ci 354f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021617, 355f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 356f6603c60Sopenharmony_ci "s.random.texture.fragment.82"); 357f6603c60Sopenharmony_ci 358f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021618, 359f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 360f6603c60Sopenharmony_ci "s.random.texture.fragment.83"); 361f6603c60Sopenharmony_ci 362f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021619, 363f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 364f6603c60Sopenharmony_ci "s.random.texture.fragment.84"); 365f6603c60Sopenharmony_ci 366f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021620, 367f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 368f6603c60Sopenharmony_ci "s.random.texture.fragment.85"); 369f6603c60Sopenharmony_ci 370f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021621, 371f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 372f6603c60Sopenharmony_ci "s.random.texture.fragment.86"); 373f6603c60Sopenharmony_ci 374f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021622, 375f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 376f6603c60Sopenharmony_ci "s.random.texture.fragment.87"); 377f6603c60Sopenharmony_ci 378f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021623, 379f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 380f6603c60Sopenharmony_ci "s.random.texture.fragment.88"); 381f6603c60Sopenharmony_ci 382f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021624, 383f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 384f6603c60Sopenharmony_ci "s.random.texture.fragment.89"); 385f6603c60Sopenharmony_ci 386f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021625, 387f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 388f6603c60Sopenharmony_ci "s.random.texture.fragment.90"); 389f6603c60Sopenharmony_ci 390f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021626, 391f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 392f6603c60Sopenharmony_ci "s.random.texture.fragment.91"); 393f6603c60Sopenharmony_ci 394f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021627, 395f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 396f6603c60Sopenharmony_ci "s.random.texture.fragment.92"); 397f6603c60Sopenharmony_ci 398f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021628, 399f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 400f6603c60Sopenharmony_ci "s.random.texture.fragment.93"); 401f6603c60Sopenharmony_ci 402f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021629, 403f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 404f6603c60Sopenharmony_ci "s.random.texture.fragment.94"); 405f6603c60Sopenharmony_ci 406f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021630, 407f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 408f6603c60Sopenharmony_ci "s.random.texture.fragment.95"); 409f6603c60Sopenharmony_ci 410f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021631, 411f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 412f6603c60Sopenharmony_ci "s.random.texture.fragment.96"); 413f6603c60Sopenharmony_ci 414f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021632, 415f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 416f6603c60Sopenharmony_ci "s.random.texture.fragment.97"); 417f6603c60Sopenharmony_ci 418f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021633, 419f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 420f6603c60Sopenharmony_ci "s.random.texture.fragment.98"); 421f6603c60Sopenharmony_ci 422f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021634, 423f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 424f6603c60Sopenharmony_ci "s.random.texture.fragment.99"); 425f6603c60Sopenharmony_ci 426f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021635, 427f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 428f6603c60Sopenharmony_ci "s.random.texture.fragment.100"); 429f6603c60Sopenharmony_ci 430f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021636, 431f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 432f6603c60Sopenharmony_ci "s.random.texture.fragment.101"); 433f6603c60Sopenharmony_ci 434f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021637, 435f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 436f6603c60Sopenharmony_ci "s.random.texture.fragment.102"); 437f6603c60Sopenharmony_ci 438f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021638, 439f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 440f6603c60Sopenharmony_ci "s.random.texture.fragment.103"); 441f6603c60Sopenharmony_ci 442f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021639, 443f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 444f6603c60Sopenharmony_ci "s.random.texture.fragment.104"); 445f6603c60Sopenharmony_ci 446f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021640, 447f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 448f6603c60Sopenharmony_ci "s.random.texture.fragment.105"); 449f6603c60Sopenharmony_ci 450f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021641, 451f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 452f6603c60Sopenharmony_ci "s.random.texture.fragment.106"); 453f6603c60Sopenharmony_ci 454f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021642, 455f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 456f6603c60Sopenharmony_ci "s.random.texture.fragment.107"); 457f6603c60Sopenharmony_ci 458f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021643, 459f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 460f6603c60Sopenharmony_ci "s.random.texture.fragment.108"); 461f6603c60Sopenharmony_ci 462f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021644, 463f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 464f6603c60Sopenharmony_ci "s.random.texture.fragment.109"); 465f6603c60Sopenharmony_ci 466f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021645, 467f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 468f6603c60Sopenharmony_ci "s.random.texture.fragment.110"); 469f6603c60Sopenharmony_ci 470f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021646, 471f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 472f6603c60Sopenharmony_ci "s.random.texture.fragment.111"); 473f6603c60Sopenharmony_ci 474f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021647, 475f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 476f6603c60Sopenharmony_ci "s.random.texture.fragment.112"); 477f6603c60Sopenharmony_ci 478f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021648, 479f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 480f6603c60Sopenharmony_ci "s.random.texture.fragment.113"); 481f6603c60Sopenharmony_ci 482f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021649, 483f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 484f6603c60Sopenharmony_ci "s.random.texture.fragment.114"); 485f6603c60Sopenharmony_ci 486f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021650, 487f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 488f6603c60Sopenharmony_ci "s.random.texture.fragment.115"); 489f6603c60Sopenharmony_ci 490f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021651, 491f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 492f6603c60Sopenharmony_ci "s.random.texture.fragment.116"); 493f6603c60Sopenharmony_ci 494f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021652, 495f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 496f6603c60Sopenharmony_ci "s.random.texture.fragment.117"); 497f6603c60Sopenharmony_ci 498f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021653, 499f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 500f6603c60Sopenharmony_ci "s.random.texture.fragment.118"); 501f6603c60Sopenharmony_ci 502f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021654, 503f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 504f6603c60Sopenharmony_ci "s.random.texture.fragment.119"); 505f6603c60Sopenharmony_ci 506f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021655, 507f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 508f6603c60Sopenharmony_ci "s.random.texture.fragment.120"); 509f6603c60Sopenharmony_ci 510f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021656, 511f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 512f6603c60Sopenharmony_ci "s.random.texture.fragment.121"); 513f6603c60Sopenharmony_ci 514f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021657, 515f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 516f6603c60Sopenharmony_ci "s.random.texture.fragment.122"); 517f6603c60Sopenharmony_ci 518f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021658, 519f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 520f6603c60Sopenharmony_ci "s.random.texture.fragment.123"); 521f6603c60Sopenharmony_ci 522f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021659, 523f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 524f6603c60Sopenharmony_ci "s.random.texture.fragment.124"); 525f6603c60Sopenharmony_ci 526f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021660, 527f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 528f6603c60Sopenharmony_ci "s.random.texture.fragment.125"); 529f6603c60Sopenharmony_ci 530f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021661, 531f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 532f6603c60Sopenharmony_ci "s.random.texture.fragment.126"); 533f6603c60Sopenharmony_ci 534f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021662, 535f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 536f6603c60Sopenharmony_ci "s.random.texture.fragment.127"); 537f6603c60Sopenharmony_ci 538f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021663, 539f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 540f6603c60Sopenharmony_ci "s.random.texture.fragment.128"); 541f6603c60Sopenharmony_ci 542f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021664, 543f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 544f6603c60Sopenharmony_ci "s.random.texture.fragment.129"); 545f6603c60Sopenharmony_ci 546f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021665, 547f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 548f6603c60Sopenharmony_ci "s.random.texture.fragment.130"); 549f6603c60Sopenharmony_ci 550f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021666, 551f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 552f6603c60Sopenharmony_ci "s.random.texture.fragment.131"); 553f6603c60Sopenharmony_ci 554f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021667, 555f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 556f6603c60Sopenharmony_ci "s.random.texture.fragment.132"); 557f6603c60Sopenharmony_ci 558f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021668, 559f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 560f6603c60Sopenharmony_ci "s.random.texture.fragment.133"); 561f6603c60Sopenharmony_ci 562f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021669, 563f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 564f6603c60Sopenharmony_ci "s.random.texture.fragment.134"); 565f6603c60Sopenharmony_ci 566f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021670, 567f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 568f6603c60Sopenharmony_ci "s.random.texture.fragment.135"); 569f6603c60Sopenharmony_ci 570f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021671, 571f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 572f6603c60Sopenharmony_ci "s.random.texture.fragment.136"); 573f6603c60Sopenharmony_ci 574f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021672, 575f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 576f6603c60Sopenharmony_ci "s.random.texture.fragment.137"); 577f6603c60Sopenharmony_ci 578f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021673, 579f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 580f6603c60Sopenharmony_ci "s.random.texture.fragment.138"); 581f6603c60Sopenharmony_ci 582f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021674, 583f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 584f6603c60Sopenharmony_ci "s.random.texture.fragment.139"); 585f6603c60Sopenharmony_ci 586f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021675, 587f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 588f6603c60Sopenharmony_ci "s.random.texture.fragment.140"); 589f6603c60Sopenharmony_ci 590f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021676, 591f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 592f6603c60Sopenharmony_ci "s.random.texture.fragment.141"); 593f6603c60Sopenharmony_ci 594f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021677, 595f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 596f6603c60Sopenharmony_ci "s.random.texture.fragment.142"); 597f6603c60Sopenharmony_ci 598f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021678, 599f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 600f6603c60Sopenharmony_ci "s.random.texture.fragment.143"); 601f6603c60Sopenharmony_ci 602f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021679, 603f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 604f6603c60Sopenharmony_ci "s.random.texture.fragment.144"); 605f6603c60Sopenharmony_ci 606f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021680, 607f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 608f6603c60Sopenharmony_ci "s.random.texture.fragment.145"); 609f6603c60Sopenharmony_ci 610f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021681, 611f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 612f6603c60Sopenharmony_ci "s.random.texture.fragment.146"); 613f6603c60Sopenharmony_ci 614f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021682, 615f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 616f6603c60Sopenharmony_ci "s.random.texture.fragment.147"); 617f6603c60Sopenharmony_ci 618f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021683, 619f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 620f6603c60Sopenharmony_ci "s.random.texture.fragment.148"); 621f6603c60Sopenharmony_ci 622f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30022TestSuite, TestCase_021684, 623f6603c60Sopenharmony_ci "dEQP-GLES3.functional.shader", 624f6603c60Sopenharmony_ci "s.random.texture.fragment.149"); 625