/* * 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 #include #include "../Khrgles31BaseFunc.h" #include "../ActsKhrgles310004TestSuite.h" #include "shrinkdefine.h" using namespace std; using namespace testing::ext; using namespace OHOS; static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003457, "KHR-GLES31.shaders.aggressive", "_optimizations.sin_float_vert"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003458, "KHR-GLES31.shaders.aggressive", "_optimizations.sin_float_frag"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003459, "KHR-GLES31.shaders.aggressiv", "e_optimizations.sin_vec2_vert"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003460, "KHR-GLES31.shaders.aggressiv", "e_optimizations.sin_vec2_frag"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003461, "KHR-GLES31.shaders.aggressiv", "e_optimizations.sin_vec3_vert"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003462, "KHR-GLES31.shaders.aggressiv", "e_optimizations.sin_vec3_frag"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003463, "KHR-GLES31.shaders.aggressive", "_optimizations.cos_float_vert"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003464, "KHR-GLES31.shaders.aggressive", "_optimizations.cos_float_frag"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003465, "KHR-GLES31.shaders.aggressiv", "e_optimizations.cos_vec2_vert"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003466, "KHR-GLES31.shaders.aggressiv", "e_optimizations.cos_vec2_frag"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003467, "KHR-GLES31.shaders.aggressiv", "e_optimizations.cos_vec3_vert"); static SHRINK_HWTEST_F(ActsKhrgles310004TestSuite, TestCase_003468, "KHR-GLES31.shaders.aggressiv", "e_optimizations.cos_vec3_frag");