Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp186 : fileBytes_(CORE_NS::move(fileBytes)), fileBytesLength_(fileBytesLength) in KtxImage()
409 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get())) { in CreateImage()
425 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get()); in CreateImage()
431 static_cast<size_t>(data - image->fileBytes_.get() + static_cast<ptrdiff_t>(lodSize)), in CreateImage()
461 if (data != (image->fileBytes_.get() + image->fileBytesLength_)) { in CreateImage()
486 const uint8_t* data = image->fileBytes_.get(); in Load()
508 image->fileBytesLength_ - static_cast<uintptr_t>(data - image->fileBytes_.get())) { in Load()
516 const size_t headerLength = static_cast<size_t>(data - image->fileBytes_.get()) + sizeof(uint32_t); in Load()
607 unique_ptr<uint8_t[]> fileBytes_; member in __anon9612::final

Completed in 1 milliseconds