Home
last modified time | relevance | path

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

/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()
1777 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasP()
1877 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPN()
1882 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPN()
2012 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPNT()
2017 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPNT()
2022 tan[i] = tanFormat.toIntermediate(pt in GatherDeltasPNT()
[all...]

Completed in 5 milliseconds