Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp130 struct OutputBuffer { struct
607 void Fill(OutputBuffer& dstData, const MeshBuilder::DataBuffer& srcData, size_t count) in Fill()
1123 OutputBuffer dst { BASE_FORMAT_R32G32B32_SFLOAT, sizeof(Math::Vec3), in SetVertexData()
1139 OutputBuffer dst { BASE_FORMAT_R32G32B32_SFLOAT, sizeof(Math::Vec3), in SetVertexData()
1155 OutputBuffer dst { BASE_FORMAT_R32G32_SFLOAT, sizeof(Math::Vec2), in SetVertexData()
1249 OutputBuffer dstData { indexAttributeDesc->format, bindingDesc->stride, in SetJointData()
1268 OutputBuffer dstData { weightAttributeDesc->format, bindingDesc->stride, in SetJointData()
1316 OutputBuffer dstData { NORMAL_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
1319 OutputBuffer dstData { NORMAL_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
1326 OutputBuffer dstData { TANGENT_FORMAT, sizeof(MorphInputData), in SetMorphTargetData()
[all …]
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs154 OutputBuffer: PVOID, in NtDeviceIoControlFile()