Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_light.h52 void SetShadowTypes(const ShadowTypes& shadowTypes, const uint32_t flags) override; in CORE3D_BEGIN_NAMESPACE()
H A Drender_data_store_default_light.cpp43 void RenderDataStoreDefaultLight::SetShadowTypes(const ShadowTypes& shadowTypes, const uint32_t fla… in SetShadowTypes() function in RenderDataStoreDefaultLight
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_light.h114 virtual void SetShadowTypes(const ShadowTypes& shadowTypes, const uint32_t flags) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp1399 dsLight_->SetShadowTypes(GetRenderShadowTypes(sc), 0u); in ProcessScene()