Searched refs:GetAlphaMode (Results 1 – 4 of 4) sorted by relevance
35 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()
365 bool GetAlphaMode(const string_view dataType, AlphaMode& out) in GetAlphaMode() function575 string_view GetAlphaMode(AlphaMode aMode) in GetAlphaMode() function
1376 if (!GetAlphaMode(alphaMode, material->alphaMode)) { in ParseMaterial()
1789 jsonMaterial["alphaMode"] = GetAlphaMode(material->alphaMode); in ExportMaterials()