Home
last modified time | relevance | path

Searched refs:POSITION (Results 1 - 10 of 10) sorted by relevance

/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dfile_column.cpp36 const std::string FileColumn::POSITION = "position"; member in OHOS::FileManagement::CloudDisk::FileColumn
70 POSITION + " INT DEFAULT 1, " +
116 POSITION,
147 FILE_TIME_VISIT, SYNC_STATUS, POSITION, DIRTY_TYPE,
152 CLOUD_ID, FILE_TIME_RECYCLED, VERSION, DIRTY_TYPE, POSITION,
168 POSITION
H A Dclouddisk_rdb_utils.cpp105 rowEntity.Get(FileColumn::POSITION).GetInt(int_variable); in FillFileInfo()
H A Dclouddisk_rdbstore.cpp634 setXAttr.PutInt(FileColumn::POSITION, val); in LocationSetXattr()
951 ret = CloudDiskRdbUtils::GetInt(FileColumn::POSITION, position, resultSet); in GetExtAttr()
1649 RETURN_ON_ERR(CloudDiskRdbUtils::GetInt(FileColumn::POSITION, position, resultSet)); in GetMetaBaseData()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_rdb_utils_mock.cpp64 rowEntity.Get(FileColumn::POSITION).GetInt(int_variable); in FillFileInfo()
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dfile_column.h51 static const std::string POSITION; member in OHOS::FileManagement::CloudDisk::FileColumn
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp56 const NG::OffsetT<Dimension> POSITION = { POSITION_X, POSITION_Y }; member
131 renderPosition.propPosition = POSITION; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp263 POSITION, NORMAL, TANGENT, TEXCOORD_0, TEXCOORD_1, COLOR_0, JOINTS_0, and WEIGHTS_0 in GetAttributeType()
265 if (dataType == "POSITION") { in GetAttributeType()
266 attribute.type = AttributeType::POSITION; in GetAttributeType()
445 constexpr const char* ATTRIBUTE_TYPES[] = { "NORMAL", "POSITION", "TANGENT" };
793 { "POSITION accessor must use VEC3.", "POSITION accessor must use FLOAT." },
835 case AttributeType::POSITION: in ValidateMorphTargetAttribute()
837 return "ValidateMorphTargetAttribute: POSITION accessor must use VEC3."; in ValidateMorphTargetAttribute()
840 return "ValidateMorphTargetAttribute: POSITION accessor must use FLOAT or SHORT."; in ValidateMorphTargetAttribute()
900 case AttributeType::POSITION in ValidateMorphTargetAttributeQuantization()
[all...]
H A Dgltf2_data_structures.h80 POSITION = 1, member in GLTF2::AttributeType
620 // (only `POSITION`, `NORMAL`, and `TANGENT` supported)
H A Dgltf2_importer.cpp565 case GLTF2::AttributeType::POSITION: in LoadPrimitiveAttributeData()
609 // Spec says POSITION,NORMAL and TANGENT must be FLOAT & VEC3 in ProcessMorphTargetData()
640 case GLTF2::AttributeType::POSITION: in GenerateMorphTargets()
737 return attribute.attribute.type == GLTF2::AttributeType::POSITION; in CreatePrimitiveImportInfo()
H A Dgltf2_loader.cpp1441 [](const Attribute& attr) { return attr.attribute.type == AttributeType::POSITION; })) {
1442 RETURN_WITH_ERROR(loadResult, "Primitive must have POSITION attribute.");

Completed in 17 milliseconds