Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1376 const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in CalculateAABB() local
1377 if (posElementSize > positions.stride) { in CalculateAABB()
1732 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasP() local
1733 posElementSize > targetPositions.stride) { in GatherDeltasP()
1811 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasPN() local
1812 posElementSize > targetPositions.stride) { in GatherDeltasPN()
1927 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasPNT() local
1928 posElementSize > targetPositions.stride) { in GatherDeltasPNT()