Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h47 bool GetLightType(BASE_NS::string_view type, LightType& out); in CORE3D_BEGIN_NAMESPACE()
48 BASE_NS::string_view GetLightType(LightType type); in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_util.cpp539 bool GetLightType(const string_view type, LightType& out) in GetLightType() function
555 string_view GetLightType(LightType type) in GetLightType() function
H A Dgltf2_loader.cpp1792 if (!GetLightType(lightType, light->type)) { in PrimitiveAttributes()
H A Dgltf2_exporter.cpp2106 jsonLightObject["type"] = GetLightType(light->type); in ExportKHRLights()
/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Dlight_info_ipc.h35 int32_t GetLightType() const;
/ohos5.0/base/sensors/miscdevice/utils/common/src/
H A Dlight_info_ipc.cpp55 int32_t LightInfoIPC::GetLightType() const in GetLightType() function in OHOS::Sensors::LightInfoIPC
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h65 LightType GetLightType() const in GetLightType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h85 ModelLightType GetLightType() const in GetLightType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp527 light->SetLightType(newLights.at(index)->GetLightType());
548 if (light->GetLightType() != newLights.at(index)->GetLightType()
/ohos5.0/base/sensors/miscdevice/frameworks/native/light/src/
H A Dlight_client.cpp206 lightInfo->lightType = lightInfoList_[i].GetLightType(); in ConvertLightInfos()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1466 oldLC->type = static_cast<CORE3D_NS::LightComponent::Type>(light->GetLightType()); in UpdateLights()
1481 lc.type = static_cast<CORE3D_NS::LightComponent::Type>(light->GetLightType()); in UpdateLights()