提交 8055e46b 编写于 作者: B bayanxing

add deqpgles3

Signed-off-by: Nbayanxing <bayanxing@kaihongdigi.com>
上级 c92b199b
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30037TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036241,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036242,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036243,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.float_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036244,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036245,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036246,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.vec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036247,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036248,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036249,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.vec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036250,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036251,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036252,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.vec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036253,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036254,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036255,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.mat2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036256,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat2x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036257,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.mat2x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036258,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat2x3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036259,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat2x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036260,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.mat2x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036261,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat2x4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036262,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat3x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036263,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.mat3x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036264,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat3x2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036265,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036266,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036267,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.mat3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036268,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat3x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036269,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.mat3x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036270,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat3x4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036271,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat4x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036272,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.mat4x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036273,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat4x2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036274,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat4x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036275,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.mat4x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036276,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat4x3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036277,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.mat4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036278,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.mat4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036279,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.mat4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036280,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036281,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036282,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.int_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036283,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036284,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036285,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.ivec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036286,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036287,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036288,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.ivec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036289,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036290,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036291,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.ivec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036292,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036293,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036294,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.uint_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036295,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036296,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036297,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.uvec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036298,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036299,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036300,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.uvec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036301,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036302,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036303,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.uvec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036304,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.bool_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036305,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.bool_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036306,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.active_uniform.basic.bool_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036307,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.bvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036308,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.bvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036309,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.bvec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036310,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.bvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036311,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.bvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036312,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.bvec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036313,
"dEQP-GLES3.functional.uniform_api.info_",
"query.active_uniform.basic.bvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036314,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.bvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036315,
"dEQP-GLES3.functional.uniform_api.info",
"_query.active_uniform.basic.bvec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036316,
"dEQP-GLES3.functional.uniform_api.info_qu",
"ery.active_uniform.basic.sampler2D_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036317,
"dEQP-GLES3.functional.uniform_api.info_que",
"ry.active_uniform.basic.sampler2D_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036318,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.active_uniform.basic.sampler2D_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036319,
"dEQP-GLES3.functional.uniform_api.info_que",
"ry.active_uniform.basic.samplerCube_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036320,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.active_uniform.basic.samplerCube_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036321,
"dEQP-GLES3.functional.uniform_api.info_qu",
"ery.active_uniform.basic.samplerCube_both");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30012TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011984,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011985,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011986,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011987,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011988,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011989,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011990,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.equal.lowp_vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011991,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011992,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011993,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011994,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011995,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011996,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.equal.lowp_vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011997,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011998,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_011999,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012000,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012001,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012002,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.equal.lowp_vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012003,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012004,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012005,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012006,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012007,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012008,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.equal.lowp_int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012009,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012010,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.mediump_int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012011,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012012,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.equal.highp_int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012013,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012014,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012015,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012016,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012017,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012018,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012019,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012020,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012021,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012022,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012023,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012024,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012025,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012026,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012027,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012028,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012029,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012030,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012031,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012032,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.equal.lowp_uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012033,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012034,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012035,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012036,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012037,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012038,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012039,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012040,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012041,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012042,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012043,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012044,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012045,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012046,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012047,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012048,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012049,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012050,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.lowp_uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012051,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.lowp_uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012052,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.mediump_uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012053,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.equal.mediump_uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012054,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.equal.highp_uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012055,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.equal.highp_uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012056,
"dEQP-GLES3.functional.shaders.operat",
"or.binary_operator.equal.bool_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012057,
"dEQP-GLES3.functional.shaders.operato",
"r.binary_operator.equal.bool_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012058,
"dEQP-GLES3.functional.shaders.operat",
"or.binary_operator.equal.bvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012059,
"dEQP-GLES3.functional.shaders.operato",
"r.binary_operator.equal.bvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012060,
"dEQP-GLES3.functional.shaders.operat",
"or.binary_operator.equal.bvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012061,
"dEQP-GLES3.functional.shaders.operato",
"r.binary_operator.equal.bvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012062,
"dEQP-GLES3.functional.shaders.operat",
"or.binary_operator.equal.bvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30012TestSuite, TestCase_012063,
"dEQP-GLES3.functional.shaders.operato",
"r.binary_operator.equal.bvec4_fragment");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30013TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012064,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012065,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012066,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012067,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012068,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012069,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012070,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.not_equal.lowp_vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012071,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012072,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012073,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012074,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012075,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012076,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.not_equal.lowp_vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012077,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012078,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012079,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012080,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012081,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012082,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.not_equal.lowp_vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012083,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012084,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012085,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012086,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012087,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012088,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.not_equal.lowp_int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012089,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012090,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.mediump_int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012091,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012092,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.not_equal.highp_int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012093,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012094,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012095,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012096,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012097,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012098,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012099,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012100,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012101,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012102,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012103,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012104,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012105,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012106,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012107,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012108,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012109,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012110,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012111,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012112,
"dEQP-GLES3.functional.shaders.operator.b",
"inary_operator.not_equal.lowp_uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012113,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012114,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012115,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012116,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012117,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012118,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012119,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012120,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012121,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012122,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012123,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012124,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012125,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012126,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012127,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012128,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012129,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012130,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.lowp_uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012131,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.lowp_uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012132,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.mediump_uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012133,
"dEQP-GLES3.functional.shaders.operator.bina",
"ry_operator.not_equal.mediump_uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012134,
"dEQP-GLES3.functional.shaders.operator.bi",
"nary_operator.not_equal.highp_uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012135,
"dEQP-GLES3.functional.shaders.operator.bin",
"ary_operator.not_equal.highp_uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012136,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.not_equal.bool_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012137,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.not_equal.bool_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012138,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.not_equal.bvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012139,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.not_equal.bvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012140,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.not_equal.bvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012141,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.not_equal.bvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012142,
"dEQP-GLES3.functional.shaders.operator",
".binary_operator.not_equal.bvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30013TestSuite, TestCase_012143,
"dEQP-GLES3.functional.shaders.operator.",
"binary_operator.not_equal.bvec4_fragment");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30032TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031322,
"dEQP-GLES3.functional.fbo.completeness.at",
"tachment_combinations.none_none_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031323,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031324,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031325,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031326,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031327,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031328,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031329,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031330,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_none_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031331,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_rbo_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031332,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_rbo_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031333,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_rbo_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031334,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_rbo_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031335,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_rbo_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031336,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_rbo_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031337,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_rbo_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031338,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_rbo_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031339,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_rbo_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031340,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_tex_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031341,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_tex_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031342,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_tex_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031343,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_tex_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031344,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_tex_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031345,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_tex_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031346,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.none_tex_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031347,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_tex_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031348,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.none_tex_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031349,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_none_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031350,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_none_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031351,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_none_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031352,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_none_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031353,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_none_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031354,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_none_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031355,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_none_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031356,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_none_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031357,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_none_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031358,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_rbo_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031359,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031360,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031361,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031362,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031363,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031364,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031365,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031366,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_rbo_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031367,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.rbo_tex_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031368,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031369,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031370,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031371,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031372,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031373,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031374,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031375,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.rbo_tex_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031376,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_none_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031377,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_none_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031378,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_none_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031379,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_none_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031380,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_none_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031381,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_none_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031382,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_none_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031383,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_none_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031384,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_none_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031385,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_rbo_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031386,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031387,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031388,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031389,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031390,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031391,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031392,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031393,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_rbo_tex_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031394,
"dEQP-GLES3.functional.fbo.completeness.a",
"ttachment_combinations.tex_tex_none_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031395,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_none_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031396,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_none_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031397,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_rbo_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031398,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_rbo_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031399,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_rbo_tex");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031400,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_tex_none");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031401,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_tex_rbo");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031402,
"dEQP-GLES3.functional.fbo.completeness.",
"attachment_combinations.tex_tex_tex_tex");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30037TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036691,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036692,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036693,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.float_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036694,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036695,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036696,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.vec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036697,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036698,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036699,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.vec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036700,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036701,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036702,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.vec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036703,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036704,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036705,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.mat2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036706,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat2x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036707,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.mat2x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036708,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat2x3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036709,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat2x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036710,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.mat2x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036711,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat2x4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036712,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat3x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036713,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.mat3x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036714,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat3x2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036715,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036716,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036717,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.mat3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036718,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat3x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036719,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.mat3x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036720,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat3x4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036721,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat4x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036722,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.mat4x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036723,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat4x2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036724,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat4x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036725,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.mat4x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036726,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat4x3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036727,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.mat4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036728,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.mat4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036729,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.mat4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036730,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036731,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036732,
"dEQP-GLES3.functional.uniform_api.i",
"nfo_query.consistency.basic.int_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036733,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036734,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036735,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.ivec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036736,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036737,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036738,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.ivec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036739,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036740,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036741,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.ivec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036742,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036743,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036744,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.uint_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036745,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036746,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036747,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.uvec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036748,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036749,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036750,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.uvec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036751,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036752,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036753,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.uvec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036754,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.bool_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036755,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.bool_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036756,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.bool_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036757,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.bvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036758,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.bvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036759,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.bvec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036760,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.bvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036761,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.bvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036762,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.bvec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036763,
"dEQP-GLES3.functional.uniform_api.inf",
"o_query.consistency.basic.bvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036764,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.bvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036765,
"dEQP-GLES3.functional.uniform_api.in",
"fo_query.consistency.basic.bvec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036766,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.sampler2D_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036767,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.consistency.basic.sampler2D_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036768,
"dEQP-GLES3.functional.uniform_api.info",
"_query.consistency.basic.sampler2D_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036769,
"dEQP-GLES3.functional.uniform_api.info_q",
"uery.consistency.basic.samplerCube_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036770,
"dEQP-GLES3.functional.uniform_api.info_qu",
"ery.consistency.basic.samplerCube_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036771,
"dEQP-GLES3.functional.uniform_api.info_",
"query.consistency.basic.samplerCube_both");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30031TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030618,
"dEQP-GLES3.functional",
".fragment_ops.random.0");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030619,
"dEQP-GLES3.functional",
".fragment_ops.random.1");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030620,
"dEQP-GLES3.functional",
".fragment_ops.random.2");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030621,
"dEQP-GLES3.functional",
".fragment_ops.random.3");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030622,
"dEQP-GLES3.functional",
".fragment_ops.random.4");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030623,
"dEQP-GLES3.functional",
".fragment_ops.random.5");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030624,
"dEQP-GLES3.functional",
".fragment_ops.random.6");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030625,
"dEQP-GLES3.functional",
".fragment_ops.random.7");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030626,
"dEQP-GLES3.functional",
".fragment_ops.random.8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030627,
"dEQP-GLES3.functional",
".fragment_ops.random.9");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030628,
"dEQP-GLES3.functional.",
"fragment_ops.random.10");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030629,
"dEQP-GLES3.functional.",
"fragment_ops.random.11");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030630,
"dEQP-GLES3.functional.",
"fragment_ops.random.12");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030631,
"dEQP-GLES3.functional.",
"fragment_ops.random.13");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030632,
"dEQP-GLES3.functional.",
"fragment_ops.random.14");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030633,
"dEQP-GLES3.functional.",
"fragment_ops.random.15");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030634,
"dEQP-GLES3.functional.",
"fragment_ops.random.16");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030635,
"dEQP-GLES3.functional.",
"fragment_ops.random.17");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030636,
"dEQP-GLES3.functional.",
"fragment_ops.random.18");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030637,
"dEQP-GLES3.functional.",
"fragment_ops.random.19");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030638,
"dEQP-GLES3.functional.",
"fragment_ops.random.20");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030639,
"dEQP-GLES3.functional.",
"fragment_ops.random.21");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030640,
"dEQP-GLES3.functional.",
"fragment_ops.random.22");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030641,
"dEQP-GLES3.functional.",
"fragment_ops.random.23");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030642,
"dEQP-GLES3.functional.",
"fragment_ops.random.24");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030643,
"dEQP-GLES3.functional.",
"fragment_ops.random.25");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030644,
"dEQP-GLES3.functional.",
"fragment_ops.random.26");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030645,
"dEQP-GLES3.functional.",
"fragment_ops.random.27");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030646,
"dEQP-GLES3.functional.",
"fragment_ops.random.28");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030647,
"dEQP-GLES3.functional.",
"fragment_ops.random.29");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030648,
"dEQP-GLES3.functional.",
"fragment_ops.random.30");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030649,
"dEQP-GLES3.functional.",
"fragment_ops.random.31");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030650,
"dEQP-GLES3.functional.",
"fragment_ops.random.32");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030651,
"dEQP-GLES3.functional.",
"fragment_ops.random.33");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030652,
"dEQP-GLES3.functional.",
"fragment_ops.random.34");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030653,
"dEQP-GLES3.functional.",
"fragment_ops.random.35");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030654,
"dEQP-GLES3.functional.",
"fragment_ops.random.36");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030655,
"dEQP-GLES3.functional.",
"fragment_ops.random.37");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030656,
"dEQP-GLES3.functional.",
"fragment_ops.random.38");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030657,
"dEQP-GLES3.functional.",
"fragment_ops.random.39");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030658,
"dEQP-GLES3.functional.",
"fragment_ops.random.40");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030659,
"dEQP-GLES3.functional.",
"fragment_ops.random.41");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030660,
"dEQP-GLES3.functional.",
"fragment_ops.random.42");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030661,
"dEQP-GLES3.functional.",
"fragment_ops.random.43");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030662,
"dEQP-GLES3.functional.",
"fragment_ops.random.44");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030663,
"dEQP-GLES3.functional.",
"fragment_ops.random.45");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030664,
"dEQP-GLES3.functional.",
"fragment_ops.random.46");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030665,
"dEQP-GLES3.functional.",
"fragment_ops.random.47");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030666,
"dEQP-GLES3.functional.",
"fragment_ops.random.48");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030667,
"dEQP-GLES3.functional.",
"fragment_ops.random.49");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030668,
"dEQP-GLES3.functional.",
"fragment_ops.random.50");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030669,
"dEQP-GLES3.functional.",
"fragment_ops.random.51");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030670,
"dEQP-GLES3.functional.",
"fragment_ops.random.52");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030671,
"dEQP-GLES3.functional.",
"fragment_ops.random.53");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030672,
"dEQP-GLES3.functional.",
"fragment_ops.random.54");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030673,
"dEQP-GLES3.functional.",
"fragment_ops.random.55");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030674,
"dEQP-GLES3.functional.",
"fragment_ops.random.56");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030675,
"dEQP-GLES3.functional.",
"fragment_ops.random.57");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030676,
"dEQP-GLES3.functional.",
"fragment_ops.random.58");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030677,
"dEQP-GLES3.functional.",
"fragment_ops.random.59");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030678,
"dEQP-GLES3.functional.",
"fragment_ops.random.60");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030679,
"dEQP-GLES3.functional.",
"fragment_ops.random.61");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030680,
"dEQP-GLES3.functional.",
"fragment_ops.random.62");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030681,
"dEQP-GLES3.functional.",
"fragment_ops.random.63");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030682,
"dEQP-GLES3.functional.",
"fragment_ops.random.64");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030683,
"dEQP-GLES3.functional.",
"fragment_ops.random.65");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030684,
"dEQP-GLES3.functional.",
"fragment_ops.random.66");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030685,
"dEQP-GLES3.functional.",
"fragment_ops.random.67");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030686,
"dEQP-GLES3.functional.",
"fragment_ops.random.68");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030687,
"dEQP-GLES3.functional.",
"fragment_ops.random.69");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030688,
"dEQP-GLES3.functional.",
"fragment_ops.random.70");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030689,
"dEQP-GLES3.functional.",
"fragment_ops.random.71");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030690,
"dEQP-GLES3.functional.",
"fragment_ops.random.72");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030691,
"dEQP-GLES3.functional.",
"fragment_ops.random.73");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030692,
"dEQP-GLES3.functional.",
"fragment_ops.random.74");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030693,
"dEQP-GLES3.functional.",
"fragment_ops.random.75");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030694,
"dEQP-GLES3.functional.",
"fragment_ops.random.76");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030695,
"dEQP-GLES3.functional.",
"fragment_ops.random.77");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030696,
"dEQP-GLES3.functional.",
"fragment_ops.random.78");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030697,
"dEQP-GLES3.functional.",
"fragment_ops.random.79");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030698,
"dEQP-GLES3.functional.",
"fragment_ops.random.80");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030699,
"dEQP-GLES3.functional.",
"fragment_ops.random.81");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030700,
"dEQP-GLES3.functional.",
"fragment_ops.random.82");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030701,
"dEQP-GLES3.functional.",
"fragment_ops.random.83");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030702,
"dEQP-GLES3.functional.",
"fragment_ops.random.84");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030703,
"dEQP-GLES3.functional.",
"fragment_ops.random.85");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030704,
"dEQP-GLES3.functional.",
"fragment_ops.random.86");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030705,
"dEQP-GLES3.functional.",
"fragment_ops.random.87");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030706,
"dEQP-GLES3.functional.",
"fragment_ops.random.88");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030707,
"dEQP-GLES3.functional.",
"fragment_ops.random.89");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030708,
"dEQP-GLES3.functional.",
"fragment_ops.random.90");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030709,
"dEQP-GLES3.functional.",
"fragment_ops.random.91");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030710,
"dEQP-GLES3.functional.",
"fragment_ops.random.92");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030711,
"dEQP-GLES3.functional.",
"fragment_ops.random.93");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030712,
"dEQP-GLES3.functional.",
"fragment_ops.random.94");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030713,
"dEQP-GLES3.functional.",
"fragment_ops.random.95");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030714,
"dEQP-GLES3.functional.",
"fragment_ops.random.96");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030715,
"dEQP-GLES3.functional.",
"fragment_ops.random.97");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030716,
"dEQP-GLES3.functional.",
"fragment_ops.random.98");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030717,
"dEQP-GLES3.functional.",
"fragment_ops.random.99");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30040TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039560,
"dEQP-GLES3.functional",
".fragment_out.random.0");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039561,
"dEQP-GLES3.functional",
".fragment_out.random.1");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039562,
"dEQP-GLES3.functional",
".fragment_out.random.2");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039563,
"dEQP-GLES3.functional",
".fragment_out.random.3");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039564,
"dEQP-GLES3.functional",
".fragment_out.random.4");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039565,
"dEQP-GLES3.functional",
".fragment_out.random.5");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039566,
"dEQP-GLES3.functional",
".fragment_out.random.6");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039567,
"dEQP-GLES3.functional",
".fragment_out.random.7");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039568,
"dEQP-GLES3.functional",
".fragment_out.random.8");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039569,
"dEQP-GLES3.functional",
".fragment_out.random.9");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039570,
"dEQP-GLES3.functional.",
"fragment_out.random.10");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039571,
"dEQP-GLES3.functional.",
"fragment_out.random.11");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039572,
"dEQP-GLES3.functional.",
"fragment_out.random.12");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039573,
"dEQP-GLES3.functional.",
"fragment_out.random.13");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039574,
"dEQP-GLES3.functional.",
"fragment_out.random.14");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039575,
"dEQP-GLES3.functional.",
"fragment_out.random.15");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039576,
"dEQP-GLES3.functional.",
"fragment_out.random.16");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039577,
"dEQP-GLES3.functional.",
"fragment_out.random.17");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039578,
"dEQP-GLES3.functional.",
"fragment_out.random.18");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039579,
"dEQP-GLES3.functional.",
"fragment_out.random.19");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039580,
"dEQP-GLES3.functional.",
"fragment_out.random.20");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039581,
"dEQP-GLES3.functional.",
"fragment_out.random.21");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039582,
"dEQP-GLES3.functional.",
"fragment_out.random.22");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039583,
"dEQP-GLES3.functional.",
"fragment_out.random.23");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039584,
"dEQP-GLES3.functional.",
"fragment_out.random.24");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039585,
"dEQP-GLES3.functional.",
"fragment_out.random.25");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039586,
"dEQP-GLES3.functional.",
"fragment_out.random.26");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039587,
"dEQP-GLES3.functional.",
"fragment_out.random.27");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039588,
"dEQP-GLES3.functional.",
"fragment_out.random.28");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039589,
"dEQP-GLES3.functional.",
"fragment_out.random.29");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039590,
"dEQP-GLES3.functional.",
"fragment_out.random.30");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039591,
"dEQP-GLES3.functional.",
"fragment_out.random.31");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039592,
"dEQP-GLES3.functional.",
"fragment_out.random.32");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039593,
"dEQP-GLES3.functional.",
"fragment_out.random.33");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039594,
"dEQP-GLES3.functional.",
"fragment_out.random.34");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039595,
"dEQP-GLES3.functional.",
"fragment_out.random.35");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039596,
"dEQP-GLES3.functional.",
"fragment_out.random.36");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039597,
"dEQP-GLES3.functional.",
"fragment_out.random.37");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039598,
"dEQP-GLES3.functional.",
"fragment_out.random.38");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039599,
"dEQP-GLES3.functional.",
"fragment_out.random.39");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039600,
"dEQP-GLES3.functional.",
"fragment_out.random.40");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039601,
"dEQP-GLES3.functional.",
"fragment_out.random.41");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039602,
"dEQP-GLES3.functional.",
"fragment_out.random.42");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039603,
"dEQP-GLES3.functional.",
"fragment_out.random.43");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039604,
"dEQP-GLES3.functional.",
"fragment_out.random.44");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039605,
"dEQP-GLES3.functional.",
"fragment_out.random.45");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039606,
"dEQP-GLES3.functional.",
"fragment_out.random.46");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039607,
"dEQP-GLES3.functional.",
"fragment_out.random.47");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039608,
"dEQP-GLES3.functional.",
"fragment_out.random.48");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039609,
"dEQP-GLES3.functional.",
"fragment_out.random.49");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039610,
"dEQP-GLES3.functional.",
"fragment_out.random.50");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039611,
"dEQP-GLES3.functional.",
"fragment_out.random.51");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039612,
"dEQP-GLES3.functional.",
"fragment_out.random.52");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039613,
"dEQP-GLES3.functional.",
"fragment_out.random.53");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039614,
"dEQP-GLES3.functional.",
"fragment_out.random.54");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039615,
"dEQP-GLES3.functional.",
"fragment_out.random.55");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039616,
"dEQP-GLES3.functional.",
"fragment_out.random.56");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039617,
"dEQP-GLES3.functional.",
"fragment_out.random.57");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039618,
"dEQP-GLES3.functional.",
"fragment_out.random.58");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039619,
"dEQP-GLES3.functional.",
"fragment_out.random.59");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039620,
"dEQP-GLES3.functional.",
"fragment_out.random.60");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039621,
"dEQP-GLES3.functional.",
"fragment_out.random.61");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039622,
"dEQP-GLES3.functional.",
"fragment_out.random.62");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039623,
"dEQP-GLES3.functional.",
"fragment_out.random.63");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039624,
"dEQP-GLES3.functional.",
"fragment_out.random.64");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039625,
"dEQP-GLES3.functional.",
"fragment_out.random.65");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039626,
"dEQP-GLES3.functional.",
"fragment_out.random.66");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039627,
"dEQP-GLES3.functional.",
"fragment_out.random.67");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039628,
"dEQP-GLES3.functional.",
"fragment_out.random.68");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039629,
"dEQP-GLES3.functional.",
"fragment_out.random.69");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039630,
"dEQP-GLES3.functional.",
"fragment_out.random.70");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039631,
"dEQP-GLES3.functional.",
"fragment_out.random.71");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039632,
"dEQP-GLES3.functional.",
"fragment_out.random.72");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039633,
"dEQP-GLES3.functional.",
"fragment_out.random.73");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039634,
"dEQP-GLES3.functional.",
"fragment_out.random.74");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039635,
"dEQP-GLES3.functional.",
"fragment_out.random.75");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039636,
"dEQP-GLES3.functional.",
"fragment_out.random.76");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039637,
"dEQP-GLES3.functional.",
"fragment_out.random.77");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039638,
"dEQP-GLES3.functional.",
"fragment_out.random.78");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039639,
"dEQP-GLES3.functional.",
"fragment_out.random.79");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039640,
"dEQP-GLES3.functional.",
"fragment_out.random.80");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039641,
"dEQP-GLES3.functional.",
"fragment_out.random.81");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039642,
"dEQP-GLES3.functional.",
"fragment_out.random.82");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039643,
"dEQP-GLES3.functional.",
"fragment_out.random.83");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039644,
"dEQP-GLES3.functional.",
"fragment_out.random.84");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039645,
"dEQP-GLES3.functional.",
"fragment_out.random.85");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039646,
"dEQP-GLES3.functional.",
"fragment_out.random.86");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039647,
"dEQP-GLES3.functional.",
"fragment_out.random.87");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039648,
"dEQP-GLES3.functional.",
"fragment_out.random.88");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039649,
"dEQP-GLES3.functional.",
"fragment_out.random.89");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039650,
"dEQP-GLES3.functional.",
"fragment_out.random.90");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039651,
"dEQP-GLES3.functional.",
"fragment_out.random.91");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039652,
"dEQP-GLES3.functional.",
"fragment_out.random.92");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039653,
"dEQP-GLES3.functional.",
"fragment_out.random.93");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039654,
"dEQP-GLES3.functional.",
"fragment_out.random.94");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039655,
"dEQP-GLES3.functional.",
"fragment_out.random.95");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039656,
"dEQP-GLES3.functional.",
"fragment_out.random.96");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039657,
"dEQP-GLES3.functional.",
"fragment_out.random.97");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039658,
"dEQP-GLES3.functional.",
"fragment_out.random.98");
static SHRINK_HWTEST_F(ActsDeqpgles30040TestSuite, TestCase_039659,
"dEQP-GLES3.functional.",
"fragment_out.random.99");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30037TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036451,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036452,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036453,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.float_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036454,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036455,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036456,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.vec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036457,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036458,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036459,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.vec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036460,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036461,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036462,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.vec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036463,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036464,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036465,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.mat2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036466,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat2x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036467,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.mat2x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036468,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat2x3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036469,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat2x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036470,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.mat2x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036471,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat2x4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036472,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat3x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036473,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.mat3x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036474,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat3x2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036475,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036476,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036477,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.mat3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036478,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat3x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036479,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.mat3x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036480,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat3x4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036481,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat4x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036482,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.mat4x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036483,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat4x2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036484,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat4x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036485,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.mat4x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036486,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat4x3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036487,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.mat4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036488,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.mat4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036489,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.mat4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036490,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036491,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036492,
"dEQP-GLES3.functional.uniform_api.info_que",
"ry.indices_active_uniformsiv.basic.int_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036493,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036494,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036495,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.ivec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036496,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036497,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036498,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.ivec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036499,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036500,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036501,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.ivec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036502,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036503,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036504,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.uint_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036505,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036506,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036507,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.uvec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036508,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036509,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036510,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.uvec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036511,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036512,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036513,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.uvec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036514,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.bool_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036515,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.bool_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036516,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.bool_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036517,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.bvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036518,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.bvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036519,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.bvec2_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036520,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.bvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036521,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.bvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036522,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.bvec3_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036523,
"dEQP-GLES3.functional.uniform_api.info_query",
".indices_active_uniformsiv.basic.bvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036524,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.bvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036525,
"dEQP-GLES3.functional.uniform_api.info_quer",
"y.indices_active_uniformsiv.basic.bvec4_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036526,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.sampler2D_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036527,
"dEQP-GLES3.functional.uniform_api.info_query.in",
"dices_active_uniformsiv.basic.sampler2D_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036528,
"dEQP-GLES3.functional.uniform_api.info_query.",
"indices_active_uniformsiv.basic.sampler2D_both");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036529,
"dEQP-GLES3.functional.uniform_api.info_query.in",
"dices_active_uniformsiv.basic.samplerCube_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036530,
"dEQP-GLES3.functional.uniform_api.info_query.ind",
"ices_active_uniformsiv.basic.samplerCube_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30037TestSuite, TestCase_036531,
"dEQP-GLES3.functional.uniform_api.info_query.i",
"ndices_active_uniformsiv.basic.samplerCube_both");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30036TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035613,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.float_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035614,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.float_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035615,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.vec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035616,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.vec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035617,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.vec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035618,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.vec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035619,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.vec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035620,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.vec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035621,
"dEQP-GLES3.functional.ubo.instance",
"_array_basic_type.packed.int_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035622,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.int_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035623,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.ivec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035624,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.ivec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035625,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.ivec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035626,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.ivec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035627,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.ivec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035628,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.ivec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035629,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.uint_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035630,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.uint_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035631,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.uvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035632,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.uvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035633,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.uvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035634,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.uvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035635,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.uvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035636,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.uvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035637,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.bool_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035638,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.bool_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035639,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.bvec2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035640,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.bvec2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035641,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.bvec3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035642,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.bvec3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035643,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.bvec4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035644,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.bvec4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035645,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.mat2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035646,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035647,
"dEQP-GLES3.functional.ubo.instance_array",
"_basic_type.packed.row_major_mat2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035648,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035649,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.column_major_mat2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035650,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035651,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.mat3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035652,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035653,
"dEQP-GLES3.functional.ubo.instance_array",
"_basic_type.packed.row_major_mat3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035654,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035655,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.column_major_mat3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035656,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035657,
"dEQP-GLES3.functional.ubo.instance_",
"array_basic_type.packed.mat4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035658,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035659,
"dEQP-GLES3.functional.ubo.instance_array",
"_basic_type.packed.row_major_mat4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035660,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035661,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.column_major_mat4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035662,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035663,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat2x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035664,
"dEQP-GLES3.functional.ubo.instance_ar",
"ray_basic_type.packed.mat2x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035665,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat2x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035666,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.row_major_mat2x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035667,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat2x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035668,
"dEQP-GLES3.functional.ubo.instance_array_ba",
"sic_type.packed.column_major_mat2x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035669,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat2x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035670,
"dEQP-GLES3.functional.ubo.instance_ar",
"ray_basic_type.packed.mat2x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035671,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat2x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035672,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.row_major_mat2x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035673,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat2x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035674,
"dEQP-GLES3.functional.ubo.instance_array_ba",
"sic_type.packed.column_major_mat2x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035675,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat3x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035676,
"dEQP-GLES3.functional.ubo.instance_ar",
"ray_basic_type.packed.mat3x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035677,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat3x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035678,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.row_major_mat3x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035679,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat3x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035680,
"dEQP-GLES3.functional.ubo.instance_array_ba",
"sic_type.packed.column_major_mat3x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035681,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat3x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035682,
"dEQP-GLES3.functional.ubo.instance_ar",
"ray_basic_type.packed.mat3x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035683,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat3x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035684,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.row_major_mat3x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035685,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat3x4_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035686,
"dEQP-GLES3.functional.ubo.instance_array_ba",
"sic_type.packed.column_major_mat3x4_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035687,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat4x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035688,
"dEQP-GLES3.functional.ubo.instance_ar",
"ray_basic_type.packed.mat4x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035689,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat4x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035690,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.row_major_mat4x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035691,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat4x2_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035692,
"dEQP-GLES3.functional.ubo.instance_array_ba",
"sic_type.packed.column_major_mat4x2_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035693,
"dEQP-GLES3.functional.ubo.instance_a",
"rray_basic_type.packed.mat4x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035694,
"dEQP-GLES3.functional.ubo.instance_ar",
"ray_basic_type.packed.mat4x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035695,
"dEQP-GLES3.functional.ubo.instance_array_",
"basic_type.packed.row_major_mat4x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035696,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.row_major_mat4x3_fragment");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035697,
"dEQP-GLES3.functional.ubo.instance_array_b",
"asic_type.packed.column_major_mat4x3_vertex");
static SHRINK_HWTEST_F(ActsDeqpgles30036TestSuite, TestCase_035698,
"dEQP-GLES3.functional.ubo.instance_array_ba",
"sic_type.packed.column_major_mat4x3_fragment");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30032TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031651,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba32f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031652,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba32f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031653,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba32i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031654,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba32i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031655,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba32ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031656,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba32ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031657,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031658,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031659,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba16i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031660,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba16i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031661,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba16ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031662,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba16ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031663,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rgb16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031664,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rgb16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031665,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rgba8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031666,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rgba8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031667,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rgba8i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031668,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rgba8i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031669,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgba8ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031670,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgba8ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031671,
"dEQP-GLES3.functional.fbo.render.recreate_color.te",
"x2d_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031672,
"dEQP-GLES3.functional.fbo.render.recreate_color.r",
"bo_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031673,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgb10_a2_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031674,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgb10_a2_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031675,
"dEQP-GLES3.functional.fbo.render.recreate_color.t",
"ex2d_rgb10_a2ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031676,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"rbo_rgb10_a2ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031677,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rgba4_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031678,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rgba4_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031679,
"dEQP-GLES3.functional.fbo.render.recreate_color.",
"tex2d_rgb5_a1_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031680,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".rbo_rgb5_a1_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031681,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_rgb8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031682,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_rgb8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031683,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rgb565_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031684,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rgb565_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031685,
"dEQP-GLES3.functional.fbo.render.recreate_color.tex",
"2d_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031686,
"dEQP-GLES3.functional.fbo.render.recreate_color.rb",
"o_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031687,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg32f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031688,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg32f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031689,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg32i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031690,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg32i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031691,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg32ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031692,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg32ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031693,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031694,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031695,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg16i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031696,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg16i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031697,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg16ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031698,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg16ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031699,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_rg8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031700,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_rg8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031701,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_rg8i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031702,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_rg8i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031703,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_rg8ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031704,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_rg8ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031705,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_r32f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031706,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_r32f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031707,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_r32i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031708,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_r32i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031709,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_r32ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031710,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_r32ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031711,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_r16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031712,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_r16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031713,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_r16i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031714,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_r16i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031715,
"dEQP-GLES3.functional.fbo.render.recreate_color",
".tex2d_r16ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031716,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.rbo_r16ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031717,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.tex2d_r8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031718,
"dEQP-GLES3.functional.fbo.render.recreate_co",
"lor.rbo_r8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031719,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_r8i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031720,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_r8i_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031721,
"dEQP-GLES3.functional.fbo.render.recreate_colo",
"r.tex2d_r8ui_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031722,
"dEQP-GLES3.functional.fbo.render.recreate_col",
"or.rbo_r8ui_depth_stencil_rbo_depth24_stencil8");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30032TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031557,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgba32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031558,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgba32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031559,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgba32i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031560,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgba32i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031561,
"dEQP-GLES3.functional.fbo.r",
"ender.resize.tex2d_rgba32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031562,
"dEQP-GLES3.functional.fbo.",
"render.resize.rbo_rgba32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031563,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgba16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031564,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgba16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031565,
"dEQP-GLES3.functional.fbo.render.resize.te",
"x2d_rgba16f_depth_tex2d_depth_component32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031566,
"dEQP-GLES3.functional.fbo.render.resize.t",
"ex2d_rgba16f_depth_rbo_depth_component32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031567,
"dEQP-GLES3.functional.fbo.render.resize.t",
"ex2d_rgba16f_depth_tex2d_depth_component24");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031568,
"dEQP-GLES3.functional.fbo.render.resize.",
"tex2d_rgba16f_depth_rbo_depth_component24");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031569,
"dEQP-GLES3.functional.fbo.render.resize.t",
"ex2d_rgba16f_depth_tex2d_depth_component16");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031570,
"dEQP-GLES3.functional.fbo.render.resize.",
"tex2d_rgba16f_depth_rbo_depth_component16");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031571,
"dEQP-GLES3.functional.fbo.render.resize.tex2d",
"_rgba16f_depth_stencil_tex2d_depth32f_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031572,
"dEQP-GLES3.functional.fbo.render.resize.tex2",
"d_rgba16f_depth_stencil_rbo_depth32f_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031573,
"dEQP-GLES3.functional.fbo.render.resize.tex2d",
"_rgba16f_depth_stencil_tex2d_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031574,
"dEQP-GLES3.functional.fbo.render.resize.tex2",
"d_rgba16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031575,
"dEQP-GLES3.functional.fbo.render.resize.",
"tex2d_rgba16f_stencil_rbo_stencil_index8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031576,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgba16i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031577,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgba16i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031578,
"dEQP-GLES3.functional.fbo.r",
"ender.resize.tex2d_rgba16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031579,
"dEQP-GLES3.functional.fbo.",
"render.resize.rbo_rgba16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031580,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgb16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031581,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgb16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031582,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rgba8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031583,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rgba8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031584,
"dEQP-GLES3.functional.fbo.render.resize.t",
"ex2d_rgba8_depth_tex2d_depth_component32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031585,
"dEQP-GLES3.functional.fbo.render.resize.",
"tex2d_rgba8_depth_rbo_depth_component32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031586,
"dEQP-GLES3.functional.fbo.render.resize.",
"tex2d_rgba8_depth_tex2d_depth_component24");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031587,
"dEQP-GLES3.functional.fbo.render.resize",
".tex2d_rgba8_depth_rbo_depth_component24");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031588,
"dEQP-GLES3.functional.fbo.render.resize.",
"tex2d_rgba8_depth_tex2d_depth_component16");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031589,
"dEQP-GLES3.functional.fbo.render.resize",
".tex2d_rgba8_depth_rbo_depth_component16");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031590,
"dEQP-GLES3.functional.fbo.render.resize.tex2",
"d_rgba8_depth_stencil_tex2d_depth32f_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031591,
"dEQP-GLES3.functional.fbo.render.resize.tex",
"2d_rgba8_depth_stencil_rbo_depth32f_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031592,
"dEQP-GLES3.functional.fbo.render.resize.tex2",
"d_rgba8_depth_stencil_tex2d_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031593,
"dEQP-GLES3.functional.fbo.render.resize.tex",
"2d_rgba8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031594,
"dEQP-GLES3.functional.fbo.render.resize",
".tex2d_rgba8_stencil_rbo_stencil_index8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031595,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgba8i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031596,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgba8i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031597,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgba8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031598,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgba8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031599,
"dEQP-GLES3.functional.fbo.ren",
"der.resize.tex2d_srgb8_alpha8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031600,
"dEQP-GLES3.functional.fbo.re",
"nder.resize.rbo_srgb8_alpha8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031601,
"dEQP-GLES3.functional.fbo.r",
"ender.resize.tex2d_rgb10_a2");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031602,
"dEQP-GLES3.functional.fbo.",
"render.resize.rbo_rgb10_a2");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031603,
"dEQP-GLES3.functional.fbo.re",
"nder.resize.tex2d_rgb10_a2ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031604,
"dEQP-GLES3.functional.fbo.r",
"ender.resize.rbo_rgb10_a2ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031605,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rgba4");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031606,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rgba4");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031607,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgb5_a1");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031608,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgb5_a1");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031609,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rgb8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031610,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rgb8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031611,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rgb565");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031612,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rgb565");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031613,
"dEQP-GLES3.functional.fbo.rend",
"er.resize.tex2d_r11f_g11f_b10f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031614,
"dEQP-GLES3.functional.fbo.ren",
"der.resize.rbo_r11f_g11f_b10f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031615,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rg32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031616,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rg32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031617,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rg32i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031618,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rg32i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031619,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rg32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031620,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rg32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031621,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rg16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031622,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rg16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031623,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rg16i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031624,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rg16i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031625,
"dEQP-GLES3.functional.fbo.",
"render.resize.tex2d_rg16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031626,
"dEQP-GLES3.functional.fbo",
".render.resize.rbo_rg16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031627,
"dEQP-GLES3.functional.fb",
"o.render.resize.tex2d_rg8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031628,
"dEQP-GLES3.functional.f",
"bo.render.resize.rbo_rg8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031629,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rg8i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031630,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rg8i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031631,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_rg8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031632,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_rg8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031633,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031634,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r32f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031635,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r32i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031636,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r32i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031637,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031638,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031639,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031640,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031641,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r16i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031642,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r16i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031643,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031644,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031645,
"dEQP-GLES3.functional.fb",
"o.render.resize.tex2d_r8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031646,
"dEQP-GLES3.functional.f",
"bo.render.resize.rbo_r8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031647,
"dEQP-GLES3.functional.fb",
"o.render.resize.tex2d_r8i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031648,
"dEQP-GLES3.functional.f",
"bo.render.resize.rbo_r8i");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031649,
"dEQP-GLES3.functional.fbo",
".render.resize.tex2d_r8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031650,
"dEQP-GLES3.functional.fb",
"o.render.resize.rbo_r8ui");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30032TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031463,
"dEQP-GLES3.functional.fbo.render",
".shared_colorbuffer.tex2d_rgba16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031464,
"dEQP-GLES3.functional.fbo.render.shared_colorb",
"uffer.tex2d_rgba16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031465,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffe",
"r.tex2d_rgba16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031466,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.rbo_rgba16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031467,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.rbo_rgba16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031468,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.rbo_rgba16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031469,
"dEQP-GLES3.functional.fbo.render",
".shared_colorbuffer.tex2d_rgb16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031470,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.tex2d_rgb16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031471,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.tex2d_rgb16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031472,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.rbo_rgb16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031473,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.rbo_rgb16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031474,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.rbo_rgb16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031475,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.tex2d_rgba8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031476,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.tex2d_rgba8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031477,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.tex2d_rgba8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031478,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.rbo_rgba8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031479,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.rbo_rgba8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031480,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.rbo_rgba8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031481,
"dEQP-GLES3.functional.fbo.render.sh",
"ared_colorbuffer.tex2d_srgb8_alpha8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031482,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.tex2d_srgb8_alpha8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031483,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffer.",
"tex2d_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031484,
"dEQP-GLES3.functional.fbo.render.s",
"hared_colorbuffer.rbo_srgb8_alpha8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031485,
"dEQP-GLES3.functional.fbo.render.shared_colorbu",
"ffer.rbo_srgb8_alpha8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031486,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffer",
".rbo_srgb8_alpha8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031487,
"dEQP-GLES3.functional.fbo.render.",
"shared_colorbuffer.tex2d_rgb10_a2");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031488,
"dEQP-GLES3.functional.fbo.render.shared_colorb",
"uffer.tex2d_rgb10_a2_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031489,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffe",
"r.tex2d_rgb10_a2_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031490,
"dEQP-GLES3.functional.fbo.render",
".shared_colorbuffer.rbo_rgb10_a2");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031491,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.rbo_rgb10_a2_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031492,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.rbo_rgb10_a2_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031493,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.tex2d_rgba4");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031494,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.tex2d_rgba4_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031495,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.tex2d_rgba4_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031496,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.rbo_rgba4");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031497,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.rbo_rgba4_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031498,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.rbo_rgba4_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031499,
"dEQP-GLES3.functional.fbo.render",
".shared_colorbuffer.tex2d_rgb5_a1");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031500,
"dEQP-GLES3.functional.fbo.render.shared_colorb",
"uffer.tex2d_rgb5_a1_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031501,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffe",
"r.tex2d_rgb5_a1_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031502,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.rbo_rgb5_a1");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031503,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.rbo_rgb5_a1_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031504,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.rbo_rgb5_a1_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031505,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.tex2d_rgb8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031506,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.tex2d_rgb8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031507,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.tex2d_rgb8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031508,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.rbo_rgb8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031509,
"dEQP-GLES3.functional.fbo.render.shared_col",
"orbuffer.rbo_rgb8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031510,
"dEQP-GLES3.functional.fbo.render.shared_colorbu",
"ffer.rbo_rgb8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031511,
"dEQP-GLES3.functional.fbo.render",
".shared_colorbuffer.tex2d_rgb565");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031512,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.tex2d_rgb565_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031513,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.tex2d_rgb565_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031514,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.rbo_rgb565");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031515,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.rbo_rgb565_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031516,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.rbo_rgb565_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031517,
"dEQP-GLES3.functional.fbo.render.sha",
"red_colorbuffer.tex2d_r11f_g11f_b10f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031518,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.tex2d_r11f_g11f_b10f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031519,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffer.t",
"ex2d_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031520,
"dEQP-GLES3.functional.fbo.render.sh",
"ared_colorbuffer.rbo_r11f_g11f_b10f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031521,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.rbo_r11f_g11f_b10f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031522,
"dEQP-GLES3.functional.fbo.render.shared_colorbuffer.",
"rbo_r11f_g11f_b10f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031523,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.tex2d_rg16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031524,
"dEQP-GLES3.functional.fbo.render.shared_color",
"buffer.tex2d_rg16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031525,
"dEQP-GLES3.functional.fbo.render.shared_colorbuff",
"er.tex2d_rg16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031526,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.rbo_rg16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031527,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.rbo_rg16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031528,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.rbo_rg16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031529,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.tex2d_rg8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031530,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.tex2d_rg8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031531,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.tex2d_rg8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031532,
"dEQP-GLES3.functional.fbo.ren",
"der.shared_colorbuffer.rbo_rg8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031533,
"dEQP-GLES3.functional.fbo.render.shared_col",
"orbuffer.rbo_rg8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031534,
"dEQP-GLES3.functional.fbo.render.shared_colorbu",
"ffer.rbo_rg8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031535,
"dEQP-GLES3.functional.fbo.rende",
"r.shared_colorbuffer.tex2d_r16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031536,
"dEQP-GLES3.functional.fbo.render.shared_colo",
"rbuffer.tex2d_r16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031537,
"dEQP-GLES3.functional.fbo.render.shared_colorbuf",
"fer.tex2d_r16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031538,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.rbo_r16f");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031539,
"dEQP-GLES3.functional.fbo.render.shared_col",
"orbuffer.rbo_r16f_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031540,
"dEQP-GLES3.functional.fbo.render.shared_colorbu",
"ffer.rbo_r16f_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031541,
"dEQP-GLES3.functional.fbo.rend",
"er.shared_colorbuffer.tex2d_r8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031542,
"dEQP-GLES3.functional.fbo.render.shared_col",
"orbuffer.tex2d_r8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031543,
"dEQP-GLES3.functional.fbo.render.shared_colorbu",
"ffer.tex2d_r8_depth_stencil_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031544,
"dEQP-GLES3.functional.fbo.ren",
"der.shared_colorbuffer.rbo_r8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031545,
"dEQP-GLES3.functional.fbo.render.shared_co",
"lorbuffer.rbo_r8_depth_rbo_depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30032TestSuite, TestCase_031546,
"dEQP-GLES3.functional.fbo.render.shared_colorb",
"uffer.rbo_r8_depth_stencil_rbo_depth24_stencil8");
/*
* Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <climits>
#include <gtest/gtest.h>
#include "../Deqpgles3BaseFunc.h"
#include "../ActsDeqpgles30031TestSuite.h"
#include "shrinkdefine.h"
using namespace std;
using namespace testing::ext;
using namespace OHOS;
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030938,
"dEQP-GLES3.functional.fbo.completeness.renderable.",
"renderbuffer.stencil.depth_component_unsigned_short");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030939,
"dEQP-GLES3.functional.fbo.completeness.renderable",
".renderbuffer.stencil.depth_component_unsigned_int");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030940,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.red_unsigned_byte");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030941,
"dEQP-GLES3.functional.fbo.completeness.r",
"enderable.renderbuffer.stencil.red_float");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030942,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.red_half_float_oes");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030943,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.rgb_unsigned_byte");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030944,
"dEQP-GLES3.functional.fbo.completeness.renderab",
"le.renderbuffer.stencil.rgb_unsigned_short_5_6_5");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030945,
"dEQP-GLES3.functional.fbo.completeness.renderable.r",
"enderbuffer.stencil.rgb_unsigned_int_2_10_10_10_rev");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030946,
"dEQP-GLES3.functional.fbo.completeness.renderable.r",
"enderbuffer.stencil.rgb_unsigned_int_10f_11f_11f_rev");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030947,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.rgba_unsigned_byte");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030948,
"dEQP-GLES3.functional.fbo.completeness.renderable",
".renderbuffer.stencil.rgba_unsigned_short_4_4_4_4");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030949,
"dEQP-GLES3.functional.fbo.completeness.renderable",
".renderbuffer.stencil.rgba_unsigned_short_5_5_5_1");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030950,
"dEQP-GLES3.functional.fbo.completeness.renderable.r",
"enderbuffer.stencil.rgba_unsigned_int_2_10_10_10_rev");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030951,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.rgb8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030952,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb10");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030953,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgba4");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030954,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgb5_a1");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030955,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgba8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030956,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgb10_a2");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030957,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.depth_component16");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030958,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.depth_component24");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030959,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.depth_component32");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030960,
"dEQP-GLES3.functional.fbo.completeness.rend",
"erable.renderbuffer.stencil.rg_unsigned_byte");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030961,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rg_float");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030962,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.rg_half_float_oes");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030963,
"dEQP-GLES3.functional.fbo.completene",
"ss.renderable.renderbuffer.stencil.r8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030964,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.rg8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030965,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.r16f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030966,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.r32f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030967,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg16f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030968,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg32f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030969,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.r8i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030970,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.r8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030971,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.r16i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030972,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.r16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030973,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.r32i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030974,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.r32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030975,
"dEQP-GLES3.functional.fbo.completenes",
"s.renderable.renderbuffer.stencil.rg8i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030976,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030977,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg16i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030978,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030979,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg32i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030980,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rg32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030981,
"dEQP-GLES3.functional.fbo.completeness.renderable.r",
"enderbuffer.stencil.depth_stencil_unsigned_int_24_8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030982,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba32f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030983,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba16f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030984,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb16f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030985,
"dEQP-GLES3.functional.fbo.completeness.rend",
"erable.renderbuffer.stencil.depth24_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030986,
"dEQP-GLES3.functional.fbo.completeness.ren",
"derable.renderbuffer.stencil.r11f_g11f_b10f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030987,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgb9_e5");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030988,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.srgb_unsigned_byte");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030989,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.srgb8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030990,
"dEQP-GLES3.functional.fbo.completeness.renderab",
"le.renderbuffer.stencil.srgb_alpha_unsigned_byte");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030991,
"dEQP-GLES3.functional.fbo.completeness.re",
"nderable.renderbuffer.stencil.srgb8_alpha8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030992,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.depth_component32f");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030993,
"dEQP-GLES3.functional.fbo.completeness.rende",
"rable.renderbuffer.stencil.depth32f_stencil8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030994,
"dEQP-GLES3.functional.fbo.completeness.ren",
"derable.renderbuffer.stencil.stencil_index8");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030995,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb565");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030996,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030997,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgb32ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030998,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_030999,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgb16ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031000,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031001,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb8ui");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031002,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba32i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031003,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb32i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031004,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.rgba16i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031005,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb16i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031006,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgba8i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031007,
"dEQP-GLES3.functional.fbo.completeness",
".renderable.renderbuffer.stencil.rgb8i");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031008,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.r8_snorm");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031009,
"dEQP-GLES3.functional.fbo.completeness.r",
"enderable.renderbuffer.stencil.rg8_snorm");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031010,
"dEQP-GLES3.functional.fbo.completeness.r",
"enderable.renderbuffer.stencil.rgb8_snorm");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031011,
"dEQP-GLES3.functional.fbo.completeness.re",
"nderable.renderbuffer.stencil.rgba8_snorm");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031012,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.sr8_ext");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031013,
"dEQP-GLES3.functional.fbo.completeness.",
"renderable.renderbuffer.stencil.srg8_ext");
static SHRINK_HWTEST_F(ActsDeqpgles30031TestSuite, TestCase_031014,
"dEQP-GLES3.functional.fbo.completeness.r",
"enderable.renderbuffer.stencil.rgb10_a2ui");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册