/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | importer.cpp | 61 CORE_LOG_W("Failed to resolve deferred ref uri"); in Import() 67 CORE_LOG_W("Failed to finalize imported object"); in Import() 72 CORE_LOG_W("Invalid serialisation tree, expected root node"); in Import() 91 CORE_LOG_W("Missing base object for ref uri [%s]", ref.ToString().c_str()); in ImportRef() 102 CORE_LOG_W("Failed to find object for ref uri [%s]", ref.ToString().c_str()); in ImportRef() 451 CORE_LOG_W("Failed to import member with name '%s'", BASE_NS::string(name).c_str()); in Import() 463 CORE_LOG_W("Failed to import member with name '%s'", BASE_NS::string(name).c_str()); in ImportAny() 475 CORE_LOG_W("Failed to import weak ptr from non ref uri node"); in ImportWeakPtr() 478 CORE_LOG_W("Failed to import member with name '%s'", BASE_NS::string(name).c_str()); in ImportWeakPtr() 485 CORE_LOG_W("Failed to auto import, imported type is not IObject"); in AutoImport() [all …]
|
H A D | exporter.cpp | 280 …CORE_LOG_W("Value export registered for type [%s, %s] but it failed", entity.GetTypeIdString().c_s… in ExportValue() 299 CORE_LOG_W("Exporting any that is not registered [class id=%s, type=%s, type id=%s]", in ExportAny() 382 CORE_LOG_W("Failed to export member with name '%s'", BASE_NS::string(name).c_str()); in Export() 395 CORE_LOG_W("Failed to export member with name '%s'", BASE_NS::string(name).c_str()); in ExportAny() 408 CORE_LOG_W("Failed to export member with name '%s'", BASE_NS::string(name).c_str()); in ExportWeakPtr() 423 CORE_LOG_W("Failed to auto export, exported type is not IObject"); in AutoExport()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 288 CORE_LOG_W("Component entity not found for index: %u", entityReference); in EntityFromJson() 297 CORE_LOG_W("Component entity not found for id: '%s'", entityReferenceString.c_str()); in EntityFromJson() 319 CORE_LOG_W("Collection not found: '%s'", collectionName.c_str()); in EntityFromJson() 328 CORE_LOG_W("Collection not found: %" PRIu64, collectionIndex); in EntityFromJson() 333 CORE_LOG_W("Invalid collection for a component."); in EntityFromJson() 956 CORE_LOG_W("No entity defined for a component."); in ReadComponents() 994 CORE_LOG_W("Unrecognized component found: '%s'", string(key).c_str()); in ReadComponents() 1099 CORE_LOG_W("Invalid base64 data size in: %s", string(property.name).c_str()); in ReadProperty() 1117 CORE_LOG_W("Expecting a json array of size %zu", property.count); in ReadProperty() 1133 CORE_LOG_W("Invalid array Index: %s", string(key).c_str()); in ReadProperty() [all …]
|
H A D | scene_holder.cpp | 477 CORE_LOG_W("Ecs initialization failed in the callback, expect trouble"); in CreateDefaultEcs() 894 CORE_LOG_W("%s: entity missing from collections", __func__); in GetEntityId() 1664 CORE_LOG_W("SceneHolder::ReparentEntity, Failed to find node from entity."); in ReparentEntity() 1705 CORE_LOG_W("Could not find parent '%s'", parentPath.c_str()); in ReparentEntity() 1752 CORE_LOG_W("%s: could not find material", __func__); in GetMaterialName() 1770 CORE_LOG_W("%s: could not find mesh from entity", __func__); in GetMeshName() 1773 CORE_LOG_W("%s: could not find valid mesh", __func__); in GetMeshName() 2422 CORE_LOG_W("%s: no ecs, cannot create mesh", __func__); in CreateMeshFromArrays() 2499 CORE_LOG_W("%s: camera component not valid", __func__); in SetMultiviewCamera() 2517 CORE_LOG_W("%s: camera component not valid", __func__); in RemoveMultiviewCamera() [all …]
|
H A D | mesh_impl.cpp | 373 CORE_LOG_W("%s: mesh is not ready yet, call has no effect", __func__); in SetRenderSortLayerOrder() 467 CORE_LOG_W("%s: mesh is not ready yet, call has no effect", __func__); in RemoveSubMesh() 475 CORE_LOG_W("%s: mesh is not ready yet, call has no effect", __func__); in RemoveAllSubmeshes()
|
H A D | bind_templates.inl | 427 … CORE_LOG_W("%s: could not match the types for %s", __func__, BASE_NS::string(name).c_str()); 452 … CORE_LOG_W("%s: could not match the types for %s", __func__, BASE_NS::string(name).c_str()); 539 CORE_LOG_W("%s: could not find '%s'", __func__, name.data()); 590 … CORE_LOG_W("%s: could not match the types for %s", __func__, BASE_NS::string(name).c_str()); 626 CORE_LOG_W("%s: could not find '%s'", __func__, name.data());
|
H A D | scene_impl.cpp | 417 …CORE_LOG_W("%s:No entity for %s, type info not available", __func__, BASE_NS::string(patchedPath).… in ResolveNodeTypeFromPath() 418 … CORE_LOG_W("If you know the expected type, consider using a template or providing the class id"); in ResolveNodeTypeFromPath() 991 … CORE_LOG_W("Could not resolve material URI: %s", BASE_NS::string(uri.data(), uri.size()).c_str()); in LoadMaterial() 1023 CORE_LOG_W("%s: uid not known, returning INode instance", __func__); in CreateNode() 1039 …CORE_LOG_W("Refusing to create new duplicate node: %s", BASE_NS::string(name.data(), name.size()).… in CreateNode() 1113 … CORE_LOG_W("%s: refusing to create proxy object without valid target, name is empty.", __func__); in BindNodeToEcs() 1122 … CORE_LOG_W("%s: refusing to recreate proxy object while current one is valid: %s", __func__, in BindNodeToEcs() 1516 CORE_LOG_W("%s: sceneholder does not exist, cannot set callback", __func__); in SetEcsInitializationCallback()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.cpp | 223 CORE_LOG_W("unsupported property addition for custom property POD container"); in AddOffsetProperty() 252 CORE_LOG_W("unsupported property addition for custom property POD container"); in AddOffsetProperty() 338 …CORE_LOG_W("RENDER_VALIDATION: Invalid property type only int, uint, float, bool, and XvecX varian… in GetPropertyTypeDeclaration() 454 …CORE_LOG_W("RENDER_VALIDATION: Invalid property type only int, uint, float, and XvecX variants sup… in SetCustomPropertyBlobValue() 645 CORE_LOG_W("unsupported property addition for custom property binding container"); in AddOffsetProperty() 665 … CORE_LOG_W("RENDER_VALIDATION: Invalid property type only buffer, image, and sampler supported"); in GetPropertyTypeDeclaration()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | log.h | 47 #define CORE_LOG_W(...) CORE_UNUSED(0) macro 68 #define CORE_LOG_W(...) \ macro 116 #define CORE_LOG_W(...) \ macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | content_object.cpp | 129 CORE_LOG_W("Content does not fulfil interface requirements"); in SetContentInternal() 145 CORE_LOG_W("Incompatible function with Iterate"); in IterateImpl()
|
H A D | class_registry.cpp | 59 … CORE_LOG_W("ClassRegistry: Cannot register a class that was already registered [name=%s, uid=%s]", in Register()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | node_system.cpp | 351 CORE_LOG_W("Node %" PRIx64 " with null child at %zu", entity_.id, index); in RemoveChild() 369 … CORE_LOG_W("Node %" PRIx64 " with null child at %zu", entity_.id, children_.size() - 1U); in RemoveChildren() 811 …CORE_LOG_W("Updating parent of invalid node %" PRIx64 " (old %" PRIx64 " new %" PRIx64 ")", entity… in UpdateParent() 1215 CORE_LOG_W("%" PRIx64 " missing Node", row->entity.id); in Update() 1236 CORE_LOG_W("%" PRIx64 " missing WorldMatrix", row.entity.id); in Update() 1239 CORE_LOG_W("%" PRIx64 " missing PreviousWorldMatrix", row.entity.id); in Update() 1278 CORE_LOG_W("%" PRIx64 " missing Node", row->entity.id); in CollectChangedNodes() 1339 CORE_LOG_W("%" PRIx64 " missing LocalWorldMatrix", row->entity.id); in UpdateTransformations() 1346 CORE_LOG_W("%" PRIx64 " missing WorldMatrix", row->entity.id); in UpdateTransformations() 1390 CORE_LOG_W("%" PRIx64 " missing WorldMatrix", row.entity.id); in UpdatePreviousWorldMatrices() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 228 CORE_LOG_W("unsupported property addition for custom property POD container"); in AddOffsetProperty() 257 CORE_LOG_W("unsupported property addition for custom property POD container"); in AddOffsetProperty() 341 …CORE_LOG_W("CORE3D_VALIDATION: Invalid property type only int, uint, float, bool, and XvecX varian… in GetPropertyTypeDeclaration() 457 …CORE_LOG_W("CORE3D_VALIDATION: Invalid property type only int, uint, float, and XvecX variants sup… in SetCustomPropertyBlobValue()
|
H A D | string_util.h | 39 CORE_LOG_W("CopyStringToArray: string (%zu) longer than %zu", source.size(), maxLength); in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_camera_single_post_process.cpp | 200 …CORE_LOG_W("RenderNodeCameraSinglePostProcess: dispatchResources (GPU buffer or GPU image) needed"… in InitNode() 234 …CORE_LOG_W("RN:%s does not execute render built-in post processes.", renderNodeContextMgr_->GetNam… in InitNode() 337 CORE_LOG_W("RN: %s, bindings missing", renderNodeContextMgr_->GetName().data()); in ExecuteSinglePostProcess() 612 CORE_LOG_W("CORE3D_VALIDATION: RN %s renderDataStore::dataStoreName missing.", in ParseRenderNodeInputs() 616 …CORE_LOG_W("CORE3D_VALIDATION: RN %s postProcess name missing.", renderNodeContextMgr_->GetName().… in ParseRenderNodeInputs() 638 CORE_LOG_W( in ParseRenderNodeInputs()
|
H A D | render_node_default_material_deferred_shading.cpp | 410 CORE_LOG_W("RenderNode: %s, invalid shader given", renderNodeContextMgr_->GetName().data()); in CreateDefaultShaderData() 431 …CORE_LOG_W("RN: %s incompatible pipeline layout for given shader", renderNodeContextMgr_->GetName(… in CreateDescriptorSets() 480 …CORE_LOG_W("RN: %s does not support user bindings for sets <= %u", renderNodeContextMgr_->GetName(… in CreateDescriptorSets()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | depth_first_iteration.h | 58 CORE_LOG_W("Incompatible function with Iterate"); in META_BEGIN_NAMESPACE()
|
H A D | breadth_first_iteration.h | 74 CORE_LOG_W("Incompatible function with Iterate"); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_event.h | 101 CORE_LOG_W("Trying to Invoke wrong type of event"); in Invoke()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_material.cpp | 66 CORE_LOG_W("CORE3D_VALIDATION: skin bit is not set for submesh flags"); in ValidateSubmesh() 70 CORE_LOG_W("CORE3D_VALIDATION: invalid custom resource index"); in ValidateSubmesh() 472 … CORE_LOG_W("CORE_VALIDATION: submesh cannot be sent to rendering without a valid materialIndex"); in AddSubmesh() 520 CORE_LOG_W("invalid mesh index (%u) given", currSubmesh.meshIndex); in AddSubmesh() 525 CORE_LOG_W("invalid skin joint index (%u) given", currSubmesh.skinJointIndex); in AddSubmesh()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | array_property.h | 39 … CORE_LOG_W("Not compatible any for given array property type [%s]", p_->GetName().c_str()); in META_BEGIN_NAMESPACE()
|
H A D | property.h | 38 CORE_LOG_W("Not compatible any for given property type [%s]", p_->GetName().c_str()); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/ |
H A D | string_util.h | 42 CORE_LOG_W("CopyStringToArray: string (%zu) longer than %zu", source.size(), maxLength); in CORE_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.cpp | 361 …CORE_LOG_W("Cannot update total duration of an animation that does not implement ITimedAnimation"); in GetAnimationBaseDuration() 447 CORE_LOG_W("No interpolator set for animation state"); in EvaluateValue()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | container_base.cpp | 394 CORE_LOG_W("Incompatible function with Iterate"); in Iterate() 404 CORE_LOG_W("Incompatible function with Iterate"); in Iterate()
|