未验证 提交 8950b8cd 编写于 作者: O openharmony_ci 提交者: Gitee

!8792 图形子系统vkgl配置文件规范整改

Merge pull request !8792 from 李西腾/master
......@@ -32,6 +32,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -96,7 +98,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0001") {
"../info/Deqpgles2dEQP-GLES2_infoTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0001" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -54,7 +56,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0002") {
"../functional/Deqpgles2swizzles_vector_swizzlesTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0002" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0003") {
"../functional/Deqpgles2variables_validTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0003" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -58,7 +60,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0004") {
"../functional/Deqpgles2unary_operator_plusTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0004" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -60,7 +62,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0005") {
"../functional/Deqpgles2unary_operator_pre_increment_resultTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0005" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -76,7 +78,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0006") {
"../functional/Deqpgles2exponential_sqrtTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0006" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0007") {
"../functional/Deqpgles2sequence_side_effectsTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0007" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -76,7 +78,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0008") {
"../functional/Deqpgles2texture_functions_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0008" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0009") {
"../functional/Deqpgles2swizzle_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0009" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0010") {
"../functional/Deqpgles2trigonometric_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0010" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -75,7 +77,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0011") {
"../functional/Deqpgles2texture_wrapTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0011" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -53,7 +55,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0012") {
"../functional/Deqpgles2rgb_func_alpha_func_srcTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0012" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -71,7 +73,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0013") {
"../functional/Deqpgles2texture_stencilTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0013" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0014") {
"../functional/Deqpgles2single_attribute_usagesTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0014" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -73,7 +75,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0015") {
"../functional/Deqpgles2render_struct_in_arrayTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0015" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -73,7 +75,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0016") {
"../functional/Deqpgles2uniform_api_randomTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0016" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles2func0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles2BaseFunc.cpp" ]
......@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles2TestSuite0017") {
"../functional/Deqpgles2triangle_vertex_clip_threeTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles2func0017" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0001") {
"../info/Deqpgles3dEQP-GLES3_infoTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0001" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0002") {
"../functional/Deqpgles3varying_usageTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0002" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -53,7 +55,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0003") {
"../functional/Deqpgles3swizzles_vector_swizzlesTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0003" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0004") {
"../functional/Deqpgles3swizzle_math_operations_vector_subtractTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0004" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -70,7 +72,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0005") {
"../functional/Deqpgles3variables_validTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0005" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -51,7 +53,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0006") {
"../functional/Deqpgles3uniform_block_validTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0006" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -55,7 +57,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0007") {
"../functional/Deqpgles3loops_while_uniform_iterationsTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0007" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0008") {
"../functional/Deqpgles3unary_operator_pre_increment_resultTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0008" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0009") {
"../functional/Deqpgles3binary_operator_subTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0009" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0010") {
"../functional/Deqpgles3binary_operator_sub_assign_effectTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0010" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -54,7 +56,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0011") {
"../functional/Deqpgles3binary_operator_sub_assign_resultTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0011" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0012") {
"../functional/Deqpgles3binary_operator_right_shift_assign_resultTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0012" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0013") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -82,7 +84,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0013") {
"../functional/Deqpgles3exponential_sqrtTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0013" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0014") {
"../functional/Deqpgles3sequence_side_effectsTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0014" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -50,7 +52,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0015") {
"../functional/Deqpgles3sub_uniformTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0015" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0016") {
"../functional/Deqpgles3transpose_dynamicTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0016" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0017") {
"../functional/Deqpgles3texture_functions_textureprojoffsetTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0017" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0018") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -106,7 +108,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0018") {
"../functional/Deqpgles3texture_msaa4TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0018" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0019") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -221,7 +223,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0019") {
"../functional/Deqpgles3trunc_lowp_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0019" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0020") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -201,7 +203,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0020") {
"../functional/Deqpgles3trunc_mediump_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0020" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0021") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0021") {
"../functional/Deqpgles3swizzle_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0021" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0022") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0022") {
"../functional/Deqpgles3trigonometric_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0022" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0023") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -66,7 +68,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0023") {
"../functional/Deqpgles3wrap_rgba8TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0023" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0024") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -71,7 +73,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0024") {
"../functional/Deqpgles3wrap_astc_8x8_srgbTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0024" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0025") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -58,7 +60,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0025") {
"../functional/Deqpgles3cube_sizesTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0025" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0026") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -95,7 +97,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0026") {
"../functional/Deqpgles3swizzle_single_channelTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0026" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0027") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0027") {
"../functional/Deqpgles3texstorage3d_sizeTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0027" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0028") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0028") {
"../functional/Deqpgles3fragment_ops_stencilTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0028" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0029") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0029") {
"../functional/Deqpgles3rgb_func_alpha_func_srcTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0029" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0030") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -48,7 +50,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0030") {
"../functional/Deqpgles3rgb_func_alpha_func_dstTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0030" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0031") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -52,7 +54,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0031") {
"../functional/Deqpgles3renderbuffer_stencilTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0031" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0032") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -68,7 +70,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0032") {
"../functional/Deqpgles3texture_stencilTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0032" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0033") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -69,7 +71,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0033") {
"../functional/Deqpgles3strides_shortTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0033" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0034") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -88,7 +90,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0034") {
"../functional/Deqpgles3usages_stream_readTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0034" ]
......
......@@ -27,6 +27,8 @@ config("deqp_platform_ohos_config") {
ohos_static_library("libdeqpgles3func0035") {
sources = common_src
subsystem_name = "graphic"
part_name = "graphic_standard"
sources += [ "../Deqpgles3BaseFunc.cpp" ]
include_dirs = common_include
......@@ -49,7 +51,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0035") {
"../functional/Deqpgles3single_basic_type_std140TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0035" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0036") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -67,7 +69,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0036") {
"../functional/Deqpgles3single_struct_single_bufferTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0036" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0037") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0037") {
"../functional/Deqpgles3random_nested_structs_instance_arraysTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0037" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0038") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0038") {
"../functional/Deqpgles3render_struct_in_arrayTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0038" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0039") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -70,7 +72,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0039") {
"../functional/Deqpgles3uniform_api_randomTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0039" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0040") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -100,7 +102,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0040") {
"../functional/Deqpgles3triangles_unsigned_shortTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0040" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0041") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -63,7 +65,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0041") {
"../functional/Deqpgles3transform_feedback_positionTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0041" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0042") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0042") {
"../functional/Deqpgles3shader_api_shader_sourceTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0042" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0043") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -62,7 +64,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0043") {
"../functional/Deqpgles3state_query_integersTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0043" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0044") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -83,7 +85,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0044") {
"../functional/Deqpgles3triangle_vertex_clip_twoTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0044" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles3func0045") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles3BaseFunc.cpp" ]
......@@ -99,7 +101,7 @@ ohos_moduletest_suite("ActsDeqpgles3TestSuite0045") {
"../functional/Deqpgles3lifetime_genTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles3func0045" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0001") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -66,7 +68,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0001") {
"../info/Deqpgles31dEQP-GLES31_infoTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0001" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0002") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -55,7 +57,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0002") {
"../functional/Deqpgles31integer_usubborrowTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0002" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0003") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -235,7 +237,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0003") {
"../functional/Deqpgles31uniform_findMSBZeroTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0003" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0004") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -108,7 +110,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0004") {
"../functional/Deqpgles31uniform_vertexTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0004" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0005") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -72,7 +74,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0005") {
"../functional/Deqpgles31varying_typesTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0005" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0006") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -80,7 +82,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0006") {
"../functional/Deqpgles31struct_fields_input_before_fieldTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0006" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0007") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -48,7 +50,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0007") {
"../functional/Deqpgles31invalid_structsTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0007" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0008") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -90,7 +92,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0008") {
"../functional/Deqpgles31tessellation_windingTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0008" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0009") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -86,7 +88,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0009") {
"../functional/Deqpgles31tessellation_primitive_discardTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0009" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0010") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0010") {
"../functional/Deqpgles31unsized_struct_array_single_bufferTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0010" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0011") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -57,7 +59,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0011") {
"../functional/Deqpgles31ssbo_array_lengthTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0011" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0012") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -81,7 +83,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0012") {
"../functional/Deqpgles31random_basic_type_arraysTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0012" ]
......
......@@ -27,6 +27,8 @@ config("deqp_platform_ohos_config") {
ohos_static_library("libdeqpgles31func0013") {
sources = common_src
subsystem_name = "graphic"
part_name = "graphic_standard"
sources += [ "../Deqpgles31BaseFunc.cpp" ]
include_dirs = common_include
......@@ -95,7 +97,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0013") {
"../functional/Deqpgles31texstorage3d_sizeTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0013" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0014") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -84,7 +86,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0014") {
"../functional/Deqpgles31texture_buffer_state_queryTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0014" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0015") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -174,7 +176,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0015") {
"../functional/Deqpgles31unorm_depth_nearestTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0015" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0016") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -69,7 +71,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0016") {
"../functional/Deqpgles31texture_texture_cube_mapTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0016" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0017") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0017") {
"../functional/Deqpgles31vertex_attribute_binding_vertex_attribTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0017" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0018") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -77,7 +79,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0018") {
"../functional/Deqpgles31uniform_location_basicTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0018" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0019") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -79,7 +81,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0019") {
"../functional/Deqpgles31uniform_location_structTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0019" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0020") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -94,7 +96,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0020") {
"../functional/Deqpgles31no_attachments_sizeTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0020" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0021") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -116,7 +118,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0021") {
"../functional/Deqpgles31unnamed_block_structTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0021" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0022") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -206,7 +208,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0022") {
"../functional/Deqpgles31vertex_tess_geo_fragment_unnamed_blockTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0022" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0023") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0023") {
"../functional/Deqpgles31vertex_fragment_basic_typeTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0023" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0024") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -86,7 +88,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0024") {
"../functional/Deqpgles31vertex_tess_geo_fragment_whole_arrayTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0024" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0025") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -98,7 +100,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0025") {
"../functional/Deqpgles31vertex_tess_geo_fragment_only_vertex_named_blockTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0025" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0026") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -98,7 +100,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0026") {
"../functional/Deqpgles31viewclass_96_bits_rgb32ui_rgb32uiTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0026" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0027") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -93,7 +95,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0027") {
"../functional/Deqpgles31viewclass_64_bits_rgba16ui_rgba16uiTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0027" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0028") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0028") {
"../functional/Deqpgles31viewclass_32_bits_rg16ui_r32fTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0028" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0029") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -87,7 +89,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0029") {
"../functional/Deqpgles31viewclass_32_bits_rgba8i_rgba8uiTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0029" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0030") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -90,7 +92,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0030") {
"../functional/Deqpgles31viewclass_32_bits_rgba8ui_srgb8_alpha8TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0030" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0031") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -91,7 +93,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0031") {
"../functional/Deqpgles31viewclass_32_bits_srgb8_alpha8_srgb8_alpha8TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0031" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0032") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -97,7 +99,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0032") {
"../functional/Deqpgles31viewclass_32_bits_rgb9_e5_srgb8_alpha8TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0032" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0033") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -89,7 +91,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0033") {
"../functional/Deqpgles31viewclass_8_bits_r8ui_r8uiTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0033" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0034") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -122,7 +124,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0034") {
"../functional/Deqpgles31viewclass_etc2_rgba_srgb8_punchthrough_alpha1_etc2_srgb8_punchthrough_alpha1_etc2TestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0034" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0035") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -56,7 +58,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") {
"../functional/Deqpgles31viewclass_astc_12x12_rgba_srgb8_alpha8_astc_12x12_khr_srgb8_alpha8_astc_12x12_khrTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0035" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0036") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -100,7 +102,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0036") {
"../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32uiTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0036" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0037") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -99,7 +101,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0037") {
"../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32iTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0037" ]
......
......@@ -26,6 +26,8 @@ config("deqp_platform_ohos_config") {
}
ohos_static_library("libdeqpgles31func0038") {
subsystem_name = "graphic"
part_name = "graphic_standard"
sources = common_src
sources += [ "../Deqpgles31BaseFunc.cpp" ]
......@@ -127,7 +129,7 @@ ohos_moduletest_suite("ActsDeqpgles31TestSuite0038") {
"../functional/Deqpgles31viewclass_64_bits_mixed_signed_r11_eac_rgba16uiTestCase.cpp",
]
include_dirs = [ "//test/xts/acts/graphic/vkgl/src" ]
include_dirs = [ "../../../src" ]
deps = [ ":libdeqpgles31func0038" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册