提交 ac768a07 编写于 作者: L lixiteng

vkgl添加部件名称

Signed-off-by: Nlixiteng <lixiteng@huawei.com>
上级 9a4bcfb4
...@@ -45,6 +45,8 @@ ohos_static_library("libdeqpgles2func0001") { ...@@ -45,6 +45,8 @@ ohos_static_library("libdeqpgles2func0001") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0001") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20001TestSuite.cpp", "../ActsDeqpgles20001TestSuite.cpp",
"../functional/Deqpgles2conversions_scalar_to_scalarTestCase.cpp", "../functional/Deqpgles2conversions_scalar_to_scalarTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0002") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0002") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0002") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20002TestSuite.cpp", "../ActsDeqpgles20002TestSuite.cpp",
"../functional/Deqpgles2conditionals_ifTestCase.cpp", "../functional/Deqpgles2conditionals_ifTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0003") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0003") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0003") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20003TestSuite.cpp", "../ActsDeqpgles20003TestSuite.cpp",
"../functional/Deqpgles2functions_array_argumentsTestCase.cpp", "../functional/Deqpgles2functions_array_argumentsTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0004") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0004") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0004") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20004TestSuite.cpp", "../ActsDeqpgles20004TestSuite.cpp",
"../functional/Deqpgles2indexing_matrix_subscriptTestCase.cpp", "../functional/Deqpgles2indexing_matrix_subscriptTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0005") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0005") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0005") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20005TestSuite.cpp", "../ActsDeqpgles20005TestSuite.cpp",
"../functional/Deqpgles2binary_operator_addTestCase.cpp", "../functional/Deqpgles2binary_operator_addTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0006") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0006") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0006") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20006TestSuite.cpp", "../ActsDeqpgles20006TestSuite.cpp",
"../functional/Deqpgles2angle_and_trigonometry_acosTestCase.cpp", "../functional/Deqpgles2angle_and_trigonometry_acosTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0007") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0007") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0007") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20007TestSuite.cpp", "../ActsDeqpgles20007TestSuite.cpp",
"../functional/Deqpgles2bool_compare_allTestCase.cpp", "../functional/Deqpgles2bool_compare_allTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0008") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0008") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0008") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20008TestSuite.cpp", "../ActsDeqpgles20008TestSuite.cpp",
"../functional/Deqpgles2builtin_functions_exponentialTestCase.cpp", "../functional/Deqpgles2builtin_functions_exponentialTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0009") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0009") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0009") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20009TestSuite.cpp", "../ActsDeqpgles20009TestSuite.cpp",
"../functional/Deqpgles2basic_expression_combinedTestCase.cpp", "../functional/Deqpgles2basic_expression_combinedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0010") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0010") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0010") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20010TestSuite.cpp", "../ActsDeqpgles20010TestSuite.cpp",
"../functional/Deqpgles2comparison_ops_fragmentTestCase.cpp", "../functional/Deqpgles2comparison_ops_fragmentTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0011") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0011") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0011") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20011TestSuite.cpp", "../ActsDeqpgles20011TestSuite.cpp",
"../functional/Deqpgles22d_affineTestCase.cpp", "../functional/Deqpgles22d_affineTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0012") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0012") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0012") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20012TestSuite.cpp", "../ActsDeqpgles20012TestSuite.cpp",
"../functional/Deqpgles2blend_equation_src_func_dst_funcTestCase.cpp", "../functional/Deqpgles2blend_equation_src_func_dst_funcTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0013") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0013") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0013") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20013TestSuite.cpp", "../ActsDeqpgles20013TestSuite.cpp",
"../functional/Deqpgles2blend_rgb_equation_alpha_equationTestCase.cpp", "../functional/Deqpgles2blend_rgb_equation_alpha_equationTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0014") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0014") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0014") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20014TestSuite.cpp", "../ActsDeqpgles20014TestSuite.cpp",
"../functional/Deqpgles2attribute_location_bindTestCase.cpp", "../functional/Deqpgles2attribute_location_bindTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0015") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0015") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0015") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20015TestSuite.cpp", "../ActsDeqpgles20015TestSuite.cpp",
"../functional/Deqpgles2get_uniform_array_in_structTestCase.cpp", "../functional/Deqpgles2get_uniform_array_in_structTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0016") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0016") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0016") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20016TestSuite.cpp", "../ActsDeqpgles20016TestSuite.cpp",
"../functional/Deqpgles2assigned_unused_uniformsTestCase.cpp", "../functional/Deqpgles2assigned_unused_uniformsTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0017") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles2func0017") {
} }
ohos_moduletest_suite("ActsDeqpgles2TestSuite0017") { ohos_moduletest_suite("ActsDeqpgles2TestSuite0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles20017TestSuite.cpp", "../ActsDeqpgles20017TestSuite.cpp",
"../functional/Deqpgles2attach_deleted_inputTestCase.cpp", "../functional/Deqpgles2attach_deleted_inputTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0001") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0001") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0001") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30001TestSuite.cpp", "../ActsDeqpgles30001TestSuite.cpp",
"../functional/Deqpgles3copy_basicTestCase.cpp", "../functional/Deqpgles3copy_basicTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0002") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0002") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0002") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30002TestSuite.cpp", "../ActsDeqpgles30002TestSuite.cpp",
"../functional/Deqpgles3conversions_scalar_to_scalarTestCase.cpp", "../functional/Deqpgles3conversions_scalar_to_scalarTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0003") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0003") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0003") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30003TestSuite.cpp", "../ActsDeqpgles30003TestSuite.cpp",
"../functional/Deqpgles3conditionals_ifTestCase.cpp", "../functional/Deqpgles3conditionals_ifTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0004") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0004") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0004") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30004TestSuite.cpp", "../ActsDeqpgles30004TestSuite.cpp",
"../functional/Deqpgles3swizzle_math_operations_vector_addTestCase.cpp", "../functional/Deqpgles3swizzle_math_operations_vector_addTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0005") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0005") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0005") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30005TestSuite.cpp", "../ActsDeqpgles30005TestSuite.cpp",
"../functional/Deqpgles3arrays_complex_expressionTestCase.cpp", "../functional/Deqpgles3arrays_complex_expressionTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0006") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0006") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0006") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30006TestSuite.cpp", "../ActsDeqpgles30006TestSuite.cpp",
"../functional/Deqpgles3indexing_varying_arrayTestCase.cpp", "../functional/Deqpgles3indexing_varying_arrayTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0007") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0007") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0007") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30007TestSuite.cpp", "../ActsDeqpgles30007TestSuite.cpp",
"../functional/Deqpgles3indexing_matrix_subscriptTestCase.cpp", "../functional/Deqpgles3indexing_matrix_subscriptTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0008") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0008") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0008") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30008TestSuite.cpp", "../ActsDeqpgles30008TestSuite.cpp",
"../functional/Deqpgles3loops_customTestCase.cpp", "../functional/Deqpgles3loops_customTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0009") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0009") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0009") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30009TestSuite.cpp", "../ActsDeqpgles30009TestSuite.cpp",
"../functional/Deqpgles3binary_operator_addTestCase.cpp", "../functional/Deqpgles3binary_operator_addTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0010") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0010") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0010") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30010TestSuite.cpp", "../ActsDeqpgles30010TestSuite.cpp",
"../functional/Deqpgles3binary_operator_add_assign_effectTestCase.cpp", "../functional/Deqpgles3binary_operator_add_assign_effectTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0011") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0011") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0011") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30011TestSuite.cpp", "../ActsDeqpgles30011TestSuite.cpp",
"../functional/Deqpgles3binary_operator_add_assign_resultTestCase.cpp", "../functional/Deqpgles3binary_operator_add_assign_resultTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0012") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0012") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0012") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30012TestSuite.cpp", "../ActsDeqpgles30012TestSuite.cpp",
"../functional/Deqpgles3binary_operator_bitwise_and_assign_resultTestCase.cpp", "../functional/Deqpgles3binary_operator_bitwise_and_assign_resultTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0013") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0013") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0013") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30013TestSuite.cpp", "../ActsDeqpgles30013TestSuite.cpp",
"../functional/Deqpgles3angle_and_trigonometry_acosTestCase.cpp", "../functional/Deqpgles3angle_and_trigonometry_acosTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0014") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0014") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0014") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30014TestSuite.cpp", "../ActsDeqpgles30014TestSuite.cpp",
"../functional/Deqpgles3add_constTestCase.cpp", "../functional/Deqpgles3add_constTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0015") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0015") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0015") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30015TestSuite.cpp", "../ActsDeqpgles30015TestSuite.cpp",
"../functional/Deqpgles3mul_constTestCase.cpp", "../functional/Deqpgles3mul_constTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0016") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0016") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0016") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30016TestSuite.cpp", "../ActsDeqpgles30016TestSuite.cpp",
"../functional/Deqpgles3determinant_dynamicTestCase.cpp", "../functional/Deqpgles3determinant_dynamicTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0017") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0017") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0017") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30017TestSuite.cpp", "../ActsDeqpgles30017TestSuite.cpp",
"../functional/Deqpgles3fragdepth_compareTestCase.cpp", "../functional/Deqpgles3fragdepth_compareTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0018") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0018") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0018") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0018") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30018TestSuite.cpp", "../ActsDeqpgles30018TestSuite.cpp",
"../functional/Deqpgles3common_absTestCase.cpp", "../functional/Deqpgles3common_absTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0019") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0019") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0019") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0019") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30019TestSuite.cpp", "../ActsDeqpgles30019TestSuite.cpp",
"../functional/Deqpgles3abs_highp_fragmentTestCase.cpp", "../functional/Deqpgles3abs_highp_fragmentTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0020") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0020") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0020") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0020") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30020TestSuite.cpp", "../ActsDeqpgles30020TestSuite.cpp",
"../functional/Deqpgles3basic_expression_vertexTestCase.cpp", "../functional/Deqpgles3basic_expression_vertexTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0021") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0021") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0021") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0021") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30021TestSuite.cpp", "../ActsDeqpgles30021TestSuite.cpp",
"../functional/Deqpgles3basic_expression_combinedTestCase.cpp", "../functional/Deqpgles3basic_expression_combinedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0022") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0022") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0022") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0022") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30022TestSuite.cpp", "../ActsDeqpgles30022TestSuite.cpp",
"../functional/Deqpgles3all_features_fragmentTestCase.cpp", "../functional/Deqpgles3all_features_fragmentTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0023") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0023") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0023") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0023") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30023TestSuite.cpp", "../ActsDeqpgles30023TestSuite.cpp",
"../functional/Deqpgles3format_compressedTestCase.cpp", "../functional/Deqpgles3format_compressedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0024") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0024") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0024") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0024") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30024TestSuite.cpp", "../ActsDeqpgles30024TestSuite.cpp",
"../functional/Deqpgles32d_formatsTestCase.cpp", "../functional/Deqpgles32d_formatsTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0025") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0025") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0025") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0025") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30025TestSuite.cpp", "../ActsDeqpgles30025TestSuite.cpp",
"../functional/Deqpgles32d_affineTestCase.cpp", "../functional/Deqpgles32d_affineTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0026") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0026") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0026") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0026") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30026TestSuite.cpp", "../ActsDeqpgles30026TestSuite.cpp",
"../functional/Deqpgles32d_array_linearTestCase.cpp", "../functional/Deqpgles32d_array_linearTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0027") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0027") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0027") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0027") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30027TestSuite.cpp", "../ActsDeqpgles30027TestSuite.cpp",
"../functional/Deqpgles32d_filteringTestCase.cpp", "../functional/Deqpgles32d_filteringTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0028") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0028") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0028") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0028") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30028TestSuite.cpp", "../ActsDeqpgles30028TestSuite.cpp",
"../functional/Deqpgles32_units_mixedTestCase.cpp", "../functional/Deqpgles32_units_mixedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0029") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0029") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0029") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0029") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30029TestSuite.cpp", "../ActsDeqpgles30029TestSuite.cpp",
"../functional/Deqpgles3default_framebuffer_equation_src_func_dst_funcTestCase.cpp", "../functional/Deqpgles3default_framebuffer_equation_src_func_dst_funcTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0030") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0030") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0030") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0030") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30030TestSuite.cpp", "../ActsDeqpgles30030TestSuite.cpp",
"../functional/Deqpgles3default_framebuffer_rgb_equation_alpha_equationTestCase.cpp", "../functional/Deqpgles3default_framebuffer_rgb_equation_alpha_equationTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0031") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0031") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0031") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0031") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30031TestSuite.cpp", "../ActsDeqpgles30031TestSuite.cpp",
"../functional/Deqpgles3fbo_apiTestCase.cpp", "../functional/Deqpgles3fbo_apiTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0032") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0032") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0032") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0032") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30032TestSuite.cpp", "../ActsDeqpgles30032TestSuite.cpp",
"../functional/Deqpgles3blit_tex2dTestCase.cpp", "../functional/Deqpgles3blit_tex2dTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0033") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0033") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0033") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0033") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30033TestSuite.cpp", "../ActsDeqpgles30033TestSuite.cpp",
"../functional/Deqpgles3blit_conversionTestCase.cpp", "../functional/Deqpgles3blit_conversionTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0034") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0034") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0034") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0034") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30034TestSuite.cpp", "../ActsDeqpgles30034TestSuite.cpp",
"../functional/Deqpgles3first_byteTestCase.cpp", "../functional/Deqpgles3first_byteTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0035") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0035") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0035") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0035") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30035TestSuite.cpp", "../ActsDeqpgles30035TestSuite.cpp",
"../functional/Deqpgles3single_basic_array_packedTestCase.cpp", "../functional/Deqpgles3single_basic_array_packedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0036") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0036") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0036") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0036") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30036TestSuite.cpp", "../ActsDeqpgles30036TestSuite.cpp",
"../functional/Deqpgles3instance_array_basic_type_packedTestCase.cpp", "../functional/Deqpgles3instance_array_basic_type_packedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0037") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0037") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0037") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0037") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30037TestSuite.cpp", "../ActsDeqpgles30037TestSuite.cpp",
"../functional/Deqpgles3active_uniform_array_in_structTestCase.cpp", "../functional/Deqpgles3active_uniform_array_in_structTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0038") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0038") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0038") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0038") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30038TestSuite.cpp", "../ActsDeqpgles30038TestSuite.cpp",
"../functional/Deqpgles3get_uniform_array_in_structTestCase.cpp", "../functional/Deqpgles3get_uniform_array_in_structTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0039") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0039") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0039") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0039") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30039TestSuite.cpp", "../ActsDeqpgles30039TestSuite.cpp",
"../functional/Deqpgles3assigned_unused_uniformsTestCase.cpp", "../functional/Deqpgles3assigned_unused_uniformsTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0040") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0040") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0040") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0040") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30040TestSuite.cpp", "../ActsDeqpgles30040TestSuite.cpp",
"../functional/Deqpgles3array_fixedTestCase.cpp", "../functional/Deqpgles3array_fixedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0041") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0041") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0041") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0041") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30041TestSuite.cpp", "../ActsDeqpgles30041TestSuite.cpp",
"../functional/Deqpgles3draw_arrays_instanced_attribute_divisorTestCase.cpp", "../functional/Deqpgles3draw_arrays_instanced_attribute_divisorTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0042") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0042") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0042") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0042") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30042TestSuite.cpp", "../ActsDeqpgles30042TestSuite.cpp",
"../functional/Deqpgles3functional_fence_syncTestCase.cpp", "../functional/Deqpgles3functional_fence_syncTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0043") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0043") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0043") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0043") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30043TestSuite.cpp", "../ActsDeqpgles30043TestSuite.cpp",
"../functional/Deqpgles3dither_disabledTestCase.cpp", "../functional/Deqpgles3dither_disabledTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0044") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0044") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0044") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0044") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30044TestSuite.cpp", "../ActsDeqpgles30044TestSuite.cpp",
"../functional/Deqpgles3clipping_lineTestCase.cpp", "../functional/Deqpgles3clipping_lineTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0045") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles3func0045") {
} }
ohos_moduletest_suite("ActsDeqpgles3TestSuite0045") { ohos_moduletest_suite("ActsDeqpgles3TestSuite0045") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles30045TestSuite.cpp", "../ActsDeqpgles30045TestSuite.cpp",
"../functional/Deqpgles3attach_deleted_inputTestCase.cpp", "../functional/Deqpgles3attach_deleted_inputTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0001") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0001") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0001") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310001TestSuite.cpp", "../ActsDeqpgles310001TestSuite.cpp",
"../functional/Deqpgles31builtin_functions_pack_unpackTestCase.cpp", "../functional/Deqpgles31builtin_functions_pack_unpackTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0002") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0002") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0002") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310002TestSuite.cpp", "../ActsDeqpgles310002TestSuite.cpp",
"../functional/Deqpgles31integer_bitcountTestCase.cpp", "../functional/Deqpgles31integer_bitcountTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0003") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0003") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0003") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310003TestSuite.cpp", "../ActsDeqpgles310003TestSuite.cpp",
"../functional/Deqpgles31abs_highp_computeTestCase.cpp", "../functional/Deqpgles31abs_highp_computeTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0004") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0004") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0004") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310004TestSuite.cpp", "../ActsDeqpgles310004TestSuite.cpp",
"../functional/Deqpgles31const_expression_computeTestCase.cpp", "../functional/Deqpgles31const_expression_computeTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0005") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0005") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0005") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310005TestSuite.cpp", "../ActsDeqpgles310005TestSuite.cpp",
"../functional/Deqpgles31assignment_explicit_to_explicitTestCase.cpp", "../functional/Deqpgles31assignment_explicit_to_explicitTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0006") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0006") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0006") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310006TestSuite.cpp", "../ActsDeqpgles310006TestSuite.cpp",
"../functional/Deqpgles31array_subscripts_input_before_subscriptTestCase.cpp", "../functional/Deqpgles31array_subscripts_input_before_subscriptTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0007") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0007") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0007") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310007TestSuite.cpp", "../ActsDeqpgles310007TestSuite.cpp",
"../functional/Deqpgles31es32_functionsTestCase.cpp", "../functional/Deqpgles31es32_functionsTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0008") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0008") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0008") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310008TestSuite.cpp", "../ActsDeqpgles310008TestSuite.cpp",
"../functional/Deqpgles31atomic_addTestCase.cpp", "../functional/Deqpgles31atomic_addTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0009") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0009") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0009") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310009TestSuite.cpp", "../ActsDeqpgles310009TestSuite.cpp",
"../functional/Deqpgles31basic_unsized_array_sharedTestCase.cpp", "../functional/Deqpgles31basic_unsized_array_sharedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0010") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0010") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0010") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310010TestSuite.cpp", "../ActsDeqpgles310010TestSuite.cpp",
"../functional/Deqpgles312_level_array_packedTestCase.cpp", "../functional/Deqpgles312_level_array_packedTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0011") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0011") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0011") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310011TestSuite.cpp", "../ActsDeqpgles310011TestSuite.cpp",
"../functional/Deqpgles31random_all_per_block_buffersTestCase.cpp", "../functional/Deqpgles31random_all_per_block_buffersTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0012") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0012") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0012") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310012TestSuite.cpp", "../ActsDeqpgles310012TestSuite.cpp",
"../functional/Deqpgles312_level_struct_array_per_block_bufferTestCase.cpp", "../functional/Deqpgles312_level_struct_array_per_block_bufferTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0013") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0013") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0013") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310013TestSuite.cpp", "../ActsDeqpgles310013TestSuite.cpp",
"../functional/Deqpgles31atomic_counter_decTestCase.cpp", "../functional/Deqpgles31atomic_counter_decTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0014") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0014") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0014") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310014TestSuite.cpp", "../ActsDeqpgles310014TestSuite.cpp",
"../functional/Deqpgles31depth32f_base_levelTestCase.cpp", "../functional/Deqpgles31depth32f_base_levelTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0015") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0015") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0015") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310015TestSuite.cpp", "../ActsDeqpgles310015TestSuite.cpp",
"../functional/Deqpgles31border_clamp_range_clampTestCase.cpp", "../functional/Deqpgles31border_clamp_range_clampTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0016") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0016") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0016") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310016TestSuite.cpp", "../ActsDeqpgles310016TestSuite.cpp",
"../functional/Deqpgles31internal_format_renderbufferTestCase.cpp", "../functional/Deqpgles31internal_format_renderbufferTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0017") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0017") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0017") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310017TestSuite.cpp", "../ActsDeqpgles310017TestSuite.cpp",
"../functional/Deqpgles31geometry_shading_basicTestCase.cpp", "../functional/Deqpgles31geometry_shading_basicTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0018") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0018") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0018") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0018") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310018TestSuite.cpp", "../ActsDeqpgles310018TestSuite.cpp",
"../functional/Deqpgles31basic_array_assign_full_array_in_structTestCase.cpp", "../functional/Deqpgles31basic_array_assign_full_array_in_structTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0019") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0019") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0019") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0019") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310019TestSuite.cpp", "../ActsDeqpgles310019TestSuite.cpp",
"../functional/Deqpgles31callbacks_advanced_blendTestCase.cpp", "../functional/Deqpgles31callbacks_advanced_blendTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0020") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0020") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0020") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0020") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310020TestSuite.cpp", "../ActsDeqpgles310020TestSuite.cpp",
"../functional/Deqpgles31color_tex2dTestCase.cpp", "../functional/Deqpgles31color_tex2dTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0021") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0021") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0021") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0021") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310021TestSuite.cpp", "../ActsDeqpgles310021TestSuite.cpp",
"../functional/Deqpgles31array_arrayTestCase.cpp", "../functional/Deqpgles31array_arrayTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0022") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0022") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0022") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0022") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310022TestSuite.cpp", "../ActsDeqpgles310022TestSuite.cpp",
"../functional/Deqpgles31array_size_separable_fragmentTestCase.cpp", "../functional/Deqpgles31array_size_separable_fragmentTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0023") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0023") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0023") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0023") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310023TestSuite.cpp", "../ActsDeqpgles310023TestSuite.cpp",
"../functional/Deqpgles31is_per_patch_separable_fragmentTestCase.cpp", "../functional/Deqpgles31is_per_patch_separable_fragmentTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0024") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0024") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0024") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0024") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310024TestSuite.cpp", "../ActsDeqpgles310024TestSuite.cpp",
"../functional/Deqpgles31array_size_vertex_geo_fragmentTestCase.cpp", "../functional/Deqpgles31array_size_vertex_geo_fragmentTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0025") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0025") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0025") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0025") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310025TestSuite.cpp", "../ActsDeqpgles310025TestSuite.cpp",
"../functional/Deqpgles31buffer_variable_randomTestCase.cpp", "../functional/Deqpgles31buffer_variable_randomTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0026") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0026") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0026") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0026") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310026TestSuite.cpp", "../ActsDeqpgles310026TestSuite.cpp",
"../functional/Deqpgles31android_extension_pack_extensionsTestCase.cpp", "../functional/Deqpgles31android_extension_pack_extensionsTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0027") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0027") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0027") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0027") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310027TestSuite.cpp", "../ActsDeqpgles310027TestSuite.cpp",
"../functional/Deqpgles31viewclass_32_bits_r32f_r32fTestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_r32f_r32fTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0028") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0028") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0028") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0028") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310028TestSuite.cpp", "../ActsDeqpgles310028TestSuite.cpp",
"../functional/Deqpgles31viewclass_32_bits_r32i_rgb9_e5TestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_r32i_rgb9_e5TestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0029") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0029") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0029") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0029") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310029TestSuite.cpp", "../ActsDeqpgles310029TestSuite.cpp",
"../functional/Deqpgles31viewclass_32_bits_rg16ui_r11f_g11f_b10fTestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_rg16ui_r11f_g11f_b10fTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0030") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0030") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0030") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0030") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310030TestSuite.cpp", "../ActsDeqpgles310030TestSuite.cpp",
"../functional/Deqpgles31viewclass_32_bits_r11f_g11f_b10f_r11f_g11f_b10fTestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_r11f_g11f_b10f_r11f_g11f_b10fTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0031") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0031") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0031") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0031") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310031TestSuite.cpp", "../ActsDeqpgles310031TestSuite.cpp",
"../functional/Deqpgles31viewclass_32_bits_rgb10_a2_r11f_g11f_b10fTestCase.cpp", "../functional/Deqpgles31viewclass_32_bits_rgb10_a2_r11f_g11f_b10fTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0032") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0032") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0032") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0032") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310032TestSuite.cpp", "../ActsDeqpgles310032TestSuite.cpp",
"../functional/Deqpgles31viewclass_16_bits_r16f_r16fTestCase.cpp", "../functional/Deqpgles31viewclass_16_bits_r16f_r16fTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0033") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0033") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0033") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0033") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310033TestSuite.cpp", "../ActsDeqpgles310033TestSuite.cpp",
"../functional/Deqpgles31viewclass_16_bits_r16ui_rg8TestCase.cpp", "../functional/Deqpgles31viewclass_16_bits_r16ui_rg8TestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0034") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0034") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0034") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0034") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310034TestSuite.cpp", "../ActsDeqpgles310034TestSuite.cpp",
"../functional/Deqpgles31viewclass_8_bits_r8_snorm_r8TestCase.cpp", "../functional/Deqpgles31viewclass_8_bits_r8_snorm_r8TestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0035") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0035") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310035TestSuite.cpp", "../ActsDeqpgles310035TestSuite.cpp",
"../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32fTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32fTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0036") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0036") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0036") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0036") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310036TestSuite.cpp", "../ActsDeqpgles310036TestSuite.cpp",
"../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32uiTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32uiTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0037") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0037") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0037") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0037") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310037TestSuite.cpp", "../ActsDeqpgles310037TestSuite.cpp",
"../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32iTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32iTestCase.cpp",
......
...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0038") { ...@@ -39,6 +39,8 @@ ohos_static_library("libdeqpgles31func0038") {
} }
ohos_moduletest_suite("ActsDeqpgles31TestSuite0038") { ohos_moduletest_suite("ActsDeqpgles31TestSuite0038") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = [ sources = [
"../ActsDeqpgles310038TestSuite.cpp", "../ActsDeqpgles310038TestSuite.cpp",
"../functional/Deqpgles31draw_buffers_indexed_overwrite_commonTestCase.cpp", "../functional/Deqpgles31draw_buffers_indexed_overwrite_commonTestCase.cpp",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册