Home
last modified time | relevance | path

Searched refs:customCamRngId (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp270 const string_view us, const string_view customCamRngId, in CreateBaseColorTarget() argument
275 CORE_LOG_I("CORE3D_VALIDATION: creating camera base color target %s", customCamRngId.data()); in CreateBaseColorTarget()
282 …ceMgr.Create(us + DefaultMaterialCameraConstants::CAMERA_COLOR_PREFIX_NAME + customCamRngId, desc); in CreateBaseColorTarget()
380 const GpuImageDesc& targetDesc, const string_view us, const string_view customCamRngId, in CreateColorTargets() argument
385 CORE_LOG_I("CORE3D_VALIDATION: creating camera color targets %s", customCamRngId.data()); in CreateColorTargets()
409 …s + DefaultMaterialCameraConstants::CAMERA_COLOR_PREFIX_NAME + "MSAA_" + customCamRngId, msaaDesc); in CreateColorTargets()
418 … us + DefaultMaterialCameraConstants::CAMERA_COLOR_PREFIX_NAME + "RESL_" + customCamRngId, desc); in CreateColorTargets()
424 …CreateVelocityTarget(gpuResourceMgr, camera, targetDesc, us, customCamRngId, cameraResourceSetup, … in CreateColorTargets()
431 const GpuImageDesc& targetDesc, const string_view us, const string_view customCamRngId, in CreateDepthTargets() argument
436 CORE_LOG_I("CORE3D_VALIDATION: creating camera depth targets %s", customCamRngId.data()); in CreateDepthTargets()
[all …]