Home
last modified time | relevance | path

Searched defs:componentByteSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp36 vector<uint8_t> Read(const uint8_t* src, uint32_t componentByteSize, uint32_t componentCount, uint3… in Read()
72 const uint32_t componentByteSize = GetComponentByteSize(accessor.componentType); in Read() local
179 auto const componentByteSize = GetComponentByteSize(accessor.sparse.indices.componentType); in LoadSparseAccessor() local
193 auto const componentByteSize = GetComponentByteSize(accessor.componentType); in LoadSparseAccessor() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp122 size_t componentByteSize; member