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 "../ActsDeqpgles30001TestSuite.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(ActsDeqpgles30001TestSuite, TestCase_000265, 27 "dEQP-GLES3.functional.buffer", 28 ".map.read.sub_data.array_full"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000266, 31 "dEQP-GLES3.functional.buffer.m", 32 "ap.read.sub_data.array_partial"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000267, 35 "dEQP-GLES3.functional.buffer.m", 36 "ap.read.sub_data.copy_read_full"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000268, 39 "dEQP-GLES3.functional.buffer.map", 40 ".read.sub_data.copy_read_partial"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000269, 43 "dEQP-GLES3.functional.buffer.ma", 44 "p.read.sub_data.copy_write_full"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000270, 47 "dEQP-GLES3.functional.buffer.map", 48 ".read.sub_data.copy_write_partial"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000271, 51 "dEQP-GLES3.functional.buffer.map", 52 ".read.sub_data.element_array_full"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000272, 55 "dEQP-GLES3.functional.buffer.map.r", 56 "ead.sub_data.element_array_partial"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000273, 59 "dEQP-GLES3.functional.buffer.ma", 60 "p.read.sub_data.pixel_pack_full"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000274, 63 "dEQP-GLES3.functional.buffer.map", 64 ".read.sub_data.pixel_pack_partial"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000275, 67 "dEQP-GLES3.functional.buffer.map", 68 ".read.sub_data.pixel_unpack_full"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000276, 71 "dEQP-GLES3.functional.buffer.map.", 72 "read.sub_data.pixel_unpack_partial"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000277, 75 "dEQP-GLES3.functional.buffer.map.re", 76 "ad.sub_data.transform_feedback_full"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000278, 79 "dEQP-GLES3.functional.buffer.map.rea", 80 "d.sub_data.transform_feedback_partial"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000279, 83 "dEQP-GLES3.functional.buffer.", 84 "map.read.sub_data.uniform_full"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000280, 87 "dEQP-GLES3.functional.buffer.ma", 88 "p.read.sub_data.uniform_partial"); 89