Home
last modified time | relevance | path

Searched defs:materialDesc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp965 inline uint32_t GetTextureIndex(const MaterialComponent& materialDesc, in GetTextureIndex()
985 …xportGltfMaterialMetallicRoughness(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialMetallicRoughness()
1002 void ExportGltfMaterialClearcoat(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialClearcoat()
1023 void ExportGltfMaterialIor(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialIor()
1035 void ExportGltfMaterialSheen(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialSheen()
1050 void ExportGltfMaterialSpecular(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialSpecular()
1065 void ExportGltfMaterialTransmission(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialTransmission()
1079 …portGltfMaterialSpecularGlossiness(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialSpecularGlossiness()
1097 void ExportGltfMaterialUnlit(Material& exportMaterial, const MaterialComponent& materialDesc, in ExportGltfMaterialUnlit()
1109 const MaterialComponent& materialDesc, const IRenderHandleComponentManager& gpuHandleManager) in UpdateShaderStateToGltfMaterial()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp601 const MaterialComponent& materialDesc, const IRenderHandleComponentManager& gpuManager) in MaterialHandles()