Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h35 bool GetAlphaMode(BASE_NS::string_view dataType, AlphaMode& out); in CORE3D_BEGIN_NAMESPACE()
51 BASE_NS::string_view GetAlphaMode(AlphaMode mode); in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_util.cpp365 bool GetAlphaMode(const string_view dataType, AlphaMode& out) in GetAlphaMode() function
575 string_view GetAlphaMode(AlphaMode aMode) in GetAlphaMode() function
H A Dgltf2_loader.cpp1376 if (!GetAlphaMode(alphaMode, material->alphaMode)) { in ParseMaterial()
H A Dgltf2_exporter.cpp1789 jsonMaterial["alphaMode"] = GetAlphaMode(material->alphaMode); in ExportMaterials()