Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp126 ToIntermediate toIntermediate; member
650 } else if (!srcFormat.toIntermediate || !dstFormat.fromIntermediate) { in Fill()
854 srcFormat.toIntermediate(srcPtr + i * srcFormat.componentByteSize)); in Fill()
856 auto intermediate = srcFormat.toIntermediate(srcPtr); in Fill()
1779 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasP()
1879 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPN()
1884 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPN()
2014 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPNT()
2019 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPNT()
2024 tan[i] = tanFormat.toIntermediate(ptr + i * tanFormat.componentByteSize); in GatherDeltasPNT()
[all …]