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 "../Deqpgles2BaseFunc.h" 19 #include "../ActsDeqpgles20003TestSuite.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(ActsDeqpgles20003TestSuite, TestCase_002347, 27 "dEQP-GLES2.functional.shaders.reser", 28 "ved_operators.operator_modulo_vertex"); 29 30 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002348, 31 "dEQP-GLES2.functional.shaders.reserv", 32 "ed_operators.operator_modulo_fragment"); 33 34 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002349, 35 "dEQP-GLES2.functional.shaders.reserved_op", 36 "erators.operator_bitwise_shift_left_vertex"); 37 38 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002350, 39 "dEQP-GLES2.functional.shaders.reserved_ope", 40 "rators.operator_bitwise_shift_left_fragment"); 41 42 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002351, 43 "dEQP-GLES2.functional.shaders.reserved_ope", 44 "rators.operator_bitwise_shift_right_vertex"); 45 46 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002352, 47 "dEQP-GLES2.functional.shaders.reserved_oper", 48 "ators.operator_bitwise_shift_right_fragment"); 49 50 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002353, 51 "dEQP-GLES2.functional.shaders.reserved", 52 "_operators.operator_bitwise_and_vertex"); 53 54 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002354, 55 "dEQP-GLES2.functional.shaders.reserved_", 56 "operators.operator_bitwise_and_fragment"); 57 58 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002355, 59 "dEQP-GLES2.functional.shaders.reserved", 60 "_operators.operator_bitwise_xor_vertex"); 61 62 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002356, 63 "dEQP-GLES2.functional.shaders.reserved_", 64 "operators.operator_bitwise_xor_fragment"); 65 66 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002357, 67 "dEQP-GLES2.functional.shaders.reserve", 68 "d_operators.operator_bitwise_or_vertex"); 69 70 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002358, 71 "dEQP-GLES2.functional.shaders.reserved", 72 "_operators.operator_bitwise_or_fragment"); 73 74 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002359, 75 "dEQP-GLES2.functional.shaders.reserved_", 76 "operators.operator_assign_modulo_vertex"); 77 78 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002360, 79 "dEQP-GLES2.functional.shaders.reserved_o", 80 "perators.operator_assign_modulo_fragment"); 81 82 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002361, 83 "dEQP-GLES2.functional.shaders.reserved_op", 84 "erators.operator_assign_shift_left_vertex"); 85 86 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002362, 87 "dEQP-GLES2.functional.shaders.reserved_ope", 88 "rators.operator_assign_shift_left_fragment"); 89 90 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002363, 91 "dEQP-GLES2.functional.shaders.reserved_op", 92 "erators.operator_assign_shift_right_vertex"); 93 94 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002364, 95 "dEQP-GLES2.functional.shaders.reserved_ope", 96 "rators.operator_assign_shift_right_fragment"); 97 98 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002365, 99 "dEQP-GLES2.functional.shaders.reserve", 100 "d_operators.operator_assign_and_vertex"); 101 102 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002366, 103 "dEQP-GLES2.functional.shaders.reserved", 104 "_operators.operator_assign_and_fragment"); 105 106 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002367, 107 "dEQP-GLES2.functional.shaders.reserve", 108 "d_operators.operator_assign_xor_vertex"); 109 110 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002368, 111 "dEQP-GLES2.functional.shaders.reserved", 112 "_operators.operator_assign_xor_fragment"); 113 114 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002369, 115 "dEQP-GLES2.functional.shaders.reserve", 116 "d_operators.operator_assign_or_vertex"); 117 118 static SHRINK_HWTEST_F(ActsDeqpgles20003TestSuite, TestCase_002370, 119 "dEQP-GLES2.functional.shaders.reserved", 120 "_operators.operator_assign_or_fragment"); 121