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 "../ActsDeqpgles30032TestSuite.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(ActsDeqpgles30032TestSuite, TestCase_031245, 27f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.renderab", 28f6603c60Sopenharmony_ci "le.texture.depth.depth_component_unsigned_short"); 29f6603c60Sopenharmony_ci 30f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031246, 31f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.rendera", 32f6603c60Sopenharmony_ci "ble.texture.depth.depth_component_unsigned_int"); 33f6603c60Sopenharmony_ci 34f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031247, 35f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 36f6603c60Sopenharmony_ci "enderable.texture.depth.red_unsigned_byte"); 37f6603c60Sopenharmony_ci 38f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031248, 39f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 40f6603c60Sopenharmony_ci "ss.renderable.texture.depth.red_float"); 41f6603c60Sopenharmony_ci 42f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031249, 43f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.re", 44f6603c60Sopenharmony_ci "nderable.texture.depth.red_half_float_oes"); 45f6603c60Sopenharmony_ci 46f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031250, 47f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 48f6603c60Sopenharmony_ci "enderable.texture.depth.rgb_unsigned_byte"); 49f6603c60Sopenharmony_ci 50f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031251, 51f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.rende", 52f6603c60Sopenharmony_ci "rable.texture.depth.rgb_unsigned_short_5_6_5"); 53f6603c60Sopenharmony_ci 54f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031252, 55f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.renderab", 56f6603c60Sopenharmony_ci "le.texture.depth.rgb_unsigned_int_2_10_10_10_rev"); 57f6603c60Sopenharmony_ci 58f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031253, 59f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.renderabl", 60f6603c60Sopenharmony_ci "e.texture.depth.rgb_unsigned_int_10f_11f_11f_rev"); 61f6603c60Sopenharmony_ci 62f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031254, 63f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.re", 64f6603c60Sopenharmony_ci "nderable.texture.depth.rgba_unsigned_byte"); 65f6603c60Sopenharmony_ci 66f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031255, 67f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.render", 68f6603c60Sopenharmony_ci "able.texture.depth.rgba_unsigned_short_4_4_4_4"); 69f6603c60Sopenharmony_ci 70f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031256, 71f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.render", 72f6603c60Sopenharmony_ci "able.texture.depth.rgba_unsigned_short_5_5_5_1"); 73f6603c60Sopenharmony_ci 74f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031257, 75f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.renderabl", 76f6603c60Sopenharmony_ci "e.texture.depth.rgba_unsigned_int_2_10_10_10_rev"); 77f6603c60Sopenharmony_ci 78f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031258, 79f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 80f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rgb8"); 81f6603c60Sopenharmony_ci 82f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031259, 83f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 84f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rgb10"); 85f6603c60Sopenharmony_ci 86f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031260, 87f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 88f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rgba4"); 89f6603c60Sopenharmony_ci 90f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031261, 91f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 92f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb5_a1"); 93f6603c60Sopenharmony_ci 94f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031262, 95f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 96f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rgba8"); 97f6603c60Sopenharmony_ci 98f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031263, 99f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 100f6603c60Sopenharmony_ci "ss.renderable.texture.depth.rgb10_a2"); 101f6603c60Sopenharmony_ci 102f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031264, 103f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 104f6603c60Sopenharmony_ci "enderable.texture.depth.depth_component16"); 105f6603c60Sopenharmony_ci 106f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031265, 107f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 108f6603c60Sopenharmony_ci "enderable.texture.depth.depth_component24"); 109f6603c60Sopenharmony_ci 110f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031266, 111f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 112f6603c60Sopenharmony_ci "enderable.texture.depth.depth_component32"); 113f6603c60Sopenharmony_ci 114f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031267, 115f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 116f6603c60Sopenharmony_ci "enderable.texture.depth.rg_unsigned_byte"); 117f6603c60Sopenharmony_ci 118f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031268, 119f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 120f6603c60Sopenharmony_ci "ss.renderable.texture.depth.rg_float"); 121f6603c60Sopenharmony_ci 122f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031269, 123f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 124f6603c60Sopenharmony_ci "enderable.texture.depth.rg_half_float_oes"); 125f6603c60Sopenharmony_ci 126f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031270, 127f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complet", 128f6603c60Sopenharmony_ci "eness.renderable.texture.depth.r8"); 129f6603c60Sopenharmony_ci 130f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031271, 131f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complet", 132f6603c60Sopenharmony_ci "eness.renderable.texture.depth.rg8"); 133f6603c60Sopenharmony_ci 134f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031272, 135f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 136f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r16f"); 137f6603c60Sopenharmony_ci 138f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031273, 139f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 140f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r32f"); 141f6603c60Sopenharmony_ci 142f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031274, 143f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 144f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rg16f"); 145f6603c60Sopenharmony_ci 146f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031275, 147f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 148f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rg32f"); 149f6603c60Sopenharmony_ci 150f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031276, 151f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complet", 152f6603c60Sopenharmony_ci "eness.renderable.texture.depth.r8i"); 153f6603c60Sopenharmony_ci 154f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031277, 155f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 156f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r8ui"); 157f6603c60Sopenharmony_ci 158f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031278, 159f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 160f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r16i"); 161f6603c60Sopenharmony_ci 162f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031279, 163f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 164f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r16ui"); 165f6603c60Sopenharmony_ci 166f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031280, 167f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 168f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r32i"); 169f6603c60Sopenharmony_ci 170f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031281, 171f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 172f6603c60Sopenharmony_ci "ness.renderable.texture.depth.r32ui"); 173f6603c60Sopenharmony_ci 174f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031282, 175f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 176f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rg8i"); 177f6603c60Sopenharmony_ci 178f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031283, 179f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 180f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rg8ui"); 181f6603c60Sopenharmony_ci 182f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031284, 183f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 184f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rg16i"); 185f6603c60Sopenharmony_ci 186f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031285, 187f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 188f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rg16ui"); 189f6603c60Sopenharmony_ci 190f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031286, 191f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 192f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rg32i"); 193f6603c60Sopenharmony_ci 194f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031287, 195f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 196f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rg32ui"); 197f6603c60Sopenharmony_ci 198f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031288, 199f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.renderab", 200f6603c60Sopenharmony_ci "le.texture.depth.depth_stencil_unsigned_int_24_8"); 201f6603c60Sopenharmony_ci 202f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031289, 203f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 204f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgba32f"); 205f6603c60Sopenharmony_ci 206f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031290, 207f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 208f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgba16f"); 209f6603c60Sopenharmony_ci 210f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031291, 211f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 212f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb16f"); 213f6603c60Sopenharmony_ci 214f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031292, 215f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 216f6603c60Sopenharmony_ci "enderable.texture.depth.depth24_stencil8"); 217f6603c60Sopenharmony_ci 218f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031293, 219f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.", 220f6603c60Sopenharmony_ci "renderable.texture.depth.r11f_g11f_b10f"); 221f6603c60Sopenharmony_ci 222f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031294, 223f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 224f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb9_e5"); 225f6603c60Sopenharmony_ci 226f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031295, 227f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.re", 228f6603c60Sopenharmony_ci "nderable.texture.depth.srgb_unsigned_byte"); 229f6603c60Sopenharmony_ci 230f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031296, 231f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 232f6603c60Sopenharmony_ci "ness.renderable.texture.depth.srgb8"); 233f6603c60Sopenharmony_ci 234f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031297, 235f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.rende", 236f6603c60Sopenharmony_ci "rable.texture.depth.srgb_alpha_unsigned_byte"); 237f6603c60Sopenharmony_ci 238f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031298, 239f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness", 240f6603c60Sopenharmony_ci ".renderable.texture.depth.srgb8_alpha8"); 241f6603c60Sopenharmony_ci 242f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031299, 243f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.re", 244f6603c60Sopenharmony_ci "nderable.texture.depth.depth_component32f"); 245f6603c60Sopenharmony_ci 246f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031300, 247f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.r", 248f6603c60Sopenharmony_ci "enderable.texture.depth.depth32f_stencil8"); 249f6603c60Sopenharmony_ci 250f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031301, 251f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completeness.", 252f6603c60Sopenharmony_ci "renderable.texture.depth.stencil_index8"); 253f6603c60Sopenharmony_ci 254f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031302, 255f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 256f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb565"); 257f6603c60Sopenharmony_ci 258f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031303, 259f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 260f6603c60Sopenharmony_ci "ss.renderable.texture.depth.rgba32ui"); 261f6603c60Sopenharmony_ci 262f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031304, 263f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 264f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb32ui"); 265f6603c60Sopenharmony_ci 266f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031305, 267f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 268f6603c60Sopenharmony_ci "ss.renderable.texture.depth.rgba16ui"); 269f6603c60Sopenharmony_ci 270f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031306, 271f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 272f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb16ui"); 273f6603c60Sopenharmony_ci 274f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031307, 275f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 276f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgba8ui"); 277f6603c60Sopenharmony_ci 278f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031308, 279f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 280f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb8ui"); 281f6603c60Sopenharmony_ci 282f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031309, 283f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 284f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgba32i"); 285f6603c60Sopenharmony_ci 286f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031310, 287f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 288f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb32i"); 289f6603c60Sopenharmony_ci 290f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031311, 291f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 292f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgba16i"); 293f6603c60Sopenharmony_ci 294f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031312, 295f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 296f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgb16i"); 297f6603c60Sopenharmony_ci 298f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031313, 299f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 300f6603c60Sopenharmony_ci "ess.renderable.texture.depth.rgba8i"); 301f6603c60Sopenharmony_ci 302f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031314, 303f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.complete", 304f6603c60Sopenharmony_ci "ness.renderable.texture.depth.rgb8i"); 305f6603c60Sopenharmony_ci 306f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031315, 307f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 308f6603c60Sopenharmony_ci "ss.renderable.texture.depth.r8_snorm"); 309f6603c60Sopenharmony_ci 310f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031316, 311f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 312f6603c60Sopenharmony_ci "ss.renderable.texture.depth.rg8_snorm"); 313f6603c60Sopenharmony_ci 314f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031317, 315f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completenes", 316f6603c60Sopenharmony_ci "s.renderable.texture.depth.rgb8_snorm"); 317f6603c60Sopenharmony_ci 318f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031318, 319f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completenes", 320f6603c60Sopenharmony_ci "s.renderable.texture.depth.rgba8_snorm"); 321f6603c60Sopenharmony_ci 322f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031319, 323f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completen", 324f6603c60Sopenharmony_ci "ess.renderable.texture.depth.sr8_ext"); 325f6603c60Sopenharmony_ci 326f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031320, 327f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completene", 328f6603c60Sopenharmony_ci "ss.renderable.texture.depth.srg8_ext"); 329f6603c60Sopenharmony_ci 330f6603c60Sopenharmony_cistatic SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031321, 331f6603c60Sopenharmony_ci "dEQP-GLES3.functional.fbo.completenes", 332f6603c60Sopenharmony_ci "s.renderable.texture.depth.rgb10_a2ui"); 333