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_043169, 27 "dEQP-GLES3.functional.state_query.sampler.", 28 "sampler_texture_wrap_s_getsamplerparameteri"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043170, 31 "dEQP-GLES3.functional.state_query.sampler.", 32 "sampler_texture_wrap_s_getsamplerparameterf"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043171, 35 "dEQP-GLES3.functional.state_query.sampler.", 36 "sampler_texture_wrap_t_getsamplerparameteri"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043172, 39 "dEQP-GLES3.functional.state_query.sampler.", 40 "sampler_texture_wrap_t_getsamplerparameterf"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043173, 43 "dEQP-GLES3.functional.state_query.sampler.", 44 "sampler_texture_wrap_r_getsamplerparameteri"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043174, 47 "dEQP-GLES3.functional.state_query.sampler.", 48 "sampler_texture_wrap_r_getsamplerparameterf"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043175, 51 "dEQP-GLES3.functional.state_query.sampler.sa", 52 "mpler_texture_mag_filter_getsamplerparameteri"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043176, 55 "dEQP-GLES3.functional.state_query.sampler.sa", 56 "mpler_texture_mag_filter_getsamplerparameterf"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043177, 59 "dEQP-GLES3.functional.state_query.sampler.sa", 60 "mpler_texture_min_filter_getsamplerparameteri"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043178, 63 "dEQP-GLES3.functional.state_query.sampler.sa", 64 "mpler_texture_min_filter_getsamplerparameterf"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043179, 67 "dEQP-GLES3.functional.state_query.sampler.s", 68 "ampler_texture_min_lod_getsamplerparameteri"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043180, 71 "dEQP-GLES3.functional.state_query.sampler.s", 72 "ampler_texture_min_lod_getsamplerparameterf"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043181, 75 "dEQP-GLES3.functional.state_query.sampler.s", 76 "ampler_texture_max_lod_getsamplerparameteri"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043182, 79 "dEQP-GLES3.functional.state_query.sampler.s", 80 "ampler_texture_max_lod_getsamplerparameterf"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043183, 83 "dEQP-GLES3.functional.state_query.sampler.sam", 84 "pler_texture_compare_mode_getsamplerparameteri"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043184, 87 "dEQP-GLES3.functional.state_query.sampler.sam", 88 "pler_texture_compare_mode_getsamplerparameterf"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043185, 91 "dEQP-GLES3.functional.state_query.sampler.sam", 92 "pler_texture_compare_func_getsamplerparameteri"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles30044TestSuite, TestCase_043186, 95 "dEQP-GLES3.functional.state_query.sampler.sam", 96 "pler_texture_compare_func_getsamplerparameterf"); 97