Searched refs:elementHeight (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_ktx.cpp | 208 const uint32_t elementHeight, const uint32_t mipmapLevel, const uint32_t faceCount, in ProcessMipmapLevel() 217 const auto heightBlockCount = (elementHeight + (blockHeight - 1)) / blockHeight; in ProcessMipmapLevel() 226 image->imageBuffers_[imageBufferIndex].height = elementHeight; in ProcessMipmapLevel() 389 uint32_t elementHeight = image->imageDesc_.height; in CreateImage() local 439 elementHeight, mipmapLevel, ktx.numberOfFaces, arrayElementCount, elementDepth, in CreateImage() 449 elementHeight /= 2u; in CreateImage() 450 elementHeight = (elementHeight <= 1) ? 1 : elementHeight; in CreateImage() 206 ProcessMipmapLevel(KtxImage::Ptr& image, const size_t imageBufferIndex, const uint32_t currentImageElementOffset, const GlImageFormatInfo& formatInfo, const uint32_t elementWidth, const uint32_t elementHeight, const uint32_t mipmapLevel, const uint32_t faceCount, const uint32_t arrayElementCount, const uint32_t elementDepth, const size_t subelementLength) ProcessMipmapLevel() argument
|
Completed in 3 milliseconds