Home
last modified time | relevance | path

Searched refs:AttributeType (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp256 attribute.type = AttributeType::INVALID; in GetAttributeType()
266 attribute.type = AttributeType::POSITION; in GetAttributeType()
268 attribute.type = AttributeType::NORMAL; in GetAttributeType()
270 attribute.type = AttributeType::TANGENT; in GetAttributeType()
272 attribute.type = AttributeType::TEXCOORD; in GetAttributeType()
279 attribute.type = AttributeType::COLOR; in GetAttributeType()
286 attribute.type = AttributeType::JOINTS; in GetAttributeType()
293 attribute.type = AttributeType::WEIGHTS; in GetAttributeType()
455 if ((dataType.type < AttributeType::NORMAL)) { in GetAttributeType()
456 } else if (dataType.type <= AttributeType in GetAttributeType()
[all...]
H A Dgltf2_util.h62 AttributeType attribute, DataType accessorType, ComponentType accessorComponentType);
64 AttributeType attribute, DataType accessorType, ComponentType accessorComponentType);
67 AttributeType attribute, DataType accessorType, ComponentType accessorComponentType);
69 AttributeType attribute, DataType accessorType, ComponentType accessorComponentType);
H A Dgltf2_importer.cpp556 if ((attribute.attribute.type != GLTF2::AttributeType::TEXCOORD && attribute.attribute.index > 0) || in LoadPrimitiveAttributeData()
557 (attribute.attribute.type == GLTF2::AttributeType::TEXCOORD && in LoadPrimitiveAttributeData()
565 case GLTF2::AttributeType::POSITION: in LoadPrimitiveAttributeData()
569 case GLTF2::AttributeType::NORMAL: in LoadPrimitiveAttributeData()
573 case GLTF2::AttributeType::TEXCOORD: in LoadPrimitiveAttributeData()
577 case GLTF2::AttributeType::TANGENT: in LoadPrimitiveAttributeData()
581 case GLTF2::AttributeType::JOINTS: in LoadPrimitiveAttributeData()
587 case GLTF2::AttributeType::WEIGHTS: in LoadPrimitiveAttributeData()
593 case GLTF2::AttributeType::COLOR: in LoadPrimitiveAttributeData()
597 case GLTF2::AttributeType in LoadPrimitiveAttributeData()
[all...]
H A Dgltf2_data_structures.h78 enum class AttributeType : int { class
328 AttributeType type;
H A Dgltf2_loader.cpp1441 [](const Attribute& attr) { return attr.attribute.type == AttributeType::POSITION; })) {
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dstate_attributes.h69 template<class AttributeType>
70 void AddAttribute(AttributeID attribute, AttributeType value, VisualState state) in AddAttribute()
74 MakeRefPtr<StateAttributeValue<AttributeID, AttributeType>>(attribute, value)); in AddAttribute()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp68 enum AttributeType { enum

Completed in 10 milliseconds