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 "../Deqpgles31BaseFunc.h" 19 #include "../ActsDeqpgles310011TestSuite.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(ActsDeqpgles310011TestSuite, TestCase_010039, 27 "dEQP-GLES31.functional.ssbo.", 28 "layout.random.basic_arrays.0"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010040, 31 "dEQP-GLES31.functional.ssbo.", 32 "layout.random.basic_arrays.1"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010041, 35 "dEQP-GLES31.functional.ssbo.", 36 "layout.random.basic_arrays.2"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010042, 39 "dEQP-GLES31.functional.ssbo.", 40 "layout.random.basic_arrays.3"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010043, 43 "dEQP-GLES31.functional.ssbo.", 44 "layout.random.basic_arrays.4"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010044, 47 "dEQP-GLES31.functional.ssbo.", 48 "layout.random.basic_arrays.5"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010045, 51 "dEQP-GLES31.functional.ssbo.", 52 "layout.random.basic_arrays.6"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010046, 55 "dEQP-GLES31.functional.ssbo.", 56 "layout.random.basic_arrays.7"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010047, 59 "dEQP-GLES31.functional.ssbo.", 60 "layout.random.basic_arrays.8"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010048, 63 "dEQP-GLES31.functional.ssbo.", 64 "layout.random.basic_arrays.9"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010049, 67 "dEQP-GLES31.functional.ssbo.", 68 "layout.random.basic_arrays.10"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010050, 71 "dEQP-GLES31.functional.ssbo.", 72 "layout.random.basic_arrays.11"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010051, 75 "dEQP-GLES31.functional.ssbo.", 76 "layout.random.basic_arrays.12"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010052, 79 "dEQP-GLES31.functional.ssbo.", 80 "layout.random.basic_arrays.13"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010053, 83 "dEQP-GLES31.functional.ssbo.", 84 "layout.random.basic_arrays.14"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010054, 87 "dEQP-GLES31.functional.ssbo.", 88 "layout.random.basic_arrays.15"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010055, 91 "dEQP-GLES31.functional.ssbo.", 92 "layout.random.basic_arrays.16"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010056, 95 "dEQP-GLES31.functional.ssbo.", 96 "layout.random.basic_arrays.17"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010057, 99 "dEQP-GLES31.functional.ssbo.", 100 "layout.random.basic_arrays.18"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010058, 103 "dEQP-GLES31.functional.ssbo.", 104 "layout.random.basic_arrays.19"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010059, 107 "dEQP-GLES31.functional.ssbo.", 108 "layout.random.basic_arrays.20"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010060, 111 "dEQP-GLES31.functional.ssbo.", 112 "layout.random.basic_arrays.21"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010061, 115 "dEQP-GLES31.functional.ssbo.", 116 "layout.random.basic_arrays.22"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010062, 119 "dEQP-GLES31.functional.ssbo.", 120 "layout.random.basic_arrays.23"); 121 122 static SHRINK_HWTEST_F(ActsDeqpgles310011TestSuite, TestCase_010063, 123 "dEQP-GLES31.functional.ssbo.", 124 "layout.random.basic_arrays.24"); 125