Home
last modified time | relevance | path

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 Drender_node_default_material_objects.cpp117 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 Drender_node_default_camera_controller.cpp275 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 Drender_node_default_depth_render_slot.cpp362 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 Drender_node_default_material_render_slot.cpp681 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 Drender_node_default_shadow_render_slot.cpp721CORE_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 Dengine.cpp80 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 Dlog.h46 #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 Dperformance_data_manager.cpp190 CORE_LOG_I(formatLegend.data(), "avg", "min", "max", "total", "count"); in DumpToLog()
195CORE_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 Dplatform_ohos.cpp44 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 Djson_input.cpp209 CORE_LOG_I("Enabling Meta Object Version 1 compatibility"); in SetMetaV1Compatibility()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1386 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()