1 /* 2 * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #include <climits> 17 #include <gtest/gtest.h> 18 #include "../Deqpgles3BaseFunc.h" 19 #include "../ActsDeqpgles30044TestSuite.h" 20 #include "shrinkdefine.h" 21 22 using namespace std; 23 using namespace testing::ext; 24 using namespace OHOS; 25 26 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043198, 27 "dEQP-GLES3.functional.state_query.fbo", 28 ".draw_framebuffer_default_framebuffer"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043199, 31 "dEQP-GLES3.functional.state_query.fbo", 32 ".read_framebuffer_default_framebuffer"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043200, 35 "dEQP-GLES3.functional.state_query", 36 ".fbo.framebuffer_attachment_object"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043201, 39 "dEQP-GLES3.functional.state_query.fbo", 40 ".framebuffer_attachment_texture_level"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043202, 43 "dEQP-GLES3.functional.state_query.fbo.fra", 44 "mebuffer_attachment_texture_cube_map_face"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043203, 47 "dEQP-GLES3.functional.state_query.fbo", 48 ".framebuffer_attachment_texture_layer"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043204, 51 "dEQP-GLES3.functional.state_query.fbo", 52 ".framebuffer_attachment_color_encoding"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043205, 55 "dEQP-GLES3.functional.state_query.fbo", 56 ".framebuffer_attachment_component_type"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043206, 59 "dEQP-GLES3.functional.state_query.fbo", 60 ".framebuffer_attachment_x_size_initial"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043207, 63 "dEQP-GLES3.functional.state_query.f", 64 "bo.framebuffer_attachment_x_size_rbo"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043208, 67 "dEQP-GLES3.functional.state_query.fbo", 68 ".framebuffer_attachment_x_size_texture"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043209, 71 "dEQP-GLES3.functional.state_query.fbo.frame", 72 "buffer_unspecified_attachment_color_encoding"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043210, 75 "dEQP-GLES3.functional.state_query.fbo.frame", 76 "buffer_unspecified_attachment_component_type"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043211, 79 "dEQP-GLES3.functional.state_query.fbo.fra", 80 "mebuffer_unspecified_attachment_x_size_rbo"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043212, 83 "dEQP-GLES3.functional.state_query.fbo.frame", 84 "buffer_unspecified_attachment_x_size_texture"); 85