Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_point_light_manager.h33 void AddDirtyLightSource(std::weak_ptr<RSRenderNode> renderNode);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_point_light_manager_test.cpp118 instance->AddDirtyLightSource(renderNode);
174 instance->AddDirtyLightSource(node.weak_from_this());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_point_light_manager.cpp56 void RSPointLightManager::AddDirtyLightSource(std::weak_ptr<RSRenderNode> renderNode) in AddDirtyLightSource() function in OHOS::Rosen::RSPointLightManager
H A Drs_properties.cpp487 RSPointLightManager::Instance()->AddDirtyLightSource(backref_); in UpdateGeometry()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspointlightmanager_fuzzer/
H A Drspointlightmanager_fuzzer.cpp135 instance->AddDirtyLightSource(renderNode); in DoAddDirtyLightSource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4230 RSPointLightManager::Instance()->AddDirtyLightSource(weak_from_this()); in ValidateLightResources()