Searched refs:CORE_LOG_I (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_objects.cpp | 117 CORE_LOG_I("meshData ubo copying failed"); in UpdateMeshBuffer() 142 CORE_LOG_I("skinData ubo copying failed"); in UpdateSkinBuffer() 146 CORE_LOG_I("skinData ubo copying failed"); in UpdateSkinBuffer() 171 CORE_LOG_I("materialFactorData ubo copying failed"); in UpdateMaterialBuffers() 175 CORE_LOG_I("materialTransformData ubo copying failed"); in UpdateMaterialBuffers() 182 CORE_LOG_I("userMaterialData ubo copying failed"); in UpdateMaterialBuffers()
|
H A D | render_node_default_camera_controller.cpp | 275 CORE_LOG_I("CORE3D_VALIDATION: creating camera base color target %s", customCamRngId.data()); in CreateBaseColorTarget() 385 CORE_LOG_I("CORE3D_VALIDATION: creating camera color targets %s", customCamRngId.data()); in CreateColorTargets() 436 CORE_LOG_I("CORE3D_VALIDATION: creating camera depth targets %s", customCamRngId.data()); in CreateDepthTargets() 781 CORE_LOG_I( in CreateResourceBaseTargets()
|
H A D | render_node_default_depth_render_slot.cpp | 362 CORE_LOG_I("RenderNode: %s, no default shaders for render slot id %u", in CreateDefaultShaderData() 370 CORE_LOG_I("RenderNode: %s, no default state for render slot id %u", in CreateDefaultShaderData()
|
H A D | render_node_default_material_render_slot.cpp | 681 CORE_LOG_I("RenderNode: %s, no default shaders for render slot id %u", in CreateDefaultShaderData() 689 CORE_LOG_I("RenderNode: %s, no default state for render slot id %u", in CreateDefaultShaderData()
|
H A D | render_node_default_shadow_render_slot.cpp | 721 …CORE_LOG_I("RN (%s), VSM render slot not given (renderSlotVsm)", renderNodeContextMgr_->GetName().… in ParseRenderNodeInputs()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine.cpp | 80 CORE_LOG_I("Core engine version: %s", GetVersion().data()); in LogEngineBuildInfo() 82 CORE_LOG_I("Version: %s (DEBUG)", GetVersion().data()); in LogEngineBuildInfo() 85 CORE_LOG_I("CORE_VALIDATION_ENABLED=" CORE_TO_STRING(CORE_VALIDATION_ENABLED)); in LogEngineBuildInfo() 86 CORE_LOG_I("CORE_DEV_ENABLED=" CORE_TO_STRING(CORE_DEV_ENABLED)); in LogEngineBuildInfo() 113 CORE_LOG_I("%s PerformanceData for this run:", perfMan->GetCategory().data()); in ~Engine()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | log.h | 46 #define CORE_LOG_I(...) CORE_UNUSED(0) macro 65 #define CORE_LOG_I(...) \ macro 111 #define CORE_LOG_I(...) \ macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/ |
H A D | performance_data_manager.cpp | 190 CORE_LOG_I(formatLegend.data(), "avg", "min", "max", "total", "count"); in DumpToLog() 195 … CORE_LOG_I(formatData.data(), perfRef.second.totalTime / counter, perfRef.second.minTime, in DumpToLog()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/ |
H A D | platform_ohos.cpp | 44 CORE_LOG_I("Registered hapFilesystem by Platform: 'hapPath:%s bundleName:%s moduleName:%s'", in RegisterDefaultPaths()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/ |
H A D | json_input.cpp | 209 CORE_LOG_I("Enabling Meta Object Version 1 compatibility"); in SetMetaV1Compatibility()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 1386 CORE_LOG_I("Loading scene: '%s'", sceneUri_.c_str()); in LoadScene() 1403 CORE_LOG_I("Load into scene: %s", ite->second.c_str()); in LoadScene() 1520 CORE_LOG_I("%s", path.c_str()); in logNodes() 2616 CORE_LOG_I("%s: selected base entity does not have node on ecs", __func__); in CreateMultiMeshInstance()
|