Home
last modified time | relevance | path

Searched defs:bytesPerChannel (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp214 const uint32_t bytesPerChannel = is16bpc ? 2u : 1u; in CreateImage() local
57 PremultiplyAlpha( uint8_t *imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument
H A Dimage_loader_stb_image.cpp285 const uint32_t bytesPerChannel = is16bpc ? 2u : 1u; in CreateImage() local
124 PremultiplyAlpha( uint8_t* imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument

Completed in 4 milliseconds