Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_ktx.cpp217 const auto heightBlockCount = (elementHeight + (blockHeight - 1)) / blockHeight; in ProcessMipmapLevel() local
219 image->imageBuffers_[imageBufferIndex].bufferImageHeight = heightBlockCount * blockHeight; in ProcessMipmapLevel()