Home
last modified time | relevance | path

Searched refs:jointFormat (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp2059 const auto jointFormat = GetFormatSpec(jointData.format); in CalculateJointBounds() local
2060 if (jointFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateJointBounds()
2063 if (const auto jointElementSize = jointFormat.componentCount * jointFormat.componentByteSize; in CalculateJointBounds()
2102 const uint8_t jointIndex = joints[jointFormat.componentByteSize * w]; in CalculateJointBounds()