Searched refs:GetLightType (Results 1 – 11 of 11) sorted by relevance
47 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()
539 bool GetLightType(const string_view type, LightType& out) in GetLightType() function555 string_view GetLightType(LightType type) in GetLightType() function
1792 if (!GetLightType(lightType, light->type)) { in PrimitiveAttributes()
2106 jsonLightObject["type"] = GetLightType(light->type); in ExportKHRLights()
35 int32_t GetLightType() const;
55 int32_t LightInfoIPC::GetLightType() const in GetLightType() function in OHOS::Sensors::LightInfoIPC
65 LightType GetLightType() const in GetLightType() function
85 ModelLightType GetLightType() const in GetLightType() function
527 light->SetLightType(newLights.at(index)->GetLightType());548 if (light->GetLightType() != newLights.at(index)->GetLightType()
206 lightInfo->lightType = lightInfoList_[i].GetLightType(); in ConvertLightInfos()
1466 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()