# Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import("//test/xts/acts/graphic/vkgl/comm.gni") config("deqp_platform_ohos_config") { cflags_cc = deqp_common_cflags_cc cflags_cc += [ # "-Wno-conversion", # "-Wno-unused-function", "-Wno-unused-parameter", ] defines = deqp_common_defines } ohos_static_library("libdeqpgles31func0035") { subsystem_name = "graphic" part_name = "graphic_standard" sources = common_src sources += [ "../Deqpgles31BaseFunc.cpp" ] include_dirs = common_include deps = common_depends external_deps = [ "hilog_native:libhilog", "multimedia_image_framework:image_native", ] configs = [ ":deqp_platform_ohos_config" ] } ohos_moduletest_suite("ActsDeqpgles31TestSuite0035") { subsystem_name = "graphic" part_name = "graphic_standard" sources = [ "../ActsDeqpgles310035TestSuite.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rg11_eac_rgba32fTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rgba32f_rg11_eacTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rgba32f_rgba8_etc2_eacTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rgba32f_signed_rg11_eacTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rgba32f_srgb8_alpha8_etc2_eacTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_rgba8_etc2_eac_rgba32fTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_signed_rg11_eac_rgba32fTestCase.cpp", "../functional/Deqpgles31viewclass_128_bits_mixed_srgb8_alpha8_etc2_eac_rgba32fTestCase.cpp", "../functional/Deqpgles31viewclass_astc_12x12_rgba_rgba_astc_12x12_khr_srgb8_alpha8_astc_12x12_khrTestCase.cpp", "../functional/Deqpgles31viewclass_astc_12x12_rgba_srgb8_alpha8_astc_12x12_khr_rgba_astc_12x12_khrTestCase.cpp", "../functional/Deqpgles31viewclass_astc_12x12_rgba_srgb8_alpha8_astc_12x12_khr_srgb8_alpha8_astc_12x12_khrTestCase.cpp", ] include_dirs = [ "../../../src" ] deps = [ ":libdeqpgles31func0035" ] cflags = [ "-Wno-error" ] }