Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp185 KtxImage(unique_ptr<uint8_t[]>&& fileBytes, size_t fileBytesLength) in KtxImage() argument
186 : fileBytes_(CORE_NS::move(fileBytes)), fileBytesLength_(fileBytesLength) in KtxImage()
471 unique_ptr<uint8_t[]> fileBytes, uint64_t fileBytesLength, uint32_t loadFlags) in Load()
476 if (fileBytesLength < KTX_HEADER_LENGTH) { in Load()
481 auto image = KtxImage::Ptr(new KtxImage(move(fileBytes), static_cast<size_t>(fileBytesLength))); in Load()
470 Load( unique_ptr<uint8_t[]> fileBytes, uint64_t fileBytesLength, uint32_t loadFlags) Load() argument

Completed in 2 milliseconds