Home
last modified time | relevance | path

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

/ohos5.0/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() argument
473 if (!fileBytes) { in Load()
481 … auto image = KtxImage::Ptr(new KtxImage(move(fileBytes), static_cast<size_t>(fileBytesLength))); in Load()