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

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

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