diff --git a/graphic/vkgl/src/deqpgles2/build0001/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0001/BUILD.gn index 86ef5cfea7730a0043ad00777d4e2181a02d31b3..29f57da423f4a213f30eec3ef13bdfb224721de5 100644 --- a/graphic/vkgl/src/deqpgles2/build0001/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0001/BUILD.gn @@ -45,6 +45,8 @@ ohos_static_library("libdeqpgles2func0001") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20001TestSuite.cpp", "../functional/Deqpgles2conversions_scalar_to_scalarTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0002/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0002/BUILD.gn index 15d8223c2526321a3088a492072b313e08af146e..0909976cce377080a56410b482bc4a2302e12ae1 100644 --- a/graphic/vkgl/src/deqpgles2/build0002/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0002/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0002") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0002") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20002TestSuite.cpp", "../functional/Deqpgles2conditionals_ifTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0003/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0003/BUILD.gn index 5f2bf00b38890df68610f75b310823d47a6a79c3..59bc0d11b62687bdc47672b4cfc41560201baf1a 100644 --- a/graphic/vkgl/src/deqpgles2/build0003/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0003/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0003") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0003") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20003TestSuite.cpp", "../functional/Deqpgles2functions_array_argumentsTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0004/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0004/BUILD.gn index 06b5e310af161fbeda23bf7d646d145a4f493d7d..dda54f824594394d3dcb41d73648d43849f49fb0 100644 --- a/graphic/vkgl/src/deqpgles2/build0004/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0004/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0004") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0004") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20004TestSuite.cpp", "../functional/Deqpgles2indexing_matrix_subscriptTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0005/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0005/BUILD.gn index 445c08d63f515843069b1773fa00dfd8e2c99d25..84c7507bbca0c1b0f5e5f6bb3f1201c4920521fc 100644 --- a/graphic/vkgl/src/deqpgles2/build0005/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0005/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0005") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0005") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20005TestSuite.cpp", "../functional/Deqpgles2binary_operator_addTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0006/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0006/BUILD.gn index a97cfa2a16433c803f9d56bccc7783f4df79910e..7367b629173597e24c98c702ce9c7413111237c2 100644 --- a/graphic/vkgl/src/deqpgles2/build0006/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0006/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0006") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0006") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20006TestSuite.cpp", "../functional/Deqpgles2angle_and_trigonometry_acosTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0007/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0007/BUILD.gn index 303db614e08ff4a8392b0e353b280fef6b741f9c..35059e2478288b7216408f4cf9f246c782a2fb89 100644 --- a/graphic/vkgl/src/deqpgles2/build0007/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0007/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0007") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0007") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20007TestSuite.cpp", "../functional/Deqpgles2bool_compare_allTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0008/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0008/BUILD.gn index 403a3108fc86cb7de3cf9edcbd5905b8200f740e..312362756443d996351e147909e94239f43e965d 100644 --- a/graphic/vkgl/src/deqpgles2/build0008/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0008/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0008") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0008") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20008TestSuite.cpp", "../functional/Deqpgles2builtin_functions_exponentialTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0009/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0009/BUILD.gn index 16dabbb9bf5bead8d2c4a08f19a702d1df34ea24..017c66596193cb1c161421aedddee5d05bec0fe8 100644 --- a/graphic/vkgl/src/deqpgles2/build0009/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0009/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0009") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0009") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20009TestSuite.cpp", "../functional/Deqpgles2basic_expression_combinedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0010/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0010/BUILD.gn index 0b797803e1041a6d562d87ad10d42ad2bc69dc83..5b740b548cd3d48c08fbbc7ab69ad9c70506ccf0 100644 --- a/graphic/vkgl/src/deqpgles2/build0010/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0010/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0010") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0010") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20010TestSuite.cpp", "../functional/Deqpgles2comparison_ops_fragmentTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0011/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0011/BUILD.gn index 46a9753a39ce22584a98e21912395624adc6e963..8e9e00849d77372356eb4b9c61ae5b60f4d47165 100644 --- a/graphic/vkgl/src/deqpgles2/build0011/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0011/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0011") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0011") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20011TestSuite.cpp", "../functional/Deqpgles22d_affineTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0012/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0012/BUILD.gn index 4eff97bb34543495a27335356ee8ba26f10a4e33..a3534de6ea53929cc8ab55c0406c403a95f76e2c 100644 --- a/graphic/vkgl/src/deqpgles2/build0012/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0012/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0012") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0012") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20012TestSuite.cpp", "../functional/Deqpgles2blend_equation_src_func_dst_funcTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0013/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0013/BUILD.gn index ccce80b0108bcfeb9bcc27796c6a7ace27cd2e88..16a4837e325a2e143b3775049827250d75afd013 100644 --- a/graphic/vkgl/src/deqpgles2/build0013/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0013/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0013") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0013") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20013TestSuite.cpp", "../functional/Deqpgles2blend_rgb_equation_alpha_equationTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0014/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0014/BUILD.gn index ebfdc6fd35fd031ebcaac06652c8cffe03df0ac4..3daa499a137fd62c2222ed6d86a90c5fd426931d 100644 --- a/graphic/vkgl/src/deqpgles2/build0014/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0014/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0014") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0014") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20014TestSuite.cpp", "../functional/Deqpgles2attribute_location_bindTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0015/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0015/BUILD.gn index ac806e2a67016836c7158198822c81e4cee6b002..a94f20672afcb1b5a6ccad3113cc5a5456669de9 100644 --- a/graphic/vkgl/src/deqpgles2/build0015/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0015/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0015") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0015") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20015TestSuite.cpp", "../functional/Deqpgles2get_uniform_array_in_structTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0016/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0016/BUILD.gn index e542b491e2c977e73e4e0232199f5e1576240fa2..b3d906afebe4471c7eca4f6acb29e40d39607517 100644 --- a/graphic/vkgl/src/deqpgles2/build0016/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0016/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0016") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0016") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20016TestSuite.cpp", "../functional/Deqpgles2assigned_unused_uniformsTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles2/build0017/BUILD.gn b/graphic/vkgl/src/deqpgles2/build0017/BUILD.gn index cdd8e2cd92dcb0e386f154695e81c0a80da72428..2bd47c82577ed01ee4bb5fd6d58bedf647f8db7a 100644 --- a/graphic/vkgl/src/deqpgles2/build0017/BUILD.gn +++ b/graphic/vkgl/src/deqpgles2/build0017/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0017") { } ohos_moduletest_suite("ActsDeqpgles2TestSuite0017") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles20017TestSuite.cpp", "../functional/Deqpgles2attach_deleted_inputTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0001/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0001/BUILD.gn index cf89c17209751abdda8bdfd91ae66dd3779165c6..cef4c5ef116acfed7b11cd8dd26a770b09c3e927 100644 --- a/graphic/vkgl/src/deqpgles3/build0001/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0001") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30001TestSuite.cpp", "../functional/Deqpgles3copy_basicTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0002/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0002/BUILD.gn index 82a8fa0272db6317b2fbd1c4e9d74d7db2e372e2..04918c54895160990614c884dbbb5024468ba785 100644 --- a/graphic/vkgl/src/deqpgles3/build0002/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0002/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0002") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0002") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30002TestSuite.cpp", "../functional/Deqpgles3conversions_scalar_to_scalarTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0003/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0003/BUILD.gn index 2c8b4368261ae4319dc45f4aea8c40f9956bd9bc..6a568a0f3503a7b32c6e90e38a22543b88594a4a 100644 --- a/graphic/vkgl/src/deqpgles3/build0003/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0003/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0003") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0003") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30003TestSuite.cpp", "../functional/Deqpgles3conditionals_ifTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0004/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0004/BUILD.gn index b1a4b15db55552053b831ecc1102abe6395532be..f8cc014f6d91cf3a58c22ffd82c68faeb8c2c372 100644 --- a/graphic/vkgl/src/deqpgles3/build0004/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0004/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0004") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0004") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30004TestSuite.cpp", "../functional/Deqpgles3swizzle_math_operations_vector_addTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0005/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0005/BUILD.gn index ecdb81ce3e2bd6ec907865cb20342957faa00378..6ae212beebf85ad50fb2c8ed2cc2ad269878ca30 100644 --- a/graphic/vkgl/src/deqpgles3/build0005/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0005/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0005") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0005") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30005TestSuite.cpp", "../functional/Deqpgles3arrays_complex_expressionTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0006/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0006/BUILD.gn index e0c95c17e08a6b41cce99ff01fed9059e6d24ca5..08b1ca65685640b3889e4689132a13faa64dc02c 100644 --- a/graphic/vkgl/src/deqpgles3/build0006/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0006/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0006") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0006") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30006TestSuite.cpp", "../functional/Deqpgles3indexing_varying_arrayTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0007/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0007/BUILD.gn index 4afbbab4baf6c93c74a9cbdb53191c05b704530f..cacb23131a9b22cd5de0bbfa28c0d7a078177888 100644 --- a/graphic/vkgl/src/deqpgles3/build0007/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0007/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0007") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0007") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30007TestSuite.cpp", "../functional/Deqpgles3indexing_matrix_subscriptTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0008/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0008/BUILD.gn index 70ebd74a775d91164e723f7745b97efb4b8364a1..b4d9b17cf1ae9de4f2941dce8ff7190b10eb1e70 100644 --- a/graphic/vkgl/src/deqpgles3/build0008/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0008/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0008") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0008") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30008TestSuite.cpp", "../functional/Deqpgles3loops_customTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0009/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0009/BUILD.gn index 548ae63447540414d700bfc6d99dbd1d19ff2560..dfd76d84d95ca774d2d3f4e86849f73573253ab4 100644 --- a/graphic/vkgl/src/deqpgles3/build0009/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0009/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0009") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0009") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30009TestSuite.cpp", "../functional/Deqpgles3binary_operator_addTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0010/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0010/BUILD.gn index 46536f5b492c318255ee12524804796e4995f4c3..b09c81e35cd0e96cf2ee0047b924f73944aa0368 100644 --- a/graphic/vkgl/src/deqpgles3/build0010/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0010/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0010") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0010") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30010TestSuite.cpp", "../functional/Deqpgles3binary_operator_add_assign_effectTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0011/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0011/BUILD.gn index 6e4d28d5d5436476a89393bc12218e5d67a4f4d0..c9210d2a365ff33d5c51e30b6df83aeedab4505e 100644 --- a/graphic/vkgl/src/deqpgles3/build0011/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0011/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0011") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0011") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30011TestSuite.cpp", "../functional/Deqpgles3binary_operator_add_assign_resultTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0012/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0012/BUILD.gn index 6dc62a3177372854c6daa613ef7f6cba6287a182..ef1c33a00efe1abee23ed8b2e904373cca8e9081 100644 --- a/graphic/vkgl/src/deqpgles3/build0012/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0012/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0012") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0012") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30012TestSuite.cpp", "../functional/Deqpgles3binary_operator_bitwise_and_assign_resultTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0013/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0013/BUILD.gn index d0aa807e20190239ea9156095236e430199d0407..b06825239167e7c7d11195612c3c5069d0cc845f 100644 --- a/graphic/vkgl/src/deqpgles3/build0013/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0013/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0013") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0013") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30013TestSuite.cpp", "../functional/Deqpgles3angle_and_trigonometry_acosTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0014/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0014/BUILD.gn index 8a2f8ab19cf8d3031440e1a108a06684aa62306e..63fb84eea02c29cbd3b57ec7fd8bb3b47a85fa2b 100644 --- a/graphic/vkgl/src/deqpgles3/build0014/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0014/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0014") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0014") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30014TestSuite.cpp", "../functional/Deqpgles3add_constTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0015/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0015/BUILD.gn index 06aacac034bb56b64cd6f15a10b1cc707c520a70..351c4486c52c941863bfeaa80fad5bd1998e4c89 100644 --- a/graphic/vkgl/src/deqpgles3/build0015/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0015/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0015") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0015") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30015TestSuite.cpp", "../functional/Deqpgles3mul_constTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0016/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0016/BUILD.gn index 3a8e67ebd831739201101818d3c417f108a6da75..359604760d8e74ae2e03ecf56e513dd16a619424 100644 --- a/graphic/vkgl/src/deqpgles3/build0016/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0016/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0016") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0016") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30016TestSuite.cpp", "../functional/Deqpgles3determinant_dynamicTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0017/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0017/BUILD.gn index 2f20114b19d9479ab37afad9e87184e708323ade..595314cb220022178d7ae0b81320a8ef8284481c 100644 --- a/graphic/vkgl/src/deqpgles3/build0017/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0017/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0017") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0017") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30017TestSuite.cpp", "../functional/Deqpgles3fragdepth_compareTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0018/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0018/BUILD.gn index f98e22bd2fac371aa43572e28035ff4b4a2cae5f..6c08cc42498fd4011f6805ba346d30ad55507fbf 100644 --- a/graphic/vkgl/src/deqpgles3/build0018/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0018/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0018") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0018") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30018TestSuite.cpp", "../functional/Deqpgles3common_absTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0019/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0019/BUILD.gn index 9db76ecb6493816ab0ffd279ba31de390fc0af7d..261446b8e2a46ff832c66ff952c95bd9af277067 100644 --- a/graphic/vkgl/src/deqpgles3/build0019/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0019/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0019") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0019") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30019TestSuite.cpp", "../functional/Deqpgles3abs_highp_fragmentTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0020/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0020/BUILD.gn index 971aac8b6686ec4d24f2674f7f36b5863f9b282e..66db88298db5f21ca802f196f0dc30fb4eb14833 100644 --- a/graphic/vkgl/src/deqpgles3/build0020/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0020/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0020") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0020") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30020TestSuite.cpp", "../functional/Deqpgles3basic_expression_vertexTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0021/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0021/BUILD.gn index f5d0b6d25afe1adddf1ff19998cba9d70b615b4f..a798be207984eee5f03f065f714a328ac7dfcf0f 100644 --- a/graphic/vkgl/src/deqpgles3/build0021/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0021/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0021") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0021") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30021TestSuite.cpp", "../functional/Deqpgles3basic_expression_combinedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0022/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0022/BUILD.gn index 8bc3091070ae148f1b6b72db5451da3c78e368ea..0c810fdfb382c1bed9d75add220c489d46769d49 100644 --- a/graphic/vkgl/src/deqpgles3/build0022/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0022/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0022") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0022") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30022TestSuite.cpp", "../functional/Deqpgles3all_features_fragmentTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0023/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0023/BUILD.gn index 09fddcbc2ab06376c05a2b4c6d40571b091e1ec9..7797361783690390061158a6f9ac1c7eb65b96d6 100644 --- a/graphic/vkgl/src/deqpgles3/build0023/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0023/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0023") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0023") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30023TestSuite.cpp", "../functional/Deqpgles3format_compressedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0024/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0024/BUILD.gn index 38a5f9b29298dc4e0de2838899ca3132b6c9b296..75a2d1441800a333c5f22b4f87355d1d88303c83 100644 --- a/graphic/vkgl/src/deqpgles3/build0024/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0024/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0024") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0024") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30024TestSuite.cpp", "../functional/Deqpgles32d_formatsTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0025/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0025/BUILD.gn index 344a631447322ea08bec3cfe817f4296a6ca8df7..b8c7a9962088dd0d2bc9ec0a413dcff04bbcffe4 100644 --- a/graphic/vkgl/src/deqpgles3/build0025/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0025/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0025") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0025") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30025TestSuite.cpp", "../functional/Deqpgles32d_affineTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0026/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0026/BUILD.gn index 19e12a76c41f90485f9796becb57a535f731dce4..ca6131a970b0d2a31a8dc65b4454babbc5a02474 100644 --- a/graphic/vkgl/src/deqpgles3/build0026/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0026/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0026") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0026") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30026TestSuite.cpp", "../functional/Deqpgles32d_array_linearTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0027/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0027/BUILD.gn index c2603051b04a43420536931c327cbb35a88e6947..1d1289a4f81b77e39911bbfdadfe2ee264459470 100644 --- a/graphic/vkgl/src/deqpgles3/build0027/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0027/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0027") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0027") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30027TestSuite.cpp", "../functional/Deqpgles32d_filteringTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0028/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0028/BUILD.gn index cba2550eae83137e552443e8d8919663c7c6e971..707a1c52777f7ccacbac724b9e0bfa75aef54d9c 100644 --- a/graphic/vkgl/src/deqpgles3/build0028/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0028/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0028") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0028") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30028TestSuite.cpp", "../functional/Deqpgles32_units_mixedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0029/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0029/BUILD.gn index 51661b77ab9aee29a9777e80d419317c531c8347..d35ef91b2fe88436da7267c8c222fd6741910917 100644 --- a/graphic/vkgl/src/deqpgles3/build0029/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0029/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0029") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0029") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30029TestSuite.cpp", "../functional/Deqpgles3default_framebuffer_equation_src_func_dst_funcTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0030/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0030/BUILD.gn index 7e5db81e545dae8701caa8737ad2a8fec6b13bd5..72bb20ab56e73722eb0d2c8491b7e635bd7bb373 100644 --- a/graphic/vkgl/src/deqpgles3/build0030/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0030/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0030") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0030") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30030TestSuite.cpp", "../functional/Deqpgles3default_framebuffer_rgb_equation_alpha_equationTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0031/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0031/BUILD.gn index ef3378c2bc03fef458a33107a7561e9194010be6..fcd85f4045490621239e521743d72a7ae65a45d2 100644 --- a/graphic/vkgl/src/deqpgles3/build0031/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0031/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0031") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0031") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30031TestSuite.cpp", "../functional/Deqpgles3fbo_apiTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0032/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0032/BUILD.gn index 62edc12c1aae2df80b0f082daa51a32bee2aeace..d4d63eacac8dd8779a2e96402720dab13ee226d0 100644 --- a/graphic/vkgl/src/deqpgles3/build0032/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0032/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0032") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0032") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30032TestSuite.cpp", "../functional/Deqpgles3blit_tex2dTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0033/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0033/BUILD.gn index f0405561621326121f54f5b7355895388eacaf73..d80f1ca6475c2f779c1db8638461704b95461c25 100644 --- a/graphic/vkgl/src/deqpgles3/build0033/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0033/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0033") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0033") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30033TestSuite.cpp", "../functional/Deqpgles3blit_conversionTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0034/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0034/BUILD.gn index a124adeb6fdb2fa486d3ea9665acbd9c221132c7..e45f82f2f75f3914922aec86e5bbb7f9cd44517c 100644 --- a/graphic/vkgl/src/deqpgles3/build0034/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0034/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0034") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0034") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30034TestSuite.cpp", "../functional/Deqpgles3first_byteTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0035/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0035/BUILD.gn index 652e2d5393b79b0c0439ace750ea0c260668a36a..2fda731ec576c9ccccdcea1657d0f6fa78170bd6 100644 --- a/graphic/vkgl/src/deqpgles3/build0035/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0035/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0035") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0035") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30035TestSuite.cpp", "../functional/Deqpgles3single_basic_array_packedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0036/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0036/BUILD.gn index e35ea2f99e696578d79e52afc43cfee0d9d1843e..5d3db3a43b0f26170fa72433f40cb30ba1263149 100644 --- a/graphic/vkgl/src/deqpgles3/build0036/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0036/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0036") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0036") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30036TestSuite.cpp", "../functional/Deqpgles3instance_array_basic_type_packedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0037/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0037/BUILD.gn index 5858c62af7b68694aa6e0d0cb518db020d3b494c..c77b02a0969aff79b92c9bcebc7aa1960f447604 100644 --- a/graphic/vkgl/src/deqpgles3/build0037/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0037/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0037") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0037") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30037TestSuite.cpp", "../functional/Deqpgles3active_uniform_array_in_structTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0038/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0038/BUILD.gn index 3a389f72ad0e239c4f16e833950ae4438949d501..fbc7a71f6a38a5300e39124a2700a4f6b90f4d91 100644 --- a/graphic/vkgl/src/deqpgles3/build0038/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0038/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0038") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0038") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30038TestSuite.cpp", "../functional/Deqpgles3get_uniform_array_in_structTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0039/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0039/BUILD.gn index 2ef31e3a7eb0959cb4deb55f186bd65e14117ff5..58c233cb6a41d90b0ec426c3224918c75b8eda00 100644 --- a/graphic/vkgl/src/deqpgles3/build0039/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0039/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0039") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0039") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30039TestSuite.cpp", "../functional/Deqpgles3assigned_unused_uniformsTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0040/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0040/BUILD.gn index 45bdea24c653ad3633438f8ff8cc1271d78efd2a..6ab7572cccf1a304fbd6e93d939c80a83f675a8b 100644 --- a/graphic/vkgl/src/deqpgles3/build0040/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0040/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0040") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0040") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30040TestSuite.cpp", "../functional/Deqpgles3array_fixedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0041/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0041/BUILD.gn index 721c41a42dda3bffb5e8d8d596ca231bfb1936b2..a12bcb904a982f99f34415274cb9e3e35593cab1 100644 --- a/graphic/vkgl/src/deqpgles3/build0041/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0041/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0041") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0041") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30041TestSuite.cpp", "../functional/Deqpgles3draw_arrays_instanced_attribute_divisorTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0042/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0042/BUILD.gn index 4c42227846abccebe0e256b1c13f8cf1dbc9af91..1da17d68ab1bd20036e4b8ea48181bafe998144e 100644 --- a/graphic/vkgl/src/deqpgles3/build0042/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0042/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0042") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0042") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30042TestSuite.cpp", "../functional/Deqpgles3functional_fence_syncTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0043/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0043/BUILD.gn index 410169b419347b3f6cf30c92ae1da1504cd58e73..eaad6a83b1a5f7937554240b08c08f2e1ea80633 100644 --- a/graphic/vkgl/src/deqpgles3/build0043/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0043/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0043") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0043") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30043TestSuite.cpp", "../functional/Deqpgles3dither_disabledTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0044/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0044/BUILD.gn index adef2120d891fc7246db43164c553aee1a16f341..14f9e96448628477af874c2458541ebe89ea778d 100644 --- a/graphic/vkgl/src/deqpgles3/build0044/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0044/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0044") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0044") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30044TestSuite.cpp", "../functional/Deqpgles3clipping_lineTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles3/build0045/BUILD.gn b/graphic/vkgl/src/deqpgles3/build0045/BUILD.gn index eace24ba783da6bde15cf0b1c27bd1d07452a9f9..7b28f5b45d71624cb45aae4b3d9a9ac70672f9fd 100644 --- a/graphic/vkgl/src/deqpgles3/build0045/BUILD.gn +++ b/graphic/vkgl/src/deqpgles3/build0045/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0045") { } ohos_moduletest_suite("ActsDeqpgles3TestSuite0045") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles30045TestSuite.cpp", "../functional/Deqpgles3attach_deleted_inputTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0001/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0001/BUILD.gn index a0eee7607db7fa13f54febed95ea980bd358abf2..d74de6cc3c1ab6267d1ec2223802805dead4501e 100644 --- a/graphic/vkgl/src/deqpgles31/build0001/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0001") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310001TestSuite.cpp", "../functional/Deqpgles31builtin_functions_pack_unpackTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0002/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0002/BUILD.gn index d2e811aee70ac29985b5aea08d7372714274fb3e..d5c0641fb893febf4a5bb8acb61c9c754aa79ebe 100644 --- a/graphic/vkgl/src/deqpgles31/build0002/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0002/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0002") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0002") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310002TestSuite.cpp", "../functional/Deqpgles31integer_bitcountTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0003/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0003/BUILD.gn index 26ae677b965b36df7f32baeb20e972afbb215018..e70d4ea4ec1a3faac094739146fa509d12c3089b 100644 --- a/graphic/vkgl/src/deqpgles31/build0003/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0003/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0003") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0003") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310003TestSuite.cpp", "../functional/Deqpgles31abs_highp_computeTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0004/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0004/BUILD.gn index 3c4fec255ccbe413843479f93e7aea2493470c31..e62e23da2f461055db6c70a7ba2aabfc413a6249 100644 --- a/graphic/vkgl/src/deqpgles31/build0004/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0004/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0004") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0004") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310004TestSuite.cpp", "../functional/Deqpgles31const_expression_computeTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0005/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0005/BUILD.gn index 95e5ec5030277aef5f0aab7c94e19f93e5494f50..756d100e72b405b77f68fd06681eb8e3d163f3d0 100644 --- a/graphic/vkgl/src/deqpgles31/build0005/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0005/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0005") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0005") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310005TestSuite.cpp", "../functional/Deqpgles31assignment_explicit_to_explicitTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0006/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0006/BUILD.gn index 9b238d82f9e34b2bf1cc14b066b61ccd44d7dd15..d34cc8995819488d8e14518e42567f3589dfe453 100644 --- a/graphic/vkgl/src/deqpgles31/build0006/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0006/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0006") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0006") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310006TestSuite.cpp", "../functional/Deqpgles31array_subscripts_input_before_subscriptTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0007/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0007/BUILD.gn index 64c4fc0b4579bea3f5183b7b7e810304f3048f18..b7f40e544c073960647d52837d289165ca661c89 100644 --- a/graphic/vkgl/src/deqpgles31/build0007/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0007/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0007") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0007") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310007TestSuite.cpp", "../functional/Deqpgles31es32_functionsTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0008/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0008/BUILD.gn index 98ac29c9bb3d187e070a286e6d36f1ab878ef317..f90a4e64730a1568d2d9055063aa942088451fac 100644 --- a/graphic/vkgl/src/deqpgles31/build0008/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0008/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0008") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0008") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310008TestSuite.cpp", "../functional/Deqpgles31atomic_addTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0009/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0009/BUILD.gn index 2bf0edb81e533593572e01437371b7264bfc4670..d84cdae62122b320c189544b4089642ea96875ad 100644 --- a/graphic/vkgl/src/deqpgles31/build0009/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0009/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0009") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0009") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310009TestSuite.cpp", "../functional/Deqpgles31basic_unsized_array_sharedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0010/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0010/BUILD.gn index 77d1cb433fb1a8ec5deb56bbe6b5fa573862384e..e0551acb8a96cb2bf302c008fca61ff8b16f10d9 100644 --- a/graphic/vkgl/src/deqpgles31/build0010/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0010/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0010") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0010") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310010TestSuite.cpp", "../functional/Deqpgles312_level_array_packedTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0011/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0011/BUILD.gn index a8a1f3dc5ece3440bc52cbd1ad090279f74d489b..ae1fd673947e267eb630362b99923fe89adee641 100644 --- a/graphic/vkgl/src/deqpgles31/build0011/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0011/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0011") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0011") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310011TestSuite.cpp", "../functional/Deqpgles31random_all_per_block_buffersTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0012/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0012/BUILD.gn index 899bf77e05a5f7ee5ee275b6f0bb11a6ec4f4cf3..4abb70895f84531a70588e8bf19738b6c130063c 100644 --- a/graphic/vkgl/src/deqpgles31/build0012/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0012/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0012") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0012") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310012TestSuite.cpp", "../functional/Deqpgles312_level_struct_array_per_block_bufferTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0013/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0013/BUILD.gn index a3259e8fa6e532a9c82a96f7049a48934bdcc9fb..1785c76ed760e221f4d8045728dceef6f3e3d4c3 100644 --- a/graphic/vkgl/src/deqpgles31/build0013/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0013/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0013") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0013") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310013TestSuite.cpp", "../functional/Deqpgles31atomic_counter_decTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0014/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0014/BUILD.gn index 7acd46d35ee944fea1c072f1f38cbcdf14359542..9d47d3b7d019efe7f28e1514dc2120f5178ff673 100644 --- a/graphic/vkgl/src/deqpgles31/build0014/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0014/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0014") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0014") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310014TestSuite.cpp", "../functional/Deqpgles31depth32f_base_levelTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0015/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0015/BUILD.gn index 947fb12f3754425d4a2b90425ae8551ba8f84520..958fc4d9663c9a3f3ee42ffa14831cace1df38d2 100644 --- a/graphic/vkgl/src/deqpgles31/build0015/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0015/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0015") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0015") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310015TestSuite.cpp", "../functional/Deqpgles31border_clamp_range_clampTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0016/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0016/BUILD.gn index 4f0f3f5bb167f00142e19e3e16327c84e3880169..d9784992649580d57dcc2664c81484a504587b68 100644 --- a/graphic/vkgl/src/deqpgles31/build0016/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0016/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0016") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0016") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310016TestSuite.cpp", "../functional/Deqpgles31internal_format_renderbufferTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0017/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0017/BUILD.gn index 613443d315e5e06800b90ad3e2a211fd8ce5f9ad..cc906bb6101b2c1df29419f2e8e77f1ce6383edb 100644 --- a/graphic/vkgl/src/deqpgles31/build0017/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0017/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0017") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0017") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310017TestSuite.cpp", "../functional/Deqpgles31geometry_shading_basicTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0018/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0018/BUILD.gn index f6c59c4d0c657943cdd813dc02ea9707eeaf008c..4ceb2724c6237167268f514426d3b9539ab74286 100644 --- a/graphic/vkgl/src/deqpgles31/build0018/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0018/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0018") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0018") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310018TestSuite.cpp", "../functional/Deqpgles31basic_array_assign_full_array_in_structTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0019/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0019/BUILD.gn index 81a5370fb5a53225230b2b69cf2e8ac87c6f4066..e511be6ef00333494964c1247bb8413abb85e2fd 100644 --- a/graphic/vkgl/src/deqpgles31/build0019/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0019/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0019") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0019") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310019TestSuite.cpp", "../functional/Deqpgles31callbacks_advanced_blendTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0020/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0020/BUILD.gn index 7c1b1d2e70d0e7d51b487ebf24db82d50bd921b4..9a8d4988cc21cb8db731c3ac86df752741d65a76 100644 --- a/graphic/vkgl/src/deqpgles31/build0020/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0020/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0020") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0020") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310020TestSuite.cpp", "../functional/Deqpgles31color_tex2dTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0021/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0021/BUILD.gn index 17a8fe6efb41c6f36e6837608dfc40cbc10bd1fa..77756004f57f1ede6ae7181940621632cd425db8 100644 --- a/graphic/vkgl/src/deqpgles31/build0021/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0021/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0021") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0021") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310021TestSuite.cpp", "../functional/Deqpgles31array_arrayTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0022/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0022/BUILD.gn index d6bb9ed13f00a2d3385aa1653da8e5bad53accde..aad82461fab5fe525d7ce58a04aaa8ee59368a71 100644 --- a/graphic/vkgl/src/deqpgles31/build0022/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0022/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0022") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0022") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310022TestSuite.cpp", "../functional/Deqpgles31array_size_separable_fragmentTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0023/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0023/BUILD.gn index cf1c6e93c168ab08123ed17d3aeb091a94255805..774181dc984b9d0cab9a3c488455c2e1bda10dd0 100644 --- a/graphic/vkgl/src/deqpgles31/build0023/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0023/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0023") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0023") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310023TestSuite.cpp", "../functional/Deqpgles31is_per_patch_separable_fragmentTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0024/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0024/BUILD.gn index 09e06f8ea225b7ab326320f275eb8b180f2e4a86..8e8f0d521f8f96cd3175ed58c19997430da3f23b 100644 --- a/graphic/vkgl/src/deqpgles31/build0024/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0024/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0024") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0024") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310024TestSuite.cpp", "../functional/Deqpgles31array_size_vertex_geo_fragmentTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0025/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0025/BUILD.gn index 3e4d8eb0efa0c3cbc490d7d5b37da61cc016f1d3..74d8e0229d93a708159d946b652d7ef67b5caad4 100644 --- a/graphic/vkgl/src/deqpgles31/build0025/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0025/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0025") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0025") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310025TestSuite.cpp", "../functional/Deqpgles31buffer_variable_randomTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0026/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0026/BUILD.gn index dfd3b272f387659be4467262495c57f13135d95a..abd2f793f0fc0e881793dbe603e01fe04f0c0f48 100644 --- a/graphic/vkgl/src/deqpgles31/build0026/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0026/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0026") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0026") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310026TestSuite.cpp", "../functional/Deqpgles31android_extension_pack_extensionsTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0027/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0027/BUILD.gn index 81ea8cbe6e90dfd13c773a288424fc51363327cf..7756a6385613db82522fe3f7d46efe5007ac3b48 100644 --- a/graphic/vkgl/src/deqpgles31/build0027/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0027/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0027") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0027") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310027TestSuite.cpp", "../functional/Deqpgles31viewclass_32_bits_r32f_r32fTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0028/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0028/BUILD.gn index 4db588735fa98ef2f1c9f83fc1f67e91e284ad2b..24da0e532262d45804cee3db2a2e177cfe76094d 100644 --- a/graphic/vkgl/src/deqpgles31/build0028/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0028/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0028") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0028") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310028TestSuite.cpp", "../functional/Deqpgles31viewclass_32_bits_r32i_rgb9_e5TestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0029/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0029/BUILD.gn index b93cd602db2e4f0ce28c35691d3a661a0d649993..12329edce71e379b8e6738f734bb89f50f6b506f 100644 --- a/graphic/vkgl/src/deqpgles31/build0029/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0029/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0029") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0029") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310029TestSuite.cpp", "../functional/Deqpgles31viewclass_32_bits_rg16ui_r11f_g11f_b10fTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0030/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0030/BUILD.gn index a69a70e174555bbfe985fe29341c91cec13b31b7..94fa37f424f4d7403835297ef7a4fc69d51784fe 100644 --- a/graphic/vkgl/src/deqpgles31/build0030/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0030/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0030") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0030") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310030TestSuite.cpp", "../functional/Deqpgles31viewclass_32_bits_r11f_g11f_b10f_r11f_g11f_b10fTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0031/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0031/BUILD.gn index 84709959829cf6b7bc79e81f79603724592976ff..3f7b089939bb70aabf1a694f2881e03b748e4712 100644 --- a/graphic/vkgl/src/deqpgles31/build0031/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0031/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0031") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0031") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310031TestSuite.cpp", "../functional/Deqpgles31viewclass_32_bits_rgb10_a2_r11f_g11f_b10fTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0032/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0032/BUILD.gn index 475a5d96571902cd0c863bac7de439f0671a31e1..4f731dc976951551ee8e61c5644ebb171a0ded24 100644 --- a/graphic/vkgl/src/deqpgles31/build0032/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0032/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0032") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0032") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310032TestSuite.cpp", "../functional/Deqpgles31viewclass_16_bits_r16f_r16fTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0033/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0033/BUILD.gn index 15e58144376d06bda32aeb6cd717d857ff5af2af..dfb3b8a853b0bfbd5244dff5a886e183741193a6 100644 --- a/graphic/vkgl/src/deqpgles31/build0033/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0033/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0033") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0033") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310033TestSuite.cpp", "../functional/Deqpgles31viewclass_16_bits_r16ui_rg8TestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0034/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0034/BUILD.gn index ff2dea6b0fef9d19366ea0dbe57a34ee8d34d3fd..4a36a417615b03718b9399501ca5be7224e8c808 100644 --- a/graphic/vkgl/src/deqpgles31/build0034/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0034/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0034") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0034") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310034TestSuite.cpp", "../functional/Deqpgles31viewclass_8_bits_r8_snorm_r8TestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0035/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0035/BUILD.gn index 29c3c57023f7a45b7d96e84a36233d3557e9f3b9..410527b83d0be8fe113b89cf6df99b99799f801b 100644 --- a/graphic/vkgl/src/deqpgles31/build0035/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0035/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0035") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310035TestSuite.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32fTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0036/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0036/BUILD.gn index 6485f57623c59d2d7d163efc83da3a25ee39c810..4b8b05ab09d4b019882cc7ae7a5e8dc28488bca7 100644 --- a/graphic/vkgl/src/deqpgles31/build0036/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0036/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0036") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0036") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310036TestSuite.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32uiTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0037/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0037/BUILD.gn index d0b243c7f5f4814a288a8cbc2a07f90bc5271b3d..8f8f5176ff9d3a7a4826eeb70c1ed80debc252c6 100644 --- a/graphic/vkgl/src/deqpgles31/build0037/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0037/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0037") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0037") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310037TestSuite.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32iTestCase.cpp", diff --git a/graphic/vkgl/src/deqpgles31/build0038/BUILD.gn b/graphic/vkgl/src/deqpgles31/build0038/BUILD.gn index 5e99c09464001bcaf33306e1d5bad0f6c061b0bf..344b77dcd509220925b9687dad98476343a25283 100644 --- a/graphic/vkgl/src/deqpgles31/build0038/BUILD.gn +++ b/graphic/vkgl/src/deqpgles31/build0038/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0038") { } ohos_moduletest_suite("ActsDeqpgles31TestSuite0038") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsDeqpgles310038TestSuite.cpp", "../functional/Deqpgles31draw_buffers_indexed_overwrite_commonTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles2/build0001/BUILD.gn b/graphic/vkgl/src/khrgles2/build0001/BUILD.gn index 545ae34718dbab62985e6f0cec3bd266de0a703f..edd704323f6d17dceec59bf30da2bd862288f9d5 100644 --- a/graphic/vkgl/src/khrgles2/build0001/BUILD.gn +++ b/graphic/vkgl/src/khrgles2/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles2func0001") { } ohos_moduletest_suite("ActsKhrgles2TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles20001TestSuite.cpp", "../core/Khrgles2internalformat_copy_tex_imageTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles3/build0001/BUILD.gn b/graphic/vkgl/src/khrgles3/build0001/BUILD.gn index 75455b3212dc695f70f4ae3da0a7b091f9538c39..4fa2efffeddbde002d0acc8f216d8810cba0df6a 100644 --- a/graphic/vkgl/src/khrgles3/build0001/BUILD.gn +++ b/graphic/vkgl/src/khrgles3/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles3func0001") { } ohos_moduletest_suite("ActsKhrgles3TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles30001TestSuite.cpp", "../shaders/Khrgles3declarations_declarationsTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles3/build0002/BUILD.gn b/graphic/vkgl/src/khrgles3/build0002/BUILD.gn index 1bce5ce4e7ce93ee4c62bb8f3c31543e0809fc5e..a819335df471c0d0115d8683a61b71844bfb2518 100644 --- a/graphic/vkgl/src/khrgles3/build0002/BUILD.gn +++ b/graphic/vkgl/src/khrgles3/build0002/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles3func0002") { } ohos_moduletest_suite("ActsKhrgles3TestSuite0002") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles30002TestSuite.cpp", "../shaders/Khrgles3name_hiding_basicTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles3/build0003/BUILD.gn b/graphic/vkgl/src/khrgles3/build0003/BUILD.gn index 4233e01b6e7ad07bb07e489edeb5cb0d1139d607..5cc0c318c0aa3486e1b3e47859ed854379161a0a 100644 --- a/graphic/vkgl/src/khrgles3/build0003/BUILD.gn +++ b/graphic/vkgl/src/khrgles3/build0003/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles3func0003") { } ohos_moduletest_suite("ActsKhrgles3TestSuite0003") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles30003TestSuite.cpp", "../shaders/Khrgles3instance_array_basic_type_packedTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles3/build0004/BUILD.gn b/graphic/vkgl/src/khrgles3/build0004/BUILD.gn index bde35686283bd4c8ab903f74a780174d364bf4a6..0b034029fb8184cd5a92240b6e28c0bdf7e4ad43 100644 --- a/graphic/vkgl/src/khrgles3/build0004/BUILD.gn +++ b/graphic/vkgl/src/khrgles3/build0004/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles3func0004") { } ohos_moduletest_suite("ActsKhrgles3TestSuite0004") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles30004TestSuite.cpp", "../copy_tex_image_conversions/Khrgles3copy_tex_image_conversions_forbiddenTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles3/build0005/BUILD.gn b/graphic/vkgl/src/khrgles3/build0005/BUILD.gn index 456a6222f7f56a9e58aedf5c1b4db28e0a7a7567..43477da51248eae5a70f2f24d6485d03203dbe03 100644 --- a/graphic/vkgl/src/khrgles3/build0005/BUILD.gn +++ b/graphic/vkgl/src/khrgles3/build0005/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles3func0005") { } ohos_moduletest_suite("ActsKhrgles3TestSuite0005") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles30005TestSuite.cpp", "../number_parsing/Khrgles3KHR-GLES3_number_parsingTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles31/build0001/BUILD.gn b/graphic/vkgl/src/khrgles31/build0001/BUILD.gn index 20386fab89461652541ccdb49af48e1f825516b7..ecb7aa41f9e7091fe48b53810fc69e3381b27cd8 100644 --- a/graphic/vkgl/src/khrgles31/build0001/BUILD.gn +++ b/graphic/vkgl/src/khrgles31/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles31func0001") { } ohos_moduletest_suite("ActsKhrgles31TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles310001TestSuite.cpp", "../core/Khrgles31base_rgba32fTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles31/build0002/BUILD.gn b/graphic/vkgl/src/khrgles31/build0002/BUILD.gn index 5cdb0631823cbe587a9e319c33567bdf52ae3444..24701092ca6d56030afbae30f35d1091e176a9b2 100644 --- a/graphic/vkgl/src/khrgles31/build0002/BUILD.gn +++ b/graphic/vkgl/src/khrgles31/build0002/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles31func0002") { } ohos_moduletest_suite("ActsKhrgles31TestSuite0002") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles310002TestSuite.cpp", "../core/Khrgles31blend_equation_advanced_BlendEquationSeparateTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles31/build0003/BUILD.gn b/graphic/vkgl/src/khrgles31/build0003/BUILD.gn index 916059ddb56366a2df8d7b331f353a3fa109e1de..f1848b52689ef689b50bb8e24b55966c59ee09c4 100644 --- a/graphic/vkgl/src/khrgles31/build0003/BUILD.gn +++ b/graphic/vkgl/src/khrgles31/build0003/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles31func0003") { } ohos_moduletest_suite("ActsKhrgles31TestSuite0003") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles310003TestSuite.cpp", "../core/Khrgles31compressed_format_apiTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles31/build0004/BUILD.gn b/graphic/vkgl/src/khrgles31/build0004/BUILD.gn index e998aba93bd3c9345916ba61ccf1a72320f0de15..e4dbdf4a596ba21c8ff2fd572e3f6b44e941311a 100644 --- a/graphic/vkgl/src/khrgles31/build0004/BUILD.gn +++ b/graphic/vkgl/src/khrgles31/build0004/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles31func0004") { } ohos_moduletest_suite("ActsKhrgles31TestSuite0004") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles310004TestSuite.cpp", "../core/Khrgles31teximage3d_r11g11b10fTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles32/build0001/BUILD.gn b/graphic/vkgl/src/khrgles32/build0001/BUILD.gn index 394afa937ddc84c3995f42d7ccb2527ca68132c5..8565dbe56e1f9fe90d2dfc99c44358e1e4d1f62b 100644 --- a/graphic/vkgl/src/khrgles32/build0001/BUILD.gn +++ b/graphic/vkgl/src/khrgles32/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles32func0001") { } ohos_moduletest_suite("ActsKhrgles32TestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles320001TestSuite.cpp", "../core/Khrgles32core_constant_expressionsTestCase.cpp", diff --git a/graphic/vkgl/src/khrgles32/build0002/BUILD.gn b/graphic/vkgl/src/khrgles32/build0002/BUILD.gn index e16fee6916b845ac64dd9162ed44f3444c137cbc..0e37f5c18d72d961764bfd7d9e4c830936ebbeb6 100644 --- a/graphic/vkgl/src/khrgles32/build0002/BUILD.gn +++ b/graphic/vkgl/src/khrgles32/build0002/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrgles32func0002") { } ohos_moduletest_suite("ActsKhrgles32TestSuite0002") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrgles320002TestSuite.cpp", "../core/Khrgles32compressed_format_apiTestCase.cpp", diff --git a/graphic/vkgl/src/khrglesext/build0001/BUILD.gn b/graphic/vkgl/src/khrglesext/build0001/BUILD.gn index 9e2c161f4846fa2ea7a1d6a143e4813e4d5a18c8..8879dfbe684f9321586bddacb3b3c61fc098c44a 100644 --- a/graphic/vkgl/src/khrglesext/build0001/BUILD.gn +++ b/graphic/vkgl/src/khrglesext/build0001/BUILD.gn @@ -39,6 +39,8 @@ ohos_static_library("libkhrglesextfunc0001") { } ohos_moduletest_suite("ActsKhrglesextTestSuite0001") { + subsystem_name = "graphic" + part_name = "graphic_standard" sources = [ "../ActsKhrglesext0001TestSuite.cpp", "../disjoint_timer_query/KhrglesextKHR-GLESEXT_disjoint_timer_queryTestCase.cpp",