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

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

bulkPixelConversion(void *src, PixelFormat srcFormat, void *dst, PixelFormat dstFormat, unsigned int count)Ogre::PixelUtilinlinestatic
bulkPixelConversion(const PixelBox &src, const PixelBox &dst)Ogre::PixelUtilstatic
bulkPixelVerticalFlip(const PixelBox &box)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
getComponentCount(PixelFormat fmt)Ogre::PixelUtilstatic
getComponentType(PixelFormat fmt)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
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
packColour(const ColourValue &colour, const PixelFormat pf, void *dest)Ogre::PixelUtilinlinestatic
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::PixelUtilinlinestatic
unpackColour(ColourValue *colour, PixelFormat pf, const void *src)Ogre::PixelUtilinlinestatic
unpackColour(float *r, float *g, float *b, float *a, PixelFormat pf, const void *src)Ogre::PixelUtilstatic
unpackColour(uint8 *r, uint8 *g, uint8 *b, uint8 *a, PixelFormat pf, const void *src)Ogre::PixelUtilstatic