Searched refs:SPECULAR_GLOSSINESS (Results 1 – 8 of 8) sorted by relevance
43 SPECULAR_GLOSSINESS = 1, enumerator
517 …e == SCENE_NS::IMaterial::METALLIC_ROUGHNESS || type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS || in UpdateInputProperties()576 if (type != SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()579 } else if (type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()584 if (type != SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()587 } else if (type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in UpdateInputProperties()763 if (type == SCENE_NS::IMaterial::SPECULAR_GLOSSINESS) { in BindInputProperties()
182 SPECULAR_GLOSSINESS = 1, enumerator
198 SPECULAR_GLOSSINESS = 1, enumerator
105 … rmf |= ((rmf & complexMask) || (materialType == RenderMaterialType::SPECULAR_GLOSSINESS)) in ExtentRenderMaterialFlagsForComplexity()
54 DECL_ENUM(MaterialComponent::Type, SPECULAR_GLOSSINESS, "Specular Glossiness")
1165 } else if (materialDesc.type == MaterialComponent::Type::SPECULAR_GLOSSINESS) { in ExportGltfMaterial()
1549 desc.type = MaterialComponent::Type::SPECULAR_GLOSSINESS; in FillSpecularGlossiness()