Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h56 uint32_t GetComponentByteSize(ComponentType component);
H A Dgltf2_util.cpp72 const uint32_t componentByteSize = GetComponentByteSize(accessor.componentType); in Read()
179 auto const componentByteSize = GetComponentByteSize(accessor.sparse.indices.componentType); in LoadSparseAccessor()
193 auto const componentByteSize = GetComponentByteSize(accessor.componentType); in LoadSparseAccessor()
642 uint32_t GetComponentByteSize(ComponentType component) in GetComponentByteSize() function
1142 result.componentByteSize = GetComponentByteSize(component); in LoadData()
H A Dgltf2_exporter.cpp291 bufferView = StoreBufferView(*accessor.bufferView, GetComponentByteSize(accessor.componentType)); in StoreAccessor()
1273 *originalImage->bufferView, GetComponentByteSize(ComponentType::UNSIGNED_INT)); in ExportImageData()
H A Dgltf2_loader.cpp685 if (const size_t elementSize = GetComponentsCount(dataType) * GetComponentByteSize(componentType); elementSize) {

Completed in 9 milliseconds