Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp78 auto& subsurface = out["subsurface"]; in DumpNodeSubsurfaces() local
79 subsurface.PushArray(); in DumpNodeSubsurfaces()
81 subsurface.Append(id); in DumpNodeSubsurfaces()
83 subsurface.PopArray(); in DumpNodeSubsurfaces()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_lighting_common.h690 float subsurface = mix(backScatter, 1.0, forwardScatter) * (1.0 - ssssv.thickness); in CalculateLight() local
691 calculatedColor += ssssv.scatterColor * (subsurface * dLambert()); in CalculateLight()