Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1372 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in CalculateAABB()
1376 const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in CalculateAABB()
1389 switch (posFormat.format) { in CalculateAABB()
1728 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasP()
1732 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasP()
1779 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasP()
1807 if (posFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPN()
1811 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasPN()
1879 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPN()
1927 if (const auto posElementSize = posFormat.componentCount * posFormat.componentByteSize; in GatherDeltasPNT()
[all …]