advancePointerToMip(void *basePtr, uint32 width, uint32 height, uint32 depth, uint32 numSlices, uint8 mipLevel, PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
bulkPixelConversion(const TextureBox &src, PixelFormatGpu srcFormat, TextureBox &dst, PixelFormatGpu dstFormat, bool verticalFlip=false) | Ogre::PixelFormatGpuUtils | static |
calculateSizeBytes(uint32 width, uint32 height, uint32 depth, uint32 slices, PixelFormatGpu format, uint8 numMipmaps, uint32 rowAlignment=1u) | Ogre::PixelFormatGpuUtils | static |
convertForNormalMapping(TextureBox src, PixelFormatGpu srcFormat, TextureBox dst, PixelFormatGpu dstFormat) | Ogre::PixelFormatGpuUtils | static |
fromSRGB(float x) | Ogre::PixelFormatGpuUtils | static |
getBytesPerPixel(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getCompressedBlockHeight(PixelFormatGpu format, bool apiStrict=true) | Ogre::PixelFormatGpuUtils | static |
getCompressedBlockSize(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getCompressedBlockWidth(PixelFormatGpu format, bool apiStrict=true) | Ogre::PixelFormatGpuUtils | static |
getEquivalentLinear(PixelFormatGpu sRgbFormat) | Ogre::PixelFormatGpuUtils | static |
getEquivalentSRGB(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getFamily(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getFlags(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getFormatFromName(const char *name, uint32 exclusionFlags=0) | Ogre::PixelFormatGpuUtils | static |
getFormatFromName(const String &name, uint32 exclusionFlags=0) | Ogre::PixelFormatGpuUtils | static |
getMaxMipmapCount(uint32 maxResolution) | Ogre::PixelFormatGpuUtils | static |
getMaxMipmapCount(uint32 width, uint32 height) | Ogre::PixelFormatGpuUtils | static |
getMaxMipmapCount(uint32 width, uint32 height, uint32 depth) | Ogre::PixelFormatGpuUtils | static |
getNumberOfComponents(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getPixelLayout(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
getSizeBytes(uint32 width, uint32 height, uint32 depth, uint32 slices, PixelFormatGpu format, uint32 rowAlignment=1u) | Ogre::PixelFormatGpuUtils | static |
hasAlpha(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
hasSRGBEquivalent(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isAccessible(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isCompressed(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isDepth(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isFloat(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isFloatRare(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isHalf(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isInteger(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isNormalized(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isPallete(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isSigned(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isSRgb(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
isStencil(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
packColour(const float *rgbaPtr, PixelFormatGpu pf, void *dstPtr) | Ogre::PixelFormatGpuUtils | static |
packColour(const ColourValue &rgbaPtr, PixelFormatGpu pf, void *dstPtr) | Ogre::PixelFormatGpuUtils | static |
PFF_COMPRESSED enum value | Ogre::PixelFormatGpuUtils | |
PFF_DEPTH enum value | Ogre::PixelFormatGpuUtils | |
PFF_FLOAT enum value | Ogre::PixelFormatGpuUtils | |
PFF_FLOAT_RARE enum value | Ogre::PixelFormatGpuUtils | |
PFF_HALF enum value | Ogre::PixelFormatGpuUtils | |
PFF_INTEGER enum value | Ogre::PixelFormatGpuUtils | |
PFF_NORMALIZED enum value | Ogre::PixelFormatGpuUtils | |
PFF_PALLETE enum value | Ogre::PixelFormatGpuUtils | |
PFF_SIGNED enum value | Ogre::PixelFormatGpuUtils | |
PFF_SRGB enum value | Ogre::PixelFormatGpuUtils | |
PFF_STENCIL enum value | Ogre::PixelFormatGpuUtils | |
PFL_BGR8 enum value | Ogre::PixelFormatGpuUtils | |
PFL_BGRA8 enum value | Ogre::PixelFormatGpuUtils | |
PFL_BGRX8 enum value | Ogre::PixelFormatGpuUtils | |
PFL_COUNT enum value | Ogre::PixelFormatGpuUtils | |
PFL_OTHER enum value | Ogre::PixelFormatGpuUtils | |
PFL_R16 enum value | Ogre::PixelFormatGpuUtils | |
PFL_R32 enum value | Ogre::PixelFormatGpuUtils | |
PFL_R8 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RG16 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RG32 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RG8 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RGB16 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RGB32 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RGB8 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RGBA16 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RGBA32 enum value | Ogre::PixelFormatGpuUtils | |
PFL_RGBA8 enum value | Ogre::PixelFormatGpuUtils | |
PixelFormatFlags enum name | Ogre::PixelFormatGpuUtils | |
PixelFormatLayout enum name | Ogre::PixelFormatGpuUtils | |
supportsHwMipmaps(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
toSRGB(float x) | Ogre::PixelFormatGpuUtils | static |
toString(PixelFormatGpu format) | Ogre::PixelFormatGpuUtils | static |
unpackColour(float *rgbaPtr, PixelFormatGpu pf, const void *srcPtr) | Ogre::PixelFormatGpuUtils | static |
unpackColour(ColourValue *rgbaPtr, PixelFormatGpu pf, const void *srcPtr) | Ogre::PixelFormatGpuUtils | static |