Searched refs:elementWidth (Results 1 - 1 of 1) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_ktx.cpp | 207 const uint32_t currentImageElementOffset, const GlImageFormatInfo& formatInfo, const uint32_t elementWidth, in ProcessMipmapLevel() 216 const auto widthBlockCount = (elementWidth + (blockWidth - 1)) / blockWidth; in ProcessMipmapLevel() 225 image->imageBuffers_[imageBufferIndex].width = elementWidth; in ProcessMipmapLevel() 388 uint32_t elementWidth = image->imageDesc_.width; in CreateImage() local 438 ProcessMipmapLevel(image, imageBufferIndex, currentImageElementOffset, formatInfo, elementWidth, in CreateImage() 446 elementWidth /= 2u; in CreateImage() 447 elementWidth = (elementWidth <= 1) ? 1 : elementWidth; 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 2 milliseconds