Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Graphics.Image Member List

This is the complete list of members for SiliconStudio.Paradox.Graphics.Image, including all inherited members.

CalculateMipLevels(int width, MipMapCount mipLevels)SiliconStudio.Paradox.Graphics.Imagestatic
CalculateMipLevels(int width, int height, MipMapCount mipLevels)SiliconStudio.Paradox.Graphics.Imagestatic
CalculateMipLevels(int width, int height, int depth, MipMapCount mipLevels)SiliconStudio.Paradox.Graphics.Imagestatic
CalculateMipSize(int width, int mipLevel)SiliconStudio.Paradox.Graphics.Imagestatic
CountMips(int width)SiliconStudio.Paradox.Graphics.Imagestatic
CountMips(int width, int height)SiliconStudio.Paradox.Graphics.Imagestatic
CountMips(int width, int height, int depth)SiliconStudio.Paradox.Graphics.Imagestatic
DataPointerSiliconStudio.Paradox.Graphics.Image
DescriptionSiliconStudio.Paradox.Graphics.Image
Dispose()SiliconStudio.Paradox.Graphics.Image
GetMipMapDescription(int mipmap)SiliconStudio.Paradox.Graphics.Image
GetPixelBuffer(int arrayOrZSliceIndex, int mipmap)SiliconStudio.Paradox.Graphics.Image
GetPixelBuffer(int arrayIndex, int zIndex, int mipmap)SiliconStudio.Paradox.Graphics.Image
ImageLoadDelegate(IntPtr dataPointer, int dataSize, bool makeACopy, GCHandle?handle)SiliconStudio.Paradox.Graphics.Image
ImageSaveDelegate(PixelBuffer[] pixelBuffers, int count, ImageDescription description, Stream imageStream)SiliconStudio.Paradox.Graphics.Image
Load(DataPointer dataBuffer, bool makeACopy=false)SiliconStudio.Paradox.Graphics.Imagestatic
Load(IntPtr dataPointer, int dataSize, bool makeACopy=false)SiliconStudio.Paradox.Graphics.Imagestatic
Load(byte[] buffer)SiliconStudio.Paradox.Graphics.Imagestatic
Load(Stream imageStream)SiliconStudio.Paradox.Graphics.Imagestatic
New(ImageDescription description)SiliconStudio.Paradox.Graphics.Imagestatic
New(ImageDescription description, IntPtr dataPointer)SiliconStudio.Paradox.Graphics.Imagestatic
New(ImageDescription description, IntPtr dataPointer, int offset, GCHandle?handle, bool bufferIsDisposable)SiliconStudio.Paradox.Graphics.Imagestatic
New1D(int width, MipMapCount mipMapCount, PixelFormat format, int arraySize=1)SiliconStudio.Paradox.Graphics.Imagestatic
New1D(int width, MipMapCount mipMapCount, PixelFormat format, int arraySize, IntPtr dataPointer)SiliconStudio.Paradox.Graphics.Imagestatic
New2D(int width, int height, MipMapCount mipMapCount, PixelFormat format, int arraySize=1, int rowStride=0)SiliconStudio.Paradox.Graphics.Imagestatic
New2D(int width, int height, MipMapCount mipMapCount, PixelFormat format, int arraySize, IntPtr dataPointer, int rowStride=0)SiliconStudio.Paradox.Graphics.Imagestatic
New3D(int width, int height, int depth, MipMapCount mipMapCount, PixelFormat format)SiliconStudio.Paradox.Graphics.Imagestatic
New3D(int width, int height, int depth, MipMapCount mipMapCount, PixelFormat format, IntPtr dataPointer)SiliconStudio.Paradox.Graphics.Imagestatic
NewCube(int width, MipMapCount mipMapCount, PixelFormat format)SiliconStudio.Paradox.Graphics.Imagestatic
NewCube(int width, MipMapCount mipMapCount, PixelFormat format, IntPtr dataPointer)SiliconStudio.Paradox.Graphics.Imagestatic
PixelBufferSiliconStudio.Paradox.Graphics.Image
Register(ImageFileType type, ImageLoadDelegate loader, ImageSaveDelegate saver)SiliconStudio.Paradox.Graphics.Imagestatic
Save(Stream imageStream, ImageFileType fileType)SiliconStudio.Paradox.Graphics.Image
ToDataBox()SiliconStudio.Paradox.Graphics.Image
TotalSizeInBytesSiliconStudio.Paradox.Graphics.Image