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_000281, 27 "dEQP-GLES3.functional.buffer.", 28 "map.read.map_write.array_full"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000282, 31 "dEQP-GLES3.functional.buffer.m", 32 "ap.read.map_write.array_partial"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000283, 35 "dEQP-GLES3.functional.buffer.ma", 36 "p.read.map_write.copy_read_full"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000284, 39 "dEQP-GLES3.functional.buffer.map", 40 ".read.map_write.copy_read_partial"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000285, 43 "dEQP-GLES3.functional.buffer.ma", 44 "p.read.map_write.copy_write_full"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000286, 47 "dEQP-GLES3.functional.buffer.map.", 48 "read.map_write.copy_write_partial"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000287, 51 "dEQP-GLES3.functional.buffer.map.", 52 "read.map_write.element_array_full"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000288, 55 "dEQP-GLES3.functional.buffer.map.r", 56 "ead.map_write.element_array_partial"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000289, 59 "dEQP-GLES3.functional.buffer.ma", 60 "p.read.map_write.pixel_pack_full"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000290, 63 "dEQP-GLES3.functional.buffer.map.", 64 "read.map_write.pixel_pack_partial"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000291, 67 "dEQP-GLES3.functional.buffer.map", 68 ".read.map_write.pixel_unpack_full"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000292, 71 "dEQP-GLES3.functional.buffer.map.r", 72 "ead.map_write.pixel_unpack_partial"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000293, 75 "dEQP-GLES3.functional.buffer.map.re", 76 "ad.map_write.transform_feedback_full"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000294, 79 "dEQP-GLES3.functional.buffer.map.read", 80 ".map_write.transform_feedback_partial"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000295, 83 "dEQP-GLES3.functional.buffer.m", 84 "ap.read.map_write.uniform_full"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles30001TestSuite, TestCase_000296, 87 "dEQP-GLES3.functional.buffer.ma", 88 "p.read.map_write.uniform_partial"); 89