Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp216 const auto widthBlockCount = (elementWidth + (blockWidth - 1)) / blockWidth; in ProcessMipmapLevel() local
218 image->imageBuffers_[imageBufferIndex].bufferRowLength = widthBlockCount * blockWidth; in ProcessMipmapLevel()