OGRE  2.3
Object-Oriented Graphics Rendering Engine
Ogre::PixelUtil Member List

This is the complete list of members for Ogre::PixelUtil, including all inherited members.

bulkCompressedSubregion(const PixelBox &src, const PixelBox &dst, const Box &dstRegion)Ogre::PixelUtilstatic
bulkPixelConversion(void *src, PixelFormat srcFormat, void *dst, PixelFormat dstFormat, unsigned int count)Ogre::PixelUtilstatic
bulkPixelConversion(const PixelBox &src, const PixelBox &dst)Ogre::PixelUtilstatic
bulkPixelVerticalFlip(const PixelBox &box)Ogre::PixelUtilstatic
calculateSizeBytes(uint32 width, uint32 height, uint32 depth, uint32 slices, PixelFormat format, uint8 numMipmaps)Ogre::PixelUtilstatic
convertForNormalMapping(const PixelBox &src, const PixelBox &dst)Ogre::PixelUtilstatic
getBitDepths(PixelFormat format, int rgba[4])Ogre::PixelUtilstatic
getBitMasks(PixelFormat format, uint64 rgba[4])Ogre::PixelUtilstatic
getBitShifts(PixelFormat format, unsigned char rgba[4])Ogre::PixelUtilstatic
getBNFExpressionOfPixelFormats(bool accessibleOnly=false)Ogre::PixelUtilstatic
getComponentCount(PixelFormat fmt)Ogre::PixelUtilstatic
getComponentType(PixelFormat fmt)Ogre::PixelUtilstatic
getCompressedBlockHeight(PixelFormat format, bool apiStrict=true)Ogre::PixelUtilstatic
getCompressedBlockWidth(PixelFormat format, bool apiStrict=true)Ogre::PixelUtilstatic
getFlags(PixelFormat format)Ogre::PixelUtilstatic
getFormatForBitDepths(PixelFormat fmt, ushort integerBits, ushort floatBits)Ogre::PixelUtilstatic
getFormatFromName(const String &name, bool accessibleOnly=false, bool caseSensitive=false)Ogre::PixelUtilstatic
getFormatName(PixelFormat srcformat)Ogre::PixelUtilstatic
getMaxMipmapCount(uint32 maxResolution)Ogre::PixelUtilstatic
getMaxMipmapCount(uint32 width, uint32 height)Ogre::PixelUtilstatic
getMaxMipmapCount(uint32 width, uint32 height, uint32 depth)Ogre::PixelUtilstatic
getMemorySize(uint32 width, uint32 height, uint32 depth, PixelFormat format)Ogre::PixelUtilstatic
getNumElemBits(PixelFormat format)Ogre::PixelUtilstatic
getNumElemBytes(PixelFormat format)Ogre::PixelUtilstatic
hasAlpha(PixelFormat format)Ogre::PixelUtilstatic
isAccessible(PixelFormat srcformat)Ogre::PixelUtilstatic
isCompressed(PixelFormat format)Ogre::PixelUtilstatic
isDepth(PixelFormat format)Ogre::PixelUtilstatic
isFloatingPoint(PixelFormat format)Ogre::PixelUtilstatic
isInteger(PixelFormat format)Ogre::PixelUtilstatic
isLuminance(PixelFormat format)Ogre::PixelUtilstatic
isNativeEndian(PixelFormat format)Ogre::PixelUtilstatic
isSigned(PixelFormat format)Ogre::PixelUtilstatic
isValidExtent(size_t width, size_t height, size_t depth, PixelFormat format)Ogre::PixelUtilstatic
packColour(const ColourValue &colour, const PixelFormat pf, void *dest)Ogre::PixelUtilstatic
packColour(const uint8 r, const uint8 g, const uint8 b, const uint8 a, const PixelFormat pf, void *dest)Ogre::PixelUtilstatic
packColour(const float r, const float g, const float b, const float a, const PixelFormat pf, void *dest)Ogre::PixelUtilstatic
unpackColour(ColourValue *colour, PixelFormat pf, const void *src)Ogre::PixelUtilstatic
unpackColour(uint8 *r, uint8 *g, uint8 *b, uint8 *a, PixelFormat pf, const void *src)Ogre::PixelUtilstatic
unpackColour(float *r, float *g, float *b, float *a, PixelFormat pf, const void *src)Ogre::PixelUtilstatic